This project has become part of ecu-proto-rs
iso15765-2 is dedicated to implementing the generic ISO-TP protocol. ISO-TP (ISO 15765-2) is a transport protocol used in automotive communication.
- ISO-TP Implementation: Provides a complete implementation of the ISO-TP protocol in Rust.
- Transport Layer Support: Efficient handling of messages in the transport layer.
- Asynchronous Support: Designed to integrate seamlessly with asynchronous Rust applications.
- Rust 1.70 or higher
- Cargo (included with Rust)
- ISO-TP CAN
- ISO-TP LIN
- ISO-TP FlexRay
- ...
To use iso15765-2 in your Rust project, add it as a dependency in your Cargo.toml
:
[dependencies]
iso15765-2 = { version="lastest-version" }
We're always looking for users who have thoughts on how to make iso15765-2
better, or users with
interesting use cases. Of course, we're also happy to accept code contributions for outstanding
feature requests!