microp11 / iridiumlive

web visualizer for gr-iridium frames
GNU General Public License v3.0
47 stars 11 forks source link

Timing vs. OS #16

Closed microp11 closed 4 years ago

microp11 commented 4 years ago

The current mechanism for refreshing the page is timer based polling. The queries are terrible (tens or hundreds of ms) and on the RPi 1 second refresh rate is way too fast. If you want to run the app on a RPi please recompile with 10s refresh rate, not the 1 second as current NYE pre-release version is.

microp11 commented 4 years ago

Fixed in v1.2