Recently we've been putting together a suite of rust crates for #MCTP and related protocols such as PLDM and NVMe-MI, for Linux and embedded environments
https://codeconstruct.com.au/docs/mctp-rust-new-crates/
MCTP + Rust: new crates for platform MCTP infrastructure - Code Construct

Code Construct documentation

In 2021, the initial protocol support for MCTP was merged into the Linux Kernel.

The goal is to make it standard socket calls to use it with socket(AF_MCTP)/sendmsg/recvmsg, etc.

In the future, more transports will be merged. serial, i2c and i3c are already merged; USB, PCC and PCIe VDM are upcoming.

#OSFC #OSFC2024 #LinuxKernel #MCTP

"Open source platform communication with MCTP" by Jeremy Kerr

Management Component Transport Protocol, is a protocol for microcontrollers to talk inside a server.

#OSFC #OSFC2024 #MCTP