Skip to content

Latest commit

 

History

History

udp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

RTPS

codecov

UDP implementation of the DDS "Real-time Publish-Subscribe Protocol" (RTPS).

The specification for this protocol can be found here

Design Principles

  1. This implementation aims to be idiomatic Rust
  2. where possible, and with respect to the first principle, this implementation aims to follow the spec closely, for ease of reference