mctp-linux

Crates.iomctp-linux
lib.rsmctp-linux
version0.1.0
sourcesrc
created_at2024-06-24 08:03:51.889729
updated_at2024-06-24 08:03:51.889729
descriptionManagement Component Transport Protocol (MCTP) Linux transport
homepage
repositoryhttps://github.com/CodeConstruct/mctp-rs
max_upload_size
id1281968
size16,083
Jeremy Kerr (jk-ozlabs)

documentation

README

Management Component Transport Protocol (MCTP) using Linux sockets

This crate provides an implementation of the mctp base crate, using Linux socket support for MCTP messsaging.

See https://codeconstruct.com.au/docs/mctp-on-linux-introduction/ for an overview on the kernel sockets support.

Using the standard sockets API, we implement the mctp::Endpoint trait, allowing upper layers to implement MCTP applications without needing further details of the sockets interface.

Commit count: 52

cargo fmt