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.
- AUTHENTICATION_TOKEN_PATH per default set to
/etc/telegram-decoder/token
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
}