ssp-server

Crates.iossp-server
lib.rsssp-server
version0.4.0
sourcesrc
created_at2023-06-12 21:23:14.722261
updated_at2024-05-13 18:07:46.507149
descriptionReference server implementation for the SSP/eSSP serial communication protocol
homepage
repositoryhttps://github.com/ssp-rs/ssp-server
max_upload_size
id888484
size160,207
(decapod-atm)

documentation

README

SSP server

This crate contains a reference server implementing the SSP protocol for ITL devices.

Running tests

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
Commit count: 69

cargo fmt