Crates.io | ssp-server |
lib.rs | ssp-server |
version | 0.4.0 |
source | src |
created_at | 2023-06-12 21:23:14.722261 |
updated_at | 2024-05-13 18:07:46.507149 |
description | Reference server implementation for the SSP/eSSP serial communication protocol |
homepage | |
repository | https://github.com/ssp-rs/ssp-server |
max_upload_size | |
id | 888484 |
size | 160,207 |
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:
# Run the end-to-end tests
cargo test --features test-e2e
# Run an example test that cycles all the RGB bezel settings
cargo test --features test-rainbow