Skip to content

Record the movement of a Flixbus coach using the on-board WiFi.

License

Notifications You must be signed in to change notification settings

derhuerst/record-flixbus-movement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

record-flixbus-movement

Command-line tool to record the movement of a Flixbus coach using the on-board WiFi.

npm version ISC-licensed chat with me on Gitter support me on Patreon

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

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.

About

Record the movement of a Flixbus coach using the on-board WiFi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published