Skip to content

Instantly share code, notes, and snippets.

@kornyone
Last active March 7, 2025 20:02
Show Gist options
  • Save kornyone/3ffd2ef5c59a43471cb634cb46d96508 to your computer and use it in GitHub Desktop.
Save kornyone/3ffd2ef5c59a43471cb634cb46d96508 to your computer and use it in GitHub Desktop.
quick and easy rtlsdr scan to graphite
# 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
@kornyone
Copy link
Author

kornyone commented Mar 13, 2017

https://gist.github.com/kornyone/2de66bed12acd411f79a3ca76cfe0d52 has an example json for setting up a grafana dashboard

rtlfm_grafana_example2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment