Feature Request: Listen for TCP/HTTP #579
mickmister
started this conversation in
General
Replies: 2 comments 3 replies
-
Yes we have TCP and TLS! https://microsoft.github.io/devicescript/developer/net#tcptls-sockets |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately while you can connect to servers you cannot listen. We are also currently limited to one socket at a time. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to have my microcontroller host an http server, but I'm not seeing anything in the docs related to listening for TCP connections.
Is it possible to listen for TCP connections? If not, is it feasible to have this implemented? Interested in contributing effort for this if so. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions