This repository was archived by the owner on Dec 8, 2025. It is now read-only.
Replies: 8 comments 5 replies
|
Related to MQTT (#395), supporting different networking setups. |
0 replies
|
We are looking into this for the ESP32. |
0 replies
|
We have added "fetch" and sockets in the latest release (v2.10.*) |
0 replies
|
Wow that was fast! That’s so awesome thanks |
0 replies
|
Any way for me to know when this will be in the docs? I didn’t see any notes on release either |
0 replies
|
The docs are not quite there yet but the fetch implementation should give you a good idea of how to use sockets. |
0 replies
|
https://github.com/microsoft/devicescript/blob/main/packages/net/src/fetch.ts |
0 replies
|
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 |
5 replies
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.
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.
All reactions