Module client

Module client 

Source
Available on crate feature clients only.
Expand description

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

Reminder that SDIO Client actually acts like a server, and binds on a port on the machine it’s running on. Then the server connects to us. This is still exposed at the exact same tcp-client class that you know and hopefully love.

Structs§

SdioClient
A TCP Client capable of interacting with an SDIO server.