Initial Commit

This commit is contained in:
idanoo 2023-02-14 00:30:19 +13:00
commit 1697ecaea9
Signed by: idanoo
GPG key ID: 387387CDBC02F132
3 changed files with 16 additions and 0 deletions

4
.env.example Normal file
View file

@ -0,0 +1,4 @@
DISCORD_WEBHOOK=
RTL_FREQ=157.950
RTL_DEVICE_ID=
RTL_GAIN=40.2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env

11
README.md Normal file
View 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`