Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 980 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 980 Bytes

Telegram Decoder

built with nix

Contact: [email protected]

This service takes the raw bit stream from the gnuradio pipeline and tries to decode valid telegrams from it. This service implement the full CRC and decodation of R09.16 all other telegram variants are sent as raw telegrams. All decoded telegram are sent to data-accumulator.

Service Configuration

Environment Variables

  • AUTHENTICATION_TOKEN_PATH per default set to /etc/telegram-decoder/token

Config File

the config flag in the command line inputs points to a file following the pattern described below.

{
    "name": "Station Name",
    "lat": -1.0,
    "lon": -1.0,
    "id": "<YOUR STATION ID>",
    "region": -1
}