Nature40 / pyradiotracking

Detect signals of wildlife tracking systems with RTL SDR devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keepalive for SDR Sticks

jonashoechst opened this issue · comments

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

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

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

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

Implemented in a4a83f8