Table of Contents

MQTT Server

All receivers report their data to a central MQTT broker, which feeds the live map at opentrafficmap.org.

Connecting

Topics

Each node publishes under its/nodeXXX/…, where nodeXXX is the node ID — currently simply an ascending number. You can find your node's ID in the self-service portal (see Node Registration):

Topic Content
its/nodeXXX/packet/json received C-ITS packets as JSON
its/nodeXXX/stats node statistics / telemetry

To subscribe to all messages of a node, the wildcard its/nodeXXX/# should work as well by now.

Subscribing to your node

The self-service portal shows credentials that allow you to subscribe to the messages of your own node — see Node Registration. You can use any MQTT client; a list of clients for Linux, Windows, and macOS is in the FAQ.

What is published

If you built your own receiver, there are several ways to get your data onto the broker — see Transmission Methods.