1.0.0 • Published 5 years ago
record-flixbus-movement v1.0.0
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-movementOr just use npx:
npx record-flixbus-movement >file.ndjsonUsage
Usage:
record-flixbus-movement >file.ndjsonThe 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.
1.0.0
5 years ago