Nature40 / pyradiotracking

Detect signals of wildlife tracking systems with RTL SDR devices.
GNU General Public License v3.0
14 stars 1 forks source link

Keepalive for SDR Sticks #28

Closed jonashoechst closed 2 years ago

jonashoechst commented 2 years ago

Requested is a simple CSV file, which writes in a given periodical time delay information on the successful running of an SDR Stick, e.g.

Time; SDR; running
2022-05-15T09:32:01; 1; running
jonashoechst commented 2 years ago

Add additional flags, e.g. running, started, stopped.

jonashoechst commented 2 years ago

It is of importance, that this information is coming from the analyzing threads themselves, not a deamon observing.

jonashoechst commented 2 years ago

There is a first draft (f4f85e4). Still missing is support for other consumers (MQTT) and configurable update intervals (currently hardcoded @10s).

jonashoechst commented 2 years ago

Implemented in a4a83f8a0cb21baec9ac60c2bf95b4084dfc5586