tlm-solutions / telegram-decoder

server whichs receives data from gnuradio and extracs useful data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Decoder

built with nix

Contact: hello@tlm.solutions

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
}

About

server whichs receives data from gnuradio and extracs useful data


Languages

Language:Rust 83.6%Language:Nix 16.4%