secure websocket client #10085
darren-martz
started this conversation in
General
Replies: 1 comment 1 reply
-
I've used the requests lib on esp32s. It doesn't do websockets but http/https GETs work. Not sure if requests is included in the UF2 for wifi enabled picos. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been struggling to find a secure websocket client to run on pico w for making calls like wss://domain.tld (wss instead of ws).
Ideally, the connection to the server is web socket based, but an alternative can be a GET on https using html 1.1 or greater as the endpoint. The https route seems even more elusive than the wss route.
Does anyone have a suggestion to look into?
Beta Was this translation helpful? Give feedback.
All reactions