Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

jhelovuo/rtps-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crates.io Apache 2.0 licensed Travis Build Status Coverage Status

The Real-time Publish-Subscribe Protocol for Rust

This is the implementation of the Real-time Publish-Subscribe Protocol (RTPS) DDS Interoperability Wire Protocol for Rust.

The Data Distribution Service for real-time systems (DDS) is an Object Management Group (OMG) machine-to-machine connectivity framework that aims to enable scalable, real-time, dependable, high-performance and interoperable data exchanges using a publish–subscribe pattern. DDS addresses the needs of applications like air-traffic control, smart grid management, autonomous vehicles, robotics, transportation systems, power generation, medical devices, simulation and testing, aerospace and defense, and other applications that require real-time data exchange [Wiki].

Intended Features

The objectives of this implementation are (incomplete list):

  • Implementing RTPS according to specification [RTPS-2.3]
  • Integrating into the Rust-Tokio event system for async IO.
  • Interoperability with OpenDDS, and other RTPS/DDS implementations.

About

Implementation of the Real Time Publish Subscribe (RTPS) in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%