![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.jrtps.udds.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jrtps Show documentation
Show all versions of jrtps Show documentation
jRTPS - An implementation of RTPS protocol by OMG
/**
* uDDS package provides a simple DDS implementation that utilizes jRTPS.
*
* uDDS aims to be a simplistic version of DDS specification by OMG.
* Idea is to simplify writing code to DDS domain, while keeping programming interface
* as simple as possible.
*
* While using jRTPS, uDDS can talk to any vendors DDS implementation, as long as RTPS
* is used as a communication protocol. There might(and probably will) be some limitations
* on what parts of the DDS specification ends up being supported by uDDS.
*
*/
package net.sf.jrtps.udds;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy