Datalink Plugin¶
The tangram_datalink plugin bridges normalized datalink events from datalink decoder into
tangram. It exposes a single datalink_entity stream for aircraft and datalink stations so communication endpoints can be selected and inspected consistently.
Redis Events¶
| Direction | Channel | Event/Command | Payload |
|---|---|---|---|
| Input | datalink-* |
PUBLISH |
Normalized decoded event emitted by datalink. |
| Output | to:datalink:feed:message |
PUBLISH |
The same normalized event schema, relayed to the frontend. |
| Output | to:streaming-{id}:new-datalink-data |
PUBLISH |
{ "count": 123, "entities": [...] } containing visible datalink entities. |
Configuration¶
See tangram_datalink.backend.DatalinkConfig for all available options.