Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
Live vehicle geolocation of Czech Railways trains, taken from the on-board WiFi system.
License
derhuerst/live-cd-wifi-position
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Live vehicle geolocation of České dráhy (Czech Railways) trains, taken from the on-board WiFi system.
npm install live-cd-wifi-position
asStream()
returns areadable stream inobject mode.
const{asStream}=require('live-cd-wifi-position')constndjson=require('ndjson')constpositions=asStream()positions.on('error',console.error)positions.pipe(ndjson.stringify()).pipe(process.stdout)
An individual data point will look like this:
{latitude:50.62498,longitude:14.055638,altitude:143,speed:88,// km/h}
You can also use theEventEmitter
-based API:
const{asEventEmitter}=require('live-cd-wifi-position')constpositions=asEventEmitter()positions.on('error',console.error)positions.on('data',data=>console.log(data))
cd-wifi-client
– A client for the WiFi portal of Czech Railways trains.wifi-on-ice-position-stream
– A stream of positions of German Railways ICE trains, taken from the on-board WiFi.wifi-on-ice-portal-client
– Query information from the WiFi portal in German ICE trains.record-ice-movement
– Record the movement of anyICE using the on-board WiFi.live-icomera-position
– Live vehicle geolocation, taken from the on-board Icomera WiFi system.record-flixbus-movement
– Command-line tool to record the movement of aFlixbus coach using the on-board WiFi.live-gomedia-position
– Live vehicle geolocation, taken from the GoMedia on-board WiFi entertainment system.sncf-wifi-portal-client
– Query information from the SNCF WiFi portal in French TGV trains.record-tgv-movement
– Record the movement of anyTGV using theon-board WiFi.digital-im-regio-portal-client
– Query information from the Digital im Regio portal in German Regio trains.portale-regionale-wifi-position
– Query information from thePortale Regionale WiFi portal in Trenitalia (Italian Railways) trains.
If you have a question or need support usinglive-cd-wifi-position
, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, usethe issues page.
About
Live vehicle geolocation of Czech Railways trains, taken from the on-board WiFi system.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.