en_alt:receivers
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en_alt:receivers [2026/08/10 19:00] – packet/json, tightened Connecting, catalogue wording hajo | en_alt:receivers [2026/08/15 00:06] (current) – Renamed to The OpenTrafficMap server; Berlin coverage; imprint moved hajo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Receivers ====== | ====== Receivers ====== | ||
| - | What you need to actually hear C-ITS. There is one purpose-built receiver that most people use, and a growing number of independent projects that solve the same problem with different hardware. All of them end up in the same place: raw 802.11p frames on the [[en_alt:reporting|central MQTT broker]]. | + | What you need to actually hear C-ITS. There is one purpose-built receiver that most people use, and a growing number of independent projects that solve the same problem with different hardware. All of them end up in the same place: raw 802.11p frames on the [[en_alt:server|central MQTT broker]]. |
| Whatever you build, [[en_alt: | Whatever you build, [[en_alt: | ||
| Line 167: | Line 167: | ||
| - [[en_alt: | - [[en_alt: | ||
| - [[en_alt: | - [[en_alt: | ||
| - | - [[en_alt:reporting|Reporting to OTM]] — how the data actually leaves the node, and how to read along | + | - [[en_alt:server|The OpenTrafficMap server]] — how the data actually leaves the node, and how to read along |
| ===== Other receiver projects ===== | ===== Other receiver projects ===== | ||
| Line 181: | Line 181: | ||
| | [[en_alt: | | [[en_alt: | ||
| | [[en_alt: | | [[en_alt: | ||
| - | | [[en_alt: | ||
| | [[en_alt: | | [[en_alt: | ||
| | [[en_alt: | | [[en_alt: | ||
| + | | [[en_alt: | ||
| ==== DIY Ethernet ==== | ==== DIY Ethernet ==== | ||
| Line 220: | Line 220: | ||
| Practical warning: several people have hit SPI checksum errors that turned out to be wiring problems, and some GPIOs did not work as the datasheets suggested. If the link does not come up, try different pins before you suspect the software. | Practical warning: several people have hit SPI checksum errors that turned out to be wiring problems, and some GPIOs did not work as the datasheets suggested. If the link does not come up, try different pins before you suspect the software. | ||
| + | |||
| + | The temporaerhaus hackerspace in Ulm [[https:// | ||
| **TODO:** [[https:// | **TODO:** [[https:// | ||
| Line 228: | Line 230: | ||
| ^ Reports to OTM | yes, the same as the official board | | ^ Reports to OTM | yes, the same as the official board | | ||
| ^ Advantages | no cable to the mounting point; the '' | ^ Advantages | no cable to the mounting point; the '' | ||
| - | ^ Drawbacks | two boards and five SPI wires to get right; wiring problems are common; neither project documents a licence | + | ^ Drawbacks | two boards and five SPI wires to get right | |
| ^ Repositories | [[https:// | ^ Repositories | [[https:// | ||
| Line 263: | Line 265: | ||
| ^ Reports to OTM | yes, with the supplied example configuration | | ^ Reports to OTM | yes, with the supplied example configuration | | ||
| ^ Advantages | frames become Home Assistant data; free choice of uplink and destination; | ^ Advantages | frames become Home Assistant data; free choice of uplink and destination; | ||
| - | ^ Drawbacks | no Wi-Fi; the KSZ8851SNL path is experimental; no licence stated in the repository | + | ^ Drawbacks | no Wi-Fi; the KSZ8851SNL path is experimental | |
| ^ Repository | [[https:// | ^ Repository | [[https:// | ||
| - | Note that this is a different thing from **monitoring** a node in Home Assistant, where the node runs on its own and Home Assistant simply reads its telemetry. That is described under [[en_alt:reporting# | + | Note that this is a different thing from **monitoring** a node in Home Assistant, where the node runs on its own and Home Assistant simply reads its telemetry. That is described under [[en_alt:server# |
| ==== USB to an Android phone ==== | ==== USB to an Android phone ==== | ||
| Line 286: | Line 288: | ||
| ^ Licence | GPL-3.0 | | ^ Licence | GPL-3.0 | | ||
| ^ Repository | [[https:// | ^ Repository | [[https:// | ||
| - | |||
| - | ==== USB to a computer ==== | ||
| - | |||
| - | A deliberately minimal firmware: it receives 802.11p frames and writes them to USB serial with SLIP framing, and does nothing else. No Ethernet, no console, no configuration at runtime — the channel is a compile-time constant. The entire firmware is a single source file of about ninety lines, built with PlatformIO and the Arduino framework rather than ESP-IDF. | ||
| - | |||
| - | A small Python script is included that either prints the frames as hex or writes a valid PCAP file, which you can open directly in Wireshark. | ||
| - | |||
| - | **This project does not report to OpenTrafficMap.** Its README states plainly that there is currently no good way to publish from it to OTM: the obvious bridge only speaks MQTT v5, which does not work with our broker. Treat it as an analysis and hacking tool, not as a way to contribute data to the map. | ||
| - | |||
| - | ^ Hardware | ESP32-C5-DevKitC-1 or Seeed XIAO ESP32-C5 | | ||
| - | ^ Firmware | its own, PlatformIO / Arduino | | ||
| - | ^ Uplink | USB serial to a computer | | ||
| - | ^ Reports to OTM | **no** | | ||
| - | ^ Advantages | small, single-file code base; straight to PCAP and Wireshark; no ESP-IDF toolchain needed | | ||
| - | ^ Drawbacks | no OTM upload, no Ethernet, no runtime configuration; | ||
| - | ^ Repository | [[https:// | ||
| ==== FritzBox 3390 ==== | ==== FritzBox 3390 ==== | ||
| Line 340: | Line 326: | ||
| ^ Licence | MIT | | ^ Licence | MIT | | ||
| ^ Repository | [[https:// | ^ Repository | [[https:// | ||
| + | ==== USB to a computer ==== | ||
| + | |||
| + | A deliberately minimal firmware: it receives 802.11p frames and writes them to USB serial with SLIP framing, and does nothing else. No Ethernet, no console, no configuration at runtime — the channel is a compile-time constant. The entire firmware is a single source file of about ninety lines, built with PlatformIO and the Arduino framework rather than ESP-IDF. | ||
| + | |||
| + | A small Python script is included that either prints the frames as hex or writes a valid PCAP file, which you can open directly in Wireshark. | ||
| + | |||
| + | **This project does not report to OpenTrafficMap.** Its README states plainly that there is currently no good way to publish from it to OTM: the obvious bridge only speaks MQTT v5, which does not work with our broker. Treat it as an analysis and hacking tool, not as a way to contribute data to the map. | ||
| + | |||
| + | ^ Hardware | ESP32-C5-DevKitC-1 or Seeed XIAO ESP32-C5 | | ||
| + | ^ Firmware | its own, PlatformIO / Arduino | | ||
| + | ^ Uplink | USB serial to a computer | | ||
| + | ^ Reports to OTM | **no** | | ||
| + | ^ Advantages | small, single-file code base; straight to PCAP and Wireshark; no ESP-IDF toolchain needed | | ||
| + | ^ Drawbacks | no OTM upload, no Ethernet, no runtime configuration; | ||
| + | ^ Repository | [[https:// | ||
en_alt/receivers.1786381214.txt.gz · Last modified: by hajo
