An open API service indexing awesome lists of open source software.

https://github.com/creationix/nodemcu-webide

A websocket based IDE for nodemcu devices.
https://github.com/creationix/nodemcu-webide

Last synced: 9 months ago
JSON representation

A websocket based IDE for nodemcu devices.

Awesome Lists containing this project

README

          

# nodemcu-webide
A websocket based IDE for nodemcu devices.

## Install on MCU

This has been tested on the dev branch of nodemcu. It needs to have the new
crypto module to function.

Go to mcu folder and edit ssid/password in init.lua.

Then run:

```sh
./luatool.py -f websocket.lua -c
./luatool.py -f main.lua -c
./luatool.py -f init.lua
```

Then restart the mcu and note the IP address printed on the serial console.

## Run Webapp

Simply go to .

## Host Locally

If you want to host locally, install luvit first.

Then go to the host folder and run:

```sh
lit install creationix/weblit
luvit server.lua
```

And point your browser to