Skip to content

Instantly share code, notes, and snippets.

@anderser
Last active June 5, 2021 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anderser/6dd575ed0ceec0972e29f5500e338c75 to your computer and use it in GitHub Desktop.
Save anderser/6dd575ed0ceec0972e29f5500e338c75 to your computer and use it in GitHub Desktop.
RTL SDR Airband
#lsusbto find path, lsusb -v to find serial
#Tower weather report
docker run --rm --name rtlsdr-airband -p 8000:8000 -e RTLSDRAIRBAND_FREQS=125.25 -e RTLSDRAIRBAND_SERIAL=00000001 --device /dev/bus/usb:/dev/bus/usb fredclausen/rtlsdrairband
#VHF 16 og sea traffic coord center
docker run --rm --name rtlsdr-airband -p 8000:8000 -e RTLSDRAIRBAND_FREQS=156.8,157.025,151.625,156.575 -e LOG_SCAN_ACTIVITY=true -e RTLSDRAIRBAND_SERIAL=00000001 -e RTLSDRAIRBAND_MODE=scan -e RTLSDRAIRBAND_SHOWMETADATA=true -e RTLSDRAIRBAND_NAME=VHF16_Fedje -e RTLSDRAIRBAND_GENRE=VHF --device /dev/bus/usb:/dev/bus/usb fredclausen/rtlsdrairband
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment