Last active
June 5, 2021 09:22
-
-
Save anderser/6dd575ed0ceec0972e29f5500e338c75 to your computer and use it in GitHub Desktop.
RTL SDR Airband
This file contains 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
#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