Ei kuvausta

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

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 ).