mirror of
https://github.com/idanoo/go-pager-discord
synced 2025-07-01 05:42:19 +00:00
Initial Commit
This commit is contained in:
commit
1697ecaea9
3 changed files with 16 additions and 0 deletions
4
.env.example
Normal file
4
.env.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
DISCORD_WEBHOOK=
|
||||
RTL_FREQ=157.950
|
||||
RTL_DEVICE_ID=
|
||||
RTL_GAIN=40.2
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.env
|
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# go-pager-discord
|
||||
Pipes POCSAG/FLEX pager messages into a discord webhook.
|
||||
|
||||
## Requirements
|
||||
- SDR (preferably V3)
|
||||
|
||||
## Setup
|
||||
- Install latest Go: https://go.dev/doc/install
|
||||
- Install rtl_sdr & multimon-ng
|
||||
- Copy .env.example to .env and fill in the blanks
|
||||
- `go run main.go`
|
Loading…
Add table
Add a link
Reference in a new issue