No description
Find a file
2023-04-13 17:42:26 +12:00
.github/workflows Push latest 2023-04-13 17:19:59 +12:00
Dockerfile Change entrypoint to cmd 2023-04-13 17:42:26 +12:00
pager.sh Initial commit 2023-04-13 17:14:46 +12:00
README.md [skip-ci] Update README.md 2023-04-13 17:23:45 +12:00

rtl-pager-discord

Docker container to pull pager message into a discord channel from an RTL-SDR.

You will need to find the USB bus that the SDR is plugged into

docker run \
  -e "FREQUENCY=157.945M" \
  -e "GAIN=40.2" \
  -e "DISCORD_WEBHOOK_URL=https:..." \
  --device /dev/bus/usb/001/001:/dev/bus/usb/001/001 \
  idanoo/rtl-pager-discord

ENV VARS:    
- FREQUENCY    
- GAIN    
- DISCORD_WEBHOOK_URL