OpenTrafficMap

(opentrafficmap.org)

281 points | by moooo99 15 hours ago ago

69 comments

  • CountGeek 2 hours ago ago

    I recently learned that with smart traffic lights cyclists can change traffic lights -https://nltimes.nl/2026/04/28/new-app-turns-traffic-lights-g...

  • RobotToaster 6 hours ago ago
    • fy20 5 hours ago ago

      How does the hardware work? It seems like there isn't any radio hardware other than the ESP, so that can natively receive the ITS-G5 messages? Why not just use an ESP board with native ethernet then?

      • rompic 5 hours ago ago

        They are doing it with the standard WIFI receiver. Currently they are sending the Wireshark dumps to a backend for processing.

        According to their presentation they are working on a rust firmware to do everything on the board.

  • mlaretallack 14 hours ago ago

    Found out about this today, up until now 802.11p hardware is very expensive, and so you cannot easily do anything with V2x messages like CAM or SPAT, but the fact this was done with sub £20 hardware is really interesting.

    • rompic 5 hours ago ago

      Fully agree. That's the most interesting thing about this.

  • maelito an hour ago ago

    We need global open congestion data. At least on the european scale.

    It's important so that alternatives to Google Maps and Waze (Google) can emerge.

    To create congestion data, one needs to own an OS with location tracking, or be an international mobile network. Won't happen.

    [disclaimer : I work on an open source alternative to big tech's maps]

    • crimsoneer an hour ago ago

      What is the OS alternative? OSM?

      • maelito an hour ago ago

        https://cartes.app. Based on OSM of course, but OSM is just a geographical database, with lots of incomplete UIs built on top by the community. Cartes is one of them, we're trying to make it complete and modern :)

        • yosamino 22 minutes ago ago

          That looks pretty cool - sorry to have a complaint immediately:

          When opening the map on Firefox/Linux zooming to like a France-size view and then not doing anything, the view keeps scrolling up and down relatively slowly, but very annoyingly.

          Zooming all the way out, it looks like the globe is jiggling back and forth ever so slightly, but continually.

          I've recently seen this happen on another mapping application ( cannot remember which one) so it's probably in down the stack somewhere in a library you are using.

  • xd1936 15 hours ago ago

    I haven't seen a theme on OSM data look this modern and fresh before. Beautiful color palette and iconography!

  • ablation 4 hours ago ago

    Huge performance issues for me trying to use it on Chrome. But I like the idea.

  • Myzel394 2 hours ago ago

    I don't get this at all. Is this a live view of the traffic lights, buses, and more? How do they get the data?

  • solarpunk 15 hours ago ago

    Cool, but it there's no links for more info, and it doesn't seem to work in the USA at all.

    • uyzstvqs 12 hours ago ago

      The site is definitely lacking. It's half in German, half in English.

      The concept is that there is this protocol called ITS-G5, which is a European profile of 802.11p. Vehicles and traffic infrastructure can transmit telemetry on 5 GHz. Other vehicles and traffic infrastructure can use it for situational awareness.

      This website collects that data using local receivers and aggregates it onto a map, similar to what website like ADSB-Exchange do with ADS-B.

      What is concerning is that vehicles appear to broadcast a MAC address. Does this mean that ITS-G5, 802.11p, and C-ITS could be used for persistent tracking?

      • wumms 2 hours ago ago

        > What is concerning is that vehicles appear to broadcast a MAC address.

        Somewhat related: 'Your car’s tire sensors could be used to track you': https://networks.imdea.org/your-cars-tire-sensors-could-be-u...

      • softgrow 11 hours ago ago

        Reading the translation of the talk, public transport vehicles have a persistent MAC but for private cars the MAC address changes every 15 minutes.

        • rompic 5 hours ago ago

          As discussed in the video they are not resetting the packet sequence number though, making it easy to match them with the other data transmitted.

        • ufocia 11 hours ago ago

          That still doesn't seem very private.

          • fy20 5 hours ago ago

            For a vehicle with a highly visible unique identifier on the front and rear? In my country basically every private carpark has ANPR cameras, the tech is dirt cheap now.

          • interloxia 5 hours ago ago
          • Barbing 9 hours ago ago

            Particularly anywhere rural or off the beaten path

            • moooo99 4 hours ago ago

              You wouln‘t really have the kind if hardware there. The communication relies on a multi hop mesh that would‘t work anywhere without sufficient coverage.

            • izacus 3 hours ago ago

              You do know you have a unique ID displayed on a big tab on the vehicle, right?

      • antman 6 hours ago ago

        What about the traffic lights on the map do they also have transmitters?

        • moooo99 4 hours ago ago

          Yes, they also have transmitters. The traffic lights send out MAPEM and SPATEM messages. They describe the layout of the lanes at the intersection as well as the red/green phase timings of the signal.

          In Graz, the city where the authors live, there are 165 of such signals planned.

      • alexpotato 11 hours ago ago

        This should be a top level comment as it has a ton of useful info and can be voted to the top.

      • firesteelrain 9 hours ago ago

        Did they re invent APRS?

    • moooo99 15 hours ago ago

      The project was shared as part of a talk at Graz Linux Tage. You can find it here, unfortunately it is only available in German

      https://media.ccc.de/v/glt26-688-c-its-mit-einem-esp32-ampel...

      • localhostinger 5 hours ago ago

        Happy to see this popping up here, I watched the Linux Tage talk last week. The demo just kept getting better and better, to a point where the audience just interruptively cheers and claps away. I know nothing about the contents, but this warmed my heart. True hacker project!

      • RobotToaster 13 hours ago ago

        Is there a link to the hardware they mention in the description?

        • Maxious 6 hours ago ago

          They built their own circuit board but the core module that does the 802.11p is just a ESP32-C5

          • RobotToaster 6 hours ago ago

            Yes, I understand that. The translation makes it sound like they have published the software and design, or are somehow making boards available.

            >To improve coverage, we need your support! We have built a board with *ESP32-C5* and *PoE* that allows you to capture *C-ITS* packages yourself, and provide us for our face-up card, or process it yourself.

            Edit: found it, https://codeberg.org/opentrafficmap

      • refulgentis 12 hours ago ago

        Pastebin here containing AI-generated English translation, LGTM: https://pastebin.com/fK5Atwzg

    • felixguendling 15 hours ago ago

      It's based on Car2X/Vehicle2X data that's sent unencrypted and can be received with chips you can order from China.

      • rootusrootus 15 hours ago ago

        Will be interesting to see how it fares when it does come to the US. It seems like there are some cars that already have the tech installed. But the US is allegedly more interested in the cellular version, which I am guessing is not as easy to pick up with a simple receiver?

        My gut feeling is that this seems like one of those things likely to face a lot of backlash when it becomes widely known.

        • felixguendling 14 hours ago ago

          I guess we only find out if some people order those chips and check if there is some data. From my understanding the idea is the same like maps showing air planes or ships (for ships it’s AIS). So without volunteers/pioneers who participate we won’t know. It seems like traffic lights and trams also can send data.

    • walrus01 15 hours ago ago

      If I had a dollar for every time I've seen an American on the Internet assume that anything published in the English language must be US-centric...

      • bravoetch 15 hours ago ago

        You still wouldn't have nearly as many dollars if you subtracted the times those people were correct in that assumption. Personally I assumed the site would be global. It doesn't have any info though, so I rely on finding out somewhere else I guess.

        • lucideer 12 hours ago ago

          > Personally I assumed the site would be global

          The only reason you would assume a site would be global is if your definition of "global" is "works in the US" & you never bother to check for support of other countries. I live in the anglosphere outside of the US & I encounter more than enough US-only web projects for that not be to a default assumption I hold.

          Most sites are not global - it's very odd to assume they would be.

          • BigToach 11 hours ago ago

            Another reason could be that calling this OpenTrafficMap gives an impression that it is similar to OpenStreetMap, which is global.

            • lucideer 2 hours ago ago

              OSM launched as a London / UK project. Even today, it's a lot more comprehensive in some parts of the world than others.

              If I got the impression that it was like OSM, that would give me the impression that it is only as global as my contributions to it (which is what lead to OSM becoming global).

              • MrDrMcCoy an hour ago ago

                Expecting support globally is of course unreasonable. Expecting it to be designed to be somewhat location-agnostic for contributors and including some obvious docs (which could just be "coming soon" or "here's what we need to expand") is pretty reasonable to me.

                I don't get why there isn't even a stub repo for a mobile app to contribute with. Or am I just not finding it?

      • hamdingers 14 hours ago ago

        It seems pretty weird to use all English words in the domain for a service that offers no English translations and operates in no English speaking countries.

        • moooo99 14 hours ago ago

          The map is based on international standards and technically it does not restrict locations to German speaking countries.

          The authors of this project also shared that they intend on publishing more around this project. This seems to be mostly an early demo that was intended for the live event.

        • walrus01 14 hours ago ago

          The Germans and Danes and Swedes and Norwegians I see on the Internet developing and publishing software often have a better grasp of the English language than many born in the USA Americans.

          • ufocia 11 hours ago ago

            That's true for Scandinavians, Germans are not as gut.

            • aspect0545 4 hours ago ago

              Ja ja, maybe not as gut as the Scandinavians, but still better than many US Americans.

      • perching_aix 14 hours ago ago

        Is expecting something to work in the US the same as expecting it to be US-centric?

      • rootusrootus 15 hours ago ago

        Conversely, if I had a penny for every time someone complained about Americans... ;-)

        • dawnerd 5 hours ago ago

          That's one way to get rid of our (US) pennies now that they're useless!

      • mahsa32 3 hours ago ago

        I did scroll across to the UK and was disappointed that there's none for here.

        But I'll probably add my own receiver soon!

      • amazingamazing 15 hours ago ago

        This is an American site to be fair. Mapbox is also an American company.

      • ufocia 11 hours ago ago

        It does have an English name, so why the surprise?

      • estimator7292 13 hours ago ago

        OpenStreetMaps works in the US and much of the rest of the world.

        It's entirely reasonable to expect that a project with an extremely similar name would also work in most of the world, which just happens to include the USA.

      • exegete 15 hours ago ago

        I mean I don’t anyone thought this was in the US since the UI is not in English. Maybe it’s more of, this neat, wish we had it here?

  • modinfo 8 hours ago ago

    It will be nice if we everybody could just add own receivers, then it will be quickly cover more cities. But still nice project.

    • modinfo 6 hours ago ago

      Ahh, it send automatically to website! "mqtts://cits1.opentrafficmap.org"

  • poorman 13 hours ago ago

    I wonder if this could be used to track location of the vehicle

    • embedding-shape 13 hours ago ago

      Isn't that the point of the project? I'm seeing a bunch of tracked vehicles, although they all seem parked at the moment.

      Does Graz not have night bus service?

      • flicken 7 hours ago ago

        The night bus service only runs the nights "before" Saturday and Sunday[1]. It's a small university city with 300k population (600k greater metropolitan area).

        [1] https://www.verbundlinie.at/en/customer-service/arriving-in-...

        • embedding-shape 2 hours ago ago

          > It's a small university city with 300k population

          Made me smile, I'm from outside a city we used to call "big city" when I was growing up, it had ~110K population and is the 9th largest in the country or something :P Anyways, that city still has night service, so not sure why a city with three times the population wouldn't, especially if it's a university city.

          • fragmede 2 hours ago ago

            If it's not able to support a robust bus system, it's not a city, just a really big town.

  • Cider9986 14 hours ago ago

    >WebSocket getrennt

    Hug of death? Nothing loads.