Module server

Module server 

Source
Available on crate feature servers only.
Expand description

“Server” implementations for SDIO protocols for handling PCFS for cat-dev.

Reminder that SDIO Server, actually connects to an open TCP port (like a client normally would). It is called SDIO Server as it still processes packets as a server.

Structs§

SdioServerBuilder
A builder for getting a TCP Server that is capable of serving SDIO to a cat-dev console.
SdioStreamState
The state of the SDIO Control server that every client ends up interacting with.