record-ice-movement
v1.0.2
Published
Record the movement of any ICE using the on-board WiFi.
Downloads
9
Maintainers
Readme
record-ice-movement
Record the movement of any ICE using the on-board WiFi.
Installation
npm install -g record-ice-movement
Or just use npx
:
npx record-ice-movement >file.ndjson
Usage
Usage:
record-ice-movement >file.ndjson
Options:
--continue-on-train-change Stop recording as soon as the Triebzugnummer
reported by the on-board WiFi changes, e.g.
when your client accidentally connects to
the WiFi of a different train.
Default: false
The JSON format matches record-tgv-movement
where possible:
{
"ok": true,
"servicelevel": "AVAILABLE_SERVICE",
"internet": "HIGH",
"gpsOk": true,
"speed": 193,
"latitude": 52.208488,
"longitude": 13.22468,
"wagonClass": "SECOND",
"navigationChange": "2019-09-14-03-45-10",
"series": "415",
"tzn": "Tz1505",
"serverTime": 1568445967225,
"clientTime": 1568445967156
}
Related
- Was das neue Bahn-Wifi über seine Nutzer ausplaudert
wifi-on-ice-position-stream
– A stream of ICE positions, taken from the on-board WiFi.wifi-on-ice-portal-client
– Query information from the WifiOnICE portal in German ICE trains.record-tgv-movement
– Record the movement of any TGV using the on-board WiFi.record-cd-train-movement
– Record the movement of a České Dráhy (Czech Railways) train using its on-board WiFi.record-flixbus-movement
– Command-line tool to record the movement of a Flixbus coach using the on-board WiFi.
Contributing
If you have a question or have difficulties using record-ice-movement
, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.