Skip to content

server whichs receives data from gnuradio and extracs useful data

Notifications You must be signed in to change notification settings

tlm-solutions/telegram-decoder

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published