iso15765-2

Crates.ioiso15765-2
lib.rsiso15765-2
version0.1.0-alpha1
sourcesrc
created_at2024-11-11 04:49:17.128117
updated_at2024-11-15 11:51:26.739457
descriptionA ISO 15765-2 protocol.
homepagehttps://github.com/zhuyu4839/ecu-proto-rs
repositoryhttps://github.com/zhuyu4839/ecu-proto-rs
max_upload_size
id1443437
size12,898
(zhuyu4839)

documentation

README

ISO-TP(ISO 15765-2)

Latest version Documentation LGPL MIT

Overview

  • iso15765-2 is dedicated to implementing the generic ISO-TP protocol.
  • ISO 15765-2 is a transport protocol used in automotive communication.
  • It only defines the basic ISO-TP related types.
  • As for Frame, it is defined by the specific communication entity.

Prerequisites

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

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: 49

cargo fmt