HN.zip

OpenTrafficMap

289 points by moooo99 - 71 comments
CountGeek [3 hidden]5 mins 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...
alex_duf [3 hidden]5 mins ago
Rotterdam is using rain data to asjust traffic lights. Bicycles are waiting less at intersections. They also make the amber light longer to give you time to break for farther away and avoid a fall.

https://popupcity.net/insights/rotterdam-traffic-light-prior...

RobotToaster [3 hidden]5 mins ago
fy20 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins ago
Fully agree. That's the most interesting thing about this.
maelito [3 hidden]5 mins 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]

cheschire [3 hidden]5 mins ago
How would you overcome the data source trust issue? In open data collection you either fingerprint the data to ensure validity or you anonymize the data to provide security, but striking the balance between the two seems like the biggest of hurdles in an effort like this.

The risk of the data being invalid seems as risky as the privacy implications in this case.

crimsoneer [3 hidden]5 mins ago
What is the OS alternative? OSM?
maelito [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins ago
I haven't seen a theme on OSM data look this modern and fresh before. Beautiful color palette and iconography!
maelito [3 hidden]5 mins ago
Can you try this one ? Though not as flashy, it's a step away from most OSM styles.

https://cartes.app/#13.13/47.06727/15.44801

pxeboot [3 hidden]5 mins ago
It looks like Mapbox Standard [1]. While a free tier is available, most sites are going to need a paid plan.

[1] https://docs.mapbox.com/map-styles/standard/guides/

azza2110 [3 hidden]5 mins ago
Agreed - it is very similar to Google Maps.
stevenhubertron [3 hidden]5 mins ago
It's a Mapbox theme
ablation [3 hidden]5 mins ago
Huge performance issues for me trying to use it on Chrome. But I like the idea.
CodeCompost [3 hidden]5 mins ago
Am I the only one here who thinks this is intrusive?
solarpunk [3 hidden]5 mins ago
Cool, but it there's no links for more info, and it doesn't seem to work in the USA at all.
uyzstvqs [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins ago
That still doesn't seem very private.
fy20 [3 hidden]5 mins 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 [3 hidden]5 mins ago
Barbing [3 hidden]5 mins ago
Particularly anywhere rural or off the beaten path
moooo99 [3 hidden]5 mins 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 hidden]5 mins ago
You do know you have a unique ID displayed on a big tab on the vehicle, right?
antman [3 hidden]5 mins ago
What about the traffic lights on the map do they also have transmitters?
moooo99 [3 hidden]5 mins 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 [3 hidden]5 mins ago
This should be a top level comment as it has a ton of useful info and can be voted to the top.
firesteelrain [3 hidden]5 mins ago
Did they re invent APRS?
moooo99 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins ago
Is there a link to the hardware they mention in the description?
Maxious [3 hidden]5 mins ago
They built their own circuit board but the core module that does the 802.11p is just a ESP32-C5
RobotToaster [3 hidden]5 mins 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 [3 hidden]5 mins ago
Pastebin here containing AI-generated English translation, LGTM: https://pastebin.com/fK5Atwzg
felixguendling [3 hidden]5 mins ago
It's based on Car2X/Vehicle2X data that's sent unencrypted and can be received with chips you can order from China.
rootusrootus [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins ago
Another reason could be that calling this OpenTrafficMap gives an impression that it is similar to OpenStreetMap, which is global.
lucideer [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins ago
That's true for Scandinavians, Germans are not as gut.
aspect0545 [3 hidden]5 mins ago
Ja ja, maybe not as gut as the Scandinavians, but still better than many US Americans.
perching_aix [3 hidden]5 mins ago
Is expecting something to work in the US the same as expecting it to be US-centric?
rootusrootus [3 hidden]5 mins ago
Conversely, if I had a penny for every time someone complained about Americans... ;-)
dawnerd [3 hidden]5 mins ago
That's one way to get rid of our (US) pennies now that they're useless!
mahsa32 [3 hidden]5 mins 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 [3 hidden]5 mins ago
This is an American site to be fair. Mapbox is also an American company.
ufocia [3 hidden]5 mins ago
It does have an English name, so why the surprise?
estimator7292 [3 hidden]5 mins 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 [3 hidden]5 mins 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?
Myzel394 [3 hidden]5 mins 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?
modinfo [3 hidden]5 mins 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 [3 hidden]5 mins ago
Ahh, it send automatically to website! "mqtts://cits1.opentrafficmap.org"
poorman [3 hidden]5 mins ago
I wonder if this could be used to track location of the vehicle
embedding-shape [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins 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 [3 hidden]5 mins ago
If it's not able to support a robust bus system, it's not a city, just a really big town.
Cider9986 [3 hidden]5 mins ago
>WebSocket getrennt

Hug of death? Nothing loads.