You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
David Högborg 2a3b703459 New take on message type guessing 9 years ago
internal New take on message type guessing 9 years ago
.gitignore Initial public commit 9 years ago
Makefile Initial public commit 9 years ago
README.md Updated readme with usage examples 9 years ago
main.go Added different levels of debug output 9 years ago

README.md

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.