sfc-aqua / qrsa

Quantum Repeater Software Architecture
1 stars 1 forks source link

Hardware interfaces for simulation and deployment #3

Open Chibikuri opened 1 year ago

Chibikuri commented 1 year ago

Hardware mock implementation

Background

For testing qrsa components or simulating the entire module, we need mocks for hardware. We also need a clear interface layer for both mock hardware and real hardware.

Implementation Proposal

Use embedded-hal as an interface for mock hardware and real hardware.

Tasks

Chibikuri commented 1 year ago

Implement hardware interface on real-time controller and mocks in test cases. Various hardware mocks can be implemented as submodules.