Module atapi

Source
Expand description

Servers, and protocols related to ATAPI emulation.

ATAPI Emulation is the actual hdd emulation parts of the CAT-DEV. Unlike SDIO, ATAPI acts like EXI and initiates a connection from the CAT-DEV to a host machine.

This protocol much like SDIO though, IS NOT STANDARD. I’m sorry if you got a search request for ATAPI, and were looking for actual real ATAPI code. Not this weird nintendo variant.

Modules§

proto
Protocols related to ATAPI emulation.

Structs§

AtapiServer
An ATAPI Server capable of acting like an HDD for a cat-dev.

Constants§

DEFAULT_ATAPI_PORT
The default port to use for hosting the ATAPI Server.