Logging Data Every 10ms - Best way to retrieve it over the web?

I did a sample project that can transfer data at that rate without too much difficulty. You might be able to get some ideas from that.

The example is for a local server on a home network, but the technique also works over the Internet. The example is a little more complicated because it also includes the second step which also allows you to stream the data from the server to a web browser in real time, but you can skip that part if you don't need it.

2 Likes