While upgrading to Linux Kernel 6.0, Kernel supports socket based MCTP communication, and it support two binding MCTP-over-SMBus and MCTP-over-Serial. Since spdm-emu is sending MCTP packet over TCP socket, will spdm-emu have a plan to support MCTP socket? I've built spdm-emu with OpenBMC...
The only difference is that in a real simulation, it won't have the TCP bytes over SPDM, but MCTP bytes (which are the "equivalent" to TCP in our common network exchanges). If you're a little bit lazy, libspdm has a built-in Responder and Requester, that can emulate the packet ...
The only difference is that in a real simulation, it won't have the TCP bytes over SPDM, but MCTP bytes (equivalent to TCP in our common network exchanges). Besides that, there are many emulated implementations using SPDM for authenticating hardware. One of them is listed above, using QEMU...