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
What do you exactly mean by using WebSockets in this context? AFAIK WebSockets are for server-browser communication.
However, anything more than standard HTTP(S) which is implemented right now, would require moving to using PPoS first (see PR #5), which reduce compatibility across the MicroPython ecosystem.
Maybe we could create an extended version of the driver to support these features as well.
I also have similar query. I am trying to establish Webscoker connection using TCP connections. I am unable to do it but. I can get TCP connected but at server side, i am not getting any message. Can you guide how can i do websocket messaging here?
Hi,
First of all great work you have done here.
Would it be possible to use WebSockets with the network interface?
The text was updated successfully, but these errors were encountered: