tttapa / ESP8266

Documentation and help with the ESP8266 chip/boards/modules
GNU General Public License v3.0
651 stars 282 forks source link

websocket server to UART pass-trough #53

Open lorol opened 5 years ago

lorol commented 5 years ago

Hi Pieter, once again - excellent and clean work. Thank you! I believe your example 14 is perfect framework to deploy websocket server apps on ESP8266. Could you help with a sketch that simplistically gets a clean raw web-based terminal pass through to UART? Like bi-directional IO window. I've seen several alternatives like https://github.com/hallard/WebSocketToSerial , but mostly are overcrowded with other devices attached or heavy javascripts at web side,
Appreciated your time.