#serial-communication #serial #bill-acceptor #bill-validator #serial-port #ssp

bin+lib ssp-server

Reference server implementation for the SSP/eSSP serial communication protocol

12 unstable releases (3 breaking)

0.4.0 May 13, 2024
0.3.3 Feb 20, 2024
0.3.1 Aug 24, 2023
0.2.1 Aug 9, 2023
0.1.5 Jun 27, 2023

#507 in Network programming

Download history 4/week @ 2024-03-08 1/week @ 2024-03-15 22/week @ 2024-03-22 8/week @ 2024-03-29 144/week @ 2024-05-10 79/week @ 2024-05-17 56/week @ 2024-05-24 30/week @ 2024-05-31 6/week @ 2024-06-07 1/week @ 2024-06-14

53 downloads per month

MIT license

115KB
2K SLoC

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

Dependencies

~12–20MB
~226K SLoC