ssp

Crates.iossp
lib.rsssp
version0.5.4
sourcesrc
created_at2023-06-12 18:14:15.051467
updated_at2024-01-22 19:13:38.646322
descriptionMessages and related types for implementing the SSP/eSSP serial communication protocol
homepage
repositoryhttps://github.com/ssp-rs/ssp
max_upload_size
id888386
size5,601,368
(ssp-rs)

documentation

README

SSP

This is an implementation of the messages needed for the Smiley Secure Protocol (SSP), and its encrypted variant Encrypted Smiley Secure Protocol (eSSP).

A base set of messages are implemented, and additions are always welcome through pull requests :)

Usage

By default, ssp is a no-std compatible library. To use in your project:

# Cargo.toml
ssp = "0.3"

If you would like to use std-only features:

# Cargo.toml
ssp = { version = "0.3", features = ["std"] }

CAUTION

While this library has undergone testing against real hardware, it is still in early development.

Please use caution, and report issues if you encounter a problem.

Commit count: 88

cargo fmt