This crate contains a reference server implementing the SSP protocol for ITL devices.
The end-to-end tests require a connected device that supports the SSP/eSSP protocol.
The device should be available over a serial port, e.g. /dev/ttyUSB0
.
Once the device is connected:
```
cargo test --features test-e2e
cargo test --features test-rainbow ```