207
Is there any closed source android app that you wish had a good open source alternative?
(programming.dev)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
The Transit app, used for bus/train route info and buying tickets. I imagine the ticket buying part would be difficult to OS, but I just want the live transit routing info. A few apps exist for other cities, but not mine. Worst part is Transit relies on Google Maps.
I believe google maps pulls its data from municipalities setting up and streaming realtime data using this: https://developers.google.com/transit/gtfs-realtime
For my city, I was able to pull this GTFS data into my home automation system to show next arrival times for a couple of convenient stops near my home.
Yea, I've looked into how it works to see if I could add it to an existing app, but ran into a wall I can't recall right now.
The local stops would be good, but what I really need is the ability to figure out new routes, like visiting a friend.
Oh yeah, then you definitely need something else to take the transit schedule and realtime updates to plan routes for you.