Hi to all, I'm newbie in python and webpages.
My target is webpage to show realtime data such this example:
https://github.com/plotly/Streaming-Dem ... ensor-data
I'm going to read realtime sensor data (50 or 100 samples/second), to be shown in 1/2 (or more) seconds refresh interval graph on webpage; sensor is connected to Raspberry GPIO, then I see data locally through browser on laptop connected through ethernet port.
I can't use plotly due I have no internet connection.
Can I solve someway else instead using plotly?
Thanks.