Open vasica38 opened 4 years ago
Media Security implemented GPS tracking for all busses here is a link to application: https://play.google.com/store/apps/details?id=com.mediasecurity.ibus
Also here is a link to their company https://media-security.eu/ maybe they will be agree to provide API endpoint
Here's what the app is doing:
Here's what you need to know:
nimbus/locator/5f59baffc37144a3939d21bd8acc5e45/#
MkFibGZZakFKQzVNMXpqRE5NNjhXS29rbHBnUmZKODdhN2hkVHFCc1F4NEZVZDl4TjV0eURIR09VTXVYa3FUaw==
wss://mqtt.flespi.io
payload sample
{"tm":1609141589,"id":20436046,"msg":{"r":null,"pos":{"c":144,"y":46.9955466,"s":45,"x":28.8771633},"t":1609141587,"o":null,"tt":null,"i":null}}"
"tm":1609141589
- unix time"id":20436046
- probably a bus IDTo try it on the command line: mosquitto_sub -u <token> -h mqtt.flespi.io -t nimbus/locator/5f59baffc37144a3939d21bd8acc5e45/#
(replace <token>
with the string you get after base64-decoding)
Information about routes is available at https://nimbus.wialon.com/api/locator/5f59baffc37144a3939d21bd8acc5e45/data
@roata this issue was assigned and fixed by @eilx2. currently I cannot assign this issue to him and therefore close it.
The current gtfs information contains only trolleys routes. Informations about how busses move around city should be added. The needed information is stops and schedules for each bus trip.