This is a logging tool that receives GPS-data from a serial port and CAN-bus data from CAN-interface supported by the Linux kernel. The idea behind this tool was that the underlying logging device does not always have access to the current time. Consequently, the timestamps are only correct relatively to one and another. To mitigate this problem, the timestamps are synchronized by using GPS-data. The resulting log contains the following columns:
Currently, gpscandump
only supports CAN-interfaces the Linux kernel can use, as well as a specific GPS-dongle.
bash
cargo install gpscandump
```bash gpscandump - logs GPS and CAN-bus data
USAGE: gpscandump [OPTIONS]
OPTIONS:
-h, --help Print help information
-i, --interface
The source code of this project is licensed under the MIT license. This implies that you are free to use, share, and adapt it. However, please give appropriate credit by citing the project.
If you have problems using the software, find mistakes, or have general questions please use the issue tracker to contact us.