Nano RP2040 Connect WebsocketServer

how can I implement a websocket server?
I doesn't find any function in the WiFiNINA library.
Is there a Example?

You can try out this library:

Installation instructions are available at the link above and you will find example sketches that demonstrate its use in the Arduino IDE's File > Examples > WebSockets2_Generic after installing it.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.