You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: the inclusion of professionally constructed websocket server and client WiFi and Ethernet examples in Arduino Pro.
As the use of microcontrollers in IoT continues to grow, there is an increasing demand for fast and secure data transfer both over the internet and within local networks. Providing websocket examples in Arduino Pro would allow users to more easily implement these features in their projects and meet the growing demand for secure and fast data transfer in IoT systems. (Generated by ChatGPT)
I have already hacked together some forms of solutions to at least the WiFiSSLClient side of websockets using the Arduino Portenta in these 2 closed issues:
I am going to leave this issue open, as I do not know how to make a websocket server, but I have got working the WiFiSSLclient as a websocket. I had to actually do a fair bit of the work to get it going. My "Portenta Pro Community Solutions" library release version 0.9.3 has a few examples of working websockets in the dot36 area.
does that mean there is no point my trying to make a websocket SSL server at the moment? I am reasonably happy with my WiFiSSLClient websocket examples at
Feature Request: the inclusion of professionally constructed websocket server and client WiFi and Ethernet examples in Arduino Pro.
As the use of microcontrollers in IoT continues to grow, there is an increasing demand for fast and secure data transfer both over the internet and within local networks. Providing websocket examples in Arduino Pro would allow users to more easily implement these features in their projects and meet the growing demand for secure and fast data transfer in IoT systems. (Generated by ChatGPT)
I have already hacked together some forms of solutions to at least the WiFiSSLClient side of websockets using the Arduino Portenta in these 2 closed issues:
#599
#589
but my solutions have a few minor issues which Arduino could tidy. I would be willing to help where I can.
The text was updated successfully, but these errors were encountered: