Created
November 19, 2019 11:37
-
-
Save gue-ni/07f4ef7d2af4d4f3ef5385b064f38897 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
# server.sh <freq> <port> | |
rtl_fm -f ${1}M -M fm -s 170k -A fast -r 32k -l 0 -E deemp | nc -lvp ${2} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment