Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsabelmann/cantools-rs

Rust crate for analyzing CAN-bus data using messages and signals.
https://github.com/tsabelmann/cantools-rs

can-bus decoding encoding peak rust sym

Last synced: about 17 hours ago
JSON representation

Rust crate for analyzing CAN-bus data using messages and signals.

Awesome Lists containing this project

README

        

# cantools

[![crates](https://img.shields.io/crates/v/cantools)](https://crates.io/crates/cantools)
[![Documentation](https://img.shields.io/docsrs/cantools)](https://docs.rs/cantools)
[![Crate License](https://img.shields.io/crates/l/cantools.svg)](https://crates.io/crates/cantools)
[![Codecov](https://codecov.io/github/tsabelmann/cantools-rs/coverage.svg?branch=main)](https://codecov.io/gh/tsabelmann/cantools-rs)
[![Dependency Status](https://deps.rs/repo/github/tsabelmann/cantools-rs/status.svg)](https://deps.rs/repo/github/tsabelmann/cantools-rs)

*Rust crate for analyzing CAN-bus data using signals*

## License / Terms of Usage

The source code of this project is licensed under the MIT/Apache-2.0 license. This implies that
you are free to use, share, and adapt it. However, please give appropriate credit
by citing the project.

## Contact

If you have problems using the software, find mistakes, or have general questions please use
the [issue tracker](https://github.com/tsabelmann/cantools-rs/issues) to contact us.

## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as
defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

## Contributors

* [Tim Lucas Sabelmann](https://github.com/tsabelmann)