Simple TCP server with LUA on ESP8266
Here is a new LUA script example for your ESP8266 running NodeMCU. The script creates a TCP server listening on port 80. Each time you receive data on the server, it toggles the LED connected to the ESP8266 and sends a message back to the client. If you need help with installing NodeMCU on your … Read more