/MyESP

MyESP core

Primary LanguageC++MIT LicenseMIT

MyESP

General framework for ESP8266/ESP32 with Web,WiFi,MQTT,MDNS,Telnet,Crash detection,Logging

install & setup

build web files manually

cd webfilesbuilder
gulp

run test server with chrome

cd wsemulator
run.sh or run.bat

use password 'neo'

can also use with VSC using the Chrome debugger

testing websockets

npm install -g wscat
wscat -c ws://localhost

use for example: {"command":"status"}

js lint

npm i -g eslint