record-flixbus-movement
v1.0.0
Published
Record the movement of a Flixbus coach using the on-board WiFi.
Downloads
30
Maintainers
Readme
record-flixbus-movement
Command-line tool to record the movement of a Flixbus coach using the on-board WiFi.
Installation
npm install -g record-flixbus-movement
Or just use npx
:
npx record-flixbus-movement >file.ndjson
Usage
Usage:
record-flixbus-movement >file.ndjson
The JSON format matches record-tgv-movement
where possible:
{
"latitude": 52.704891,
"longitude": 13.064141,
"altitude": 53.9,
"speed": 66,
"cmg": "276.01",
"nrOfSatellites": 9,
"mode": "3",
}
Related
live-icomera-position
– Live vehicle geolocation, taken from the on-board Icomera WiFi system.record-ice-movement
– Record the movement of any ICE using the on-board WiFi.record-tgv-movement
– Record the movement of any TGV using the on-board WiFi.
Contributing
If you have a question or have difficulties using record-flixbus-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.