No description
Find a file
2015-11-12 21:42:30 +01:00
internal Payload correction using parity check bits 2015-11-12 21:42:30 +01:00
.gitignore Payload correction using parity check bits 2015-11-12 21:42:30 +01:00
main.go Ability to write decoded messages to disc 2015-10-24 17:57:13 +02:00
Makefile Initial public commit 2015-10-21 10:51:01 +01:00
README.md Updated readme with usage examples 2015-10-22 23:04:22 +02:00

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 <freq> -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.