• An even better version is attached.

    Why is this being done?
    It is a way of providing an end user menu interface so they don't need to know Espruino.
    Typing LEDon() and LEDoff() or other such commands is replace by a menu selection.

    This is basic work for the crypto-message project that I'm working on in another project.
    Ideally I'd like to have the crypto-client Pico plug into a USB port and serve up a webpage to the computer using PPP over the USB port. The client clicks on buttons on the web page that get sent to the Client Pico. The Client Pico sends the crypto-message via Wi-Fi to the Server Pico. The reverse path applies as well.
    The Server Pico decrypts the crypto-message, validating the message integrity and authentication, and then performs the requested task.
    Do the Espruino Wi-Fi functions take care of the PPP connection, or do I need to add code that does the initial handshake and setup?


    1 Attachment

About