Tidak Ada Deskripsi

Ayush Sharma 4d0ab4cbcc Update README.md 5 tahun lalu
docs f81d558aa1 Create logo.svg 5 tahun lalu
examples cac5ecde6a V1 Ready! 5 tahun lalu
src cac5ecde6a V1 Ready! 5 tahun lalu
.gitattributes cd635a665f Initial commit 5 tahun lalu
.gitignore cac5ecde6a V1 Ready! 5 tahun lalu
LICENSE cd635a665f Initial commit 5 tahun lalu
README.md 4d0ab4cbcc Update README.md 5 tahun lalu
keywords.txt 5d45184a5f Update keywords.txt 5 tahun lalu
library.properties d35fbc287e Update library.properties 5 tahun lalu

README.md


   



WebSerial is a Serial Monitor for ESP8266 & ESP32 Microcontrollers that can be accessed remotely via a web browser. Webpage is stored in program memory of the microcontroller.


Preview




Features

      <li>Works on Websockets</li>
      <li>Realtime logging</li>
      <li>Any number of Serial Monitors can be opened on the browser</li>
      <li>Uses Async Webserver for better performance</li>
    



    Dependencies

    For ESP8266:
        <li>ESP8266 Arduino Core - <b>v2.5.0</b></li>
        <li>ESPAsyncTCP - <b>v1.2.0</b></li>
        <li>ESPAsyncWebServer - <b>v1.2.0</b></li>
      

      For ESP32:
          <li>ESP32 Arduino Core - <b>v1.0.1</b></li>
          <li>AsyncTCP - <b>v1.0.3</b></li>
          <li>ESPAsyncWebServer - <b>v1.2.0</b></li>
        




        Contributions

        Every Contribution to this repository is highly appriciated! Don't fear to create pull requests which enhance or fix the library as ultimatly you are going to help everybody.

        If you want to donate to the author then you can become my patron, It really helps me keep these libraries updated:



        License

        ESP-DASH is licensed under General Public License v3 ( GPLv3 ).