https://github.com/dhogborg/go-pocsag
POCSAG parser implemented in Go
https://github.com/dhogborg/go-pocsag
pager pocsag rtl rtl-sdr sdr
Last synced: about 1 year ago
JSON representation
POCSAG parser implemented in Go
- Host: GitHub
- URL: https://github.com/dhogborg/go-pocsag
- Owner: dhogborg
- Created: 2015-10-21T09:44:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T19:01:14.000Z (about 4 years ago)
- Last Synced: 2025-03-27T18:50:20.105Z (about 1 year ago)
- Topics: pager, pocsag, rtl, rtl-sdr, sdr
- Language: Go
- Size: 0 Bytes
- Stars: 16
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-pocsag
A parser for POCSAG pager protocol implemented in Go
## Usage
Read a recorded wav file `gopocsag -i path/to/file.wav`
Listen to stream from rtl_fm: `rtl_fm -f -E deemp | gopocsag`
Parse a raw datadump: `cat dump.bin | gopocsag`
## Options
* `--type` force message parsing type, one of `auto` `bcd` `alpha`
* `--debug` print debugging and extra information about transmission.
* `--verbosity` regulate the detail of debugging information
## Resource usage
Not much. About 0.2% of a i5 during normal operations. Just above 5 mb of RAM.