Нема описа

Ayush Sharma 4d0ab4cbcc Update README.md пре 5 година
docs f81d558aa1 Create logo.svg пре 5 година
examples cac5ecde6a V1 Ready! пре 5 година
src cac5ecde6a V1 Ready! пре 5 година
.gitattributes cd635a665f Initial commit пре 5 година
.gitignore cac5ecde6a V1 Ready! пре 5 година
LICENSE cd635a665f Initial commit пре 5 година
README.md 4d0ab4cbcc Update README.md пре 5 година
keywords.txt 5d45184a5f Update keywords.txt пре 5 година
library.properties d35fbc287e Update library.properties пре 5 година

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