Expand description
Device protocol abstraction: native, ESP32-S, ESP8266, and WASM device types and status.
Structs§
- Device
Status - ESP32S
Device - ESP32-S device protocol handler. Tracks registered devices by ID and provides heartbeat status. The actual mining runs on the ESP firmware; this represents the validator-side view of a connected ESP32-S.
- ESP8266
Device - ESP8266 device protocol handler. Reduced tensor dimensions (32x32) and limited operation set.
- Native
Device - Wasm
Device
Enums§
Traits§
- Device
Protocol - How a mining device communicates with the validator.