mirror of
https://github.com/idanoo/rtl-pager-discord
synced 2025-07-01 13:52:24 +00:00
[skip-ci] Update README.md
This commit is contained in:
parent
375a5cbb96
commit
08b73d41c5
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -1,8 +1,15 @@
|
||||||
# rtl-pager-discord
|
# rtl-pager-discord
|
||||||
Docker container to pull pager message into a discord channel from an RTL-SDR
|
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:..." idanoo/rtl-pager-discord
|
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:
|
ENV VARS:
|
||||||
- FREQUENCY
|
- FREQUENCY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue