Chat about current Lua tools and IDEs

User avatar
By drejk
#11617 Actually a Browser to PHP script to ESP8266 (via telnet) uploader.

I hacked a little tool for my own needs - I couldn't get ESPlorer to work via telnet in Ubuntu (I tried socat to create virtual port, but it didn't work).

This tool is a little (not-fully-finished) web interface and a piece of PHP to traslate requests from browser to telnet socket. You just need the example tel.lua from nodemcu's firmware installed on the module (and running so it should run as init.lua) and configured wifi connection.

https://github.com/drejkus/esp8266-php-telnet-uploader

D.