this post was submitted on 01 Sep 2023
783 points (98.8% liked)
Open Source
31021 readers
666 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is there an open street map based map app that shows live traffic? I'm trying to get my grandfather to switch to open source, and he says it's the one feature he needs.
No, unfortunately not. Getting traffic data would mean users volunteering to share location data, would need a centralized system to process everything, and would need a critical mass of users sharing said data to be anywhere near useful. The other possibility would be to pay for data from a provider like Google under an enterprise license that doesn't require sharing data back, but I don't know if that is even an option.
For now, I use both on my phone. I use OSM when biking or walking, I use Google Maps when driving, and I use my local transit web app when taking transit. I plan to switch my Pixel phone to GrapheneOS and to sandbox Google services that I still need. That being said, the ultimate way around needing traffic information is to try to live in places and in such a way that driving is not very necessary, but I know that is a huge ask for a lot of people.
EDIT: To be clear, MagicEarth does have live traffic as @Schlemmy@lemmy.ml pointed out and is based on OSM, but is not itself open source.
time for some kind of anonymizing location data sharing service, peer to peer or federated protocol? that might be interesting, or sketchy, not sure which.
There is OpenTraffic but it seems unfinished and not implemented anywhere as far as i can tell. Edit: just to clarify, ive only heard from others that it's unfinished, havent checked myself :)
That's a super interesting project. For anyone else, the project overview has some great system level diagrams:
https://github.com/opentraffic/otv2-platform
It looks really interesting - but unfortunately it seems it's abandoned? Last time it was updated was 7 years ago...