Stefan Begerad
Stefan Begerad
BTW, I observed the same for the [BVV](https://v0.berlin-gtfs-rt.transport.rest/) feed as you see in the following example output. ``` gtfs-rt-get2mongo vehicle position +0ms gtfs-rt-get2mongo TripDescriptor available +0ms gtfs-rt-get2mongo trip_id:153437345 +0ms gtfs-rt-get2mongo...
Hi @derhuerst , Thank you very much for clarification. I had the idea to use the [API](https://transport.rest/) and consume it with the [Dede](https://dedriver.org) real-time map. However, the underlying database accepts...
> Unique identifier for what? Good question. Indeed, I do not need an identifier to present it on the [Dede](https://dedriver.org) real-time map. However, after I have consumed any GTFS-RT feed...
> What is "it" here? A vehicle? Yes, I mean vehicles. In the first place, [Dede](https://dedriver.org) shall show the vehicles out there in real-time. Adding helpful and convenient details like...
> sudo gpsd -F /var/run/gpsd.sock udp://0.0.0.0:65535 gpsd ``` $ sudo gpsd -F /var/run/gpsd.sock udp://0.0.0.0:65535 ``` netcut ``` $ nc -vlup 65535 2>&1; listening on [any] 65535 ... connect to [83.223.91.130]...
Dear @julianoborba , > Looks like your server is ok, the app too, but maybe some issue with your Android device. Silly question, did you tried this setup while outdoors...
I restored the default value for documentation purposes.
> According to the spec you linked to, the new PK is `from_stop_id, to_stop_id, from_trip_id, to_trip_id, from_route_id, to_route_id`. Hi @fitnr , I agree. It has practical reasons, why I am...
Hi folks, Thanks for clarification! I am using this tool to truncate a many agency GTFS feed > to a GTFS feed with a single agency > > ``` >...
> Can you test here https://domoritz.github.io/leaflet-locatecontrol/demo/ ? The localization on this site works on either laptop or mobile. Can you conclude something from this observation? Cheers!