Crates.io | rtps-rs |
lib.rs | rtps-rs |
version | 0.1.2 |
source | src |
created_at | 2018-12-21 13:37:31.856307 |
updated_at | 2020-12-04 23:52:02.645035 |
description | Real Time Publish Subscribe protocol |
homepage | https://github.com/Klapeyron/rtps-rs |
repository | https://github.com/Klapeyron/rtps-rs |
max_upload_size | |
id | 103111 |
size | 160,347 |
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].
The objectives of this implementation are (incomplete list):