ace-server 0.4.0

UDS ECU server state machine. Handles all session management security access, timing, periodic DID scheduling, and NRC construction.
Documentation
1
2
3
4
5
6
7
8
9
10
#![no_std]

pub mod config;
pub mod handler;
pub mod nrc;
pub mod security_provider;
pub mod server;
pub mod sim_node;

pub use nrc::{BuiltinNrc, NrcError};