You are reading a single comment by @user58552 and its replies. Click here to read the full conversation.
  • 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

About

Avatar for user58552 @user58552 started