| Crates.io | mctp-linux |
| lib.rs | mctp-linux |
| version | 0.2.0 |
| created_at | 2024-06-24 08:03:51.889729+00 |
| updated_at | 2025-06-09 07:41:32.073764+00 |
| description | Management Component Transport Protocol (MCTP) Linux transport |
| homepage | |
| repository | https://github.com/CodeConstruct/mctp-rs |
| max_upload_size | |
| id | 1281968 |
| size | 20,466 |
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.