Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSockets Support? #10

Open
DroneMesh opened this issue Feb 27, 2021 · 2 comments
Open

WebSockets Support? #10

DroneMesh opened this issue Feb 27, 2021 · 2 comments

Comments

@DroneMesh
Copy link

Hi,

First of all great work you have done here.

Would it be possible to use WebSockets with the network interface?

@sarusso
Copy link
Collaborator

sarusso commented Feb 27, 2021

Hi @DroneMesh,

thank you for your feedback!

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.

@ManishSahu53
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants