7 releases

new 0.1.8-beta2 Sep 10, 2024
0.1.8-beta1 Sep 2, 2024
0.1.8-beta0 Aug 30, 2024

#586 in Network programming

Download history 93/week @ 2024-07-29 235/week @ 2024-08-05 259/week @ 2024-08-12 333/week @ 2024-08-19 209/week @ 2024-08-26 118/week @ 2024-09-02

980 downloads per month
Used in 7 crates (6 directly)

GPL-3.0 license

130KB
3K SLoC

ISO-TP

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!

Dependencies

~0.4–6.5MB
~41K SLoC