iso15765-2

Crates.ioiso15765-2
lib.rsiso15765-2
version0.1.0-b4
created_at2024-11-11 04:49:17.128117+00
updated_at2025-07-23 12:21:41.120005+00
descriptionISO-TP trait define.
homepagehttps://github.com/jesses2025smith/ios-std-rs/tree/develop/is15765-2
repositoryhttps://github.com/jesses2025smith/iso-std-rs
max_upload_size
id1443437
size78,348
Jesse Smith (jesses2025smith)

documentation

README

Latest version Documentation LGPL MIT Downloads

Overview

iso15765-2 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 iso15765-2 in your Rust project, add it as a dependency in your Cargo.toml:

[dependencies]
iso15765-2 = { version="lastest-version" }

Contributing

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!

Commit count: 0

cargo fmt