Hi all,
I’m trying to make a GUI in C# and I have successfully sent the data to the particle cloud.
But now, how can I get my data from the cloud and save the Variables in C#?
If you check the docs, you’ll notice that the Particle ecosystem works with a REST API. So long as you can make HTTPS requests, you should be able to access the data.
Who knows what you’ll find when reading the docs… There might even be an SDK in there…
https://docs.particle.io/reference/windows/
2 Likes
Hi Ketterman,
I’ve used python to make curl requests to get data from the cloud and the log it locally.
So it is definitly possible and reliable too.
If anyone wants a test python script I’ll post it.
Regards
Liam
2 Likes