mctp-linux 0.2.0

Management Component Transport Protocol (MCTP) Linux transport
Documentation

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::ReqChannel and mctp::Listener traits, allowing upper layers to implement MCTP applications without needing further details of the sockets interface.