isotp-rs

Crates.ioisotp-rs
lib.rsisotp-rs
version0.2.1
sourcesrc
created_at2024-08-02 10:14:40.904123
updated_at2024-10-25 07:46:06.755354
descriptionISO-TP trait define.
homepagehttps://github.com/zhuyu4839/isotp-rs
repositoryhttps://github.com/zhuyu4839/isotp-rs
max_upload_size
id1323026
size132,298
(zhuyu4839)

documentation

README

ISO-TP

Latest version Documentation LGPL MIT

Overview

isotp-rs is dedicated to implementing the generic ISO-TP protocol. ISO-TP (ISO 15765-2) is a transport protocol used in automotive communication.

Features

  • 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.

Prerequisites

  • Rust 1.70 or higher
  • Cargo (included with Rust)

Goal List

  • ISO-TP CAN
  • ISO-TP LIN
  • ISO-TP FlexRay
  • ...

Adding to Your Project

To use isotp-rs in your Rust project, add it as a dependency in your Cargo.toml:

[dependencies]
isotp-rs = { version="lastest-version", features = ["default", "tokio"] }

Contributing

We're always looking for users who have thoughts on how to make isotp-rs better, or users with interesting use cases. Of course, we're also happy to accept code contributions for outstanding feature requests!

Commit count: 37

cargo fmt