I was asked this question at the Pycon Italy 2019 conference.
For demonstration purposes, 1 Hz is good enough, however the demo code "as is" could dispatch signals at a much higher rate.
The real limitation comes from the chart in the user interface, and mainly affects the browser (that is, client side).
To keep the project simple, I'm currently using:
It's not a particular performing solution.
It is my intention to test these alternatives:
I will update the issue with my progress on this (hopefully).
Any comment, suggestion or contribution is welcome
I was asked this question at the Pycon Italy 2019 conference.
For demonstration purposes, 1 Hz is good enough, however the demo code "as is" could dispatch signals at a much higher rate.
The real limitation comes from the chart in the user interface, and mainly affects the browser (that is, client side).
To keep the project simple, I'm currently using:
It's not a particular performing solution.
It is my intention to test these alternatives:
I will update the issue with my progress on this (hopefully).
Any comment, suggestion or contribution is welcome