Gordon,
Configuring Espruino to be available over the network is trival (and wildly insecure). I used the following command, as root:
socat TCP4-LISTEN:8888,fork,reuseaddr EXEC:/root/Espruino/espruino
All that is left to do is configure Espruino Web IDE to connect via a socket and not the serial port. :)
Regards
@user58552 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Gordon,
Configuring Espruino to be available over the network is trival (and wildly insecure). I used the following command, as root:
All that is left to do is configure Espruino Web IDE to connect via a socket and not the serial port. :)
Regards