Crates.io | gpscandump |
lib.rs | gpscandump |
version | 1.0.1 |
source | src |
created_at | 2022-02-10 14:16:02.551176 |
updated_at | 2022-02-22 10:56:26.178125 |
description | Logs GPS and CAN-bus data and synchronizes the CAN-data with the GPS-data |
homepage | https://github.com/tsabelmann/gpscandump-rs |
repository | https://github.com/tsabelmann/gpscandump-rs |
max_upload_size | |
id | 530286 |
size | 38,621 |
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.
cargo install gpscandump
gpscandump - logs GPS and CAN-bus data
USAGE:
gpscandump [OPTIONS]
OPTIONS:
-h, --help Print help information
-i, --interface <interface> The CAN-interface [default: vcan0]
-o, --output <output> File where one saves the results [default: log.csv]
-s, --serial-port <serial_port> The serial-port to use [default: /dev/ttyUSB0]
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.