samcrow / canadensis

A Rust implementation of Cyphal
Apache License 2.0
44 stars 5 forks source link

List of parts of the specification that are not yet implemented #2

Closed samcrow closed 3 years ago

samcrow commented 3 years ago
samcrow commented 3 years ago

Disabling automatic retransmission for anonymous transfer frames is something the application should handle. XOR for pseudo-node-IDs is good enough, and random numbers are not always available. Reassembling out-of-order frames is not possible with UAVCAN/CAN.

Except for the bugs, I think this library implements all the relevant parts of the specification.