igorkkk / nodemcu-web-ide

Simple IDE running on NodeMCU Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodemcu-web-ide

Simple Web IDE running on NodeMCU Lua

Originaly written by XChip in February 2015 and published in http://www.esp8266.com/viewtopic.php?f=19&t=1549

Picked up by Petr StehlĂ­k in October 2016, updated for recent NodeMCU based on SDK 1.5.x, fixed async socket:send issues, cleaned up and started improving.

https://github.com/joysfera/nodemcu-web-ide

Usage

  1. set up WiFi connection using wifi.sta.config()
  2. upload the ide.lua to your device
  3. run it with dofile("ide.lua")
  4. launch your web browser and open the IP address of your device

About

Simple IDE running on NodeMCU Lua

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%