jbrzusto / sensorgnome

master control process for a sensorgnome receiver
GNU General Public License v2.0
1 stars 2 forks source link

rtlsdr restarting every 2 minutes #20

Closed jbrzusto closed 7 years ago

jbrzusto commented 7 years ago

at least the startTimestamp is updating at the top of every even minute, regardless of start time!

jbrzusto commented 7 years ago

nothing showing up in node error log, and rtl_tcp not restarting.

jbrzusto commented 7 years ago

It's the silly fcd_watchdog, launching a startAll, with these effects:

This is clumsy logic; instead, hw_do_start() should be a no-op if the device has been started and not stopped.