mctp-linux 0.2.0

Management Component Transport Protocol (MCTP) Linux transport
Documentation
  • Coverage
  • 96.15%
    25 out of 26 items documented1 out of 24 items with examples
  • Size
  • Source code size: 19.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • CodeConstruct/mctp-rs
    16 10 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mkj jk-ozlabs

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.