Monitor devices in your ISM neighborhood with rtl_watch #3021
hdtodd
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
Very nice. You could also explore the HTTP API (see https://github.com/merbanan/rtl_433/blob/master/examples/rtl_433_http_stream.py and https://github.com/merbanan/rtl_433/blob/master/examples/rtl_433_http_events.py). With that you can optionally set |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
rtl_watch reports the signal characteristics of the ISM devices in your neighborhood: SNR, signal frequency, inter-transmission gap times, and packets per transmission.
Earlier versions reported incorrect statistics as packets may have been dropped during processing.
v3.0 corrects that problem by using a message queue to separate the packet collection thread from the packet processing thread. It's available at http://github.com/hdtodd/rtl_watch
Beta Was this translation helpful? Give feedback.
All reactions