Possible helper app to list unique IDs from log #250
gregbert42
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies if this isn't done the right way - but i created a python script that takes the output of rtl listen all command, and then parses out the unique endpointIDs and IDs. This was helpful after a long night of listening to see what unique broadcasters I had.
So for instance, i run
docker run --rm -ti -e LISTEN_ONLY=yes --device=/dev/bus/usb:/dev/bus/usb allangood/rtlamr2mqtt > ~/logfile
and then i run the program below, python3 extractid.py ~/logfile
Beta Was this translation helpful? Give feedback.
All reactions