1 unstable release
0.1.0 | Jun 24, 2024 |
---|
#47 in #base
33 downloads per month
Used in pldm-fw
34KB
548 lines
Platform Level Data Model (PLDM) base support
This crate provides some base definitions for the PLDM messaging specification (DMTF DSP0240).
Communication with remote endpoints is through the MCTP base crate's
mctp::Endpoint
trait. Platform-specific implementations of mctp::Endpoint
are passed to the pldm transfer functions (pldm_xfer
, pldm_rx_req
and
pldm_tx_resp
).
lib.rs
:
Platform Level Data Model (PLDM) base protocol support
This crate implements some base communication primitives for PLDM, used to construct higher-level PLDM messaging applications.
Dependencies
~270–770KB
~18K SLoC