pldm

Crates.iopldm
lib.rspldm
version0.1.0
sourcesrc
created_at2024-06-24 08:04:01.680912
updated_at2024-06-24 08:04:01.680912
descriptionPlatform Level Data Model (PLDM) base types and functions
homepage
repositoryhttps://github.com/CodeConstruct/mctp-rs
max_upload_size
id1281969
size8,458
Jeremy Kerr (jk-ozlabs)

documentation

README

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).

Commit count: 52

cargo fmt