kelunik / c2x-map

Visualization tool for V2X messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C2X MAP

This repository contains a visualization tool for several V2X messages. These messages aren't processed by the tools in this repository, but only visualized. Another tool needs to parse the received messages and send the relevant information as JSON blobs to the server listening on port 8001 locally. The server broadcasts those messages to any connected WebSocket client then. The app is served on port 8000 once the server is started via php server.php.

There's visualization support for CAMs and SPATEMs, but currently not for MAPEMs. MAPEMs currently need to be manually imported from a Wireshark JSON export of a received MAPEM. A script is provided in bin/mapem-to-geojson.php. The result needs to be hardcoded in public/index.html.

About

Visualization tool for V2X messages.


Languages

Language:HTML 44.1%Language:CSS 22.5%Language:Shell 17.7%Language:PHP 10.6%Language:JavaScript 5.1%