Last active
March 7, 2025 20:02
-
-
Save kornyone/3ffd2ef5c59a43471cb634cb46d96508 to your computer and use it in GitHub Desktop.
quick and easy rtlsdr scan to graphite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Super duper hacky. Don't expect performance. | |
# This outputs 3200 metrics per run, looping with -c | |
rtl_power_fftw -q -d 0 -b 160 -f 80M:120M -p 0 -c 2>/dev/null | grep + | \ | |
awk '{print "rtl.fm-0."$1+1" "$2" "systime()}' | \ | |
netcat GRAPHITEHOST 2003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/kornyone/2de66bed12acd411f79a3ca76cfe0d52 has an example json for setting up a grafana dashboard