Replies: 8 comments 5 replies
-
Related to MQTT (#395), supporting different networking setups. |
Beta Was this translation helpful? Give feedback.
-
We are looking into this for the ESP32. |
Beta Was this translation helpful? Give feedback.
-
We have added "fetch" and sockets in the latest release (v2.10.*) |
Beta Was this translation helpful? Give feedback.
-
Wow that was fast! That’s so awesome thanks |
Beta Was this translation helpful? Give feedback.
-
Any way for me to know when this will be in the docs? I didn’t see any notes on release either |
Beta Was this translation helpful? Give feedback.
-
The docs are not quite there yet but the fetch implementation should give you a good idea of how to use sockets. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/microsoft/devicescript/blob/main/packages/net/src/fetch.ts |
Beta Was this translation helpful? Give feedback.
-
Thanks so much that’s perfect on the client side, just need to learn how I can start a http server next! Edit: nice I’m reading your socket code. Very helpful |
Beta Was this translation helpful? Give feedback.
-
With the pico w, is there any chance of getting a simple web server like micro python has?
I know there is the local cloud stuff that is being worked on, but I would love being able to make a simple server or make http requests to things.
Beta Was this translation helpful? Give feedback.
All reactions