All Projects → eProsima → Micro-XRCE-DDS-Agent

eProsima / Micro-XRCE-DDS-Agent

Licence: Apache-2.0 license
Micro XRCE-DDS Agent respository

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Micro-XRCE-DDS-Agent

zhe
Lighter-than-air, peer-to-peer, bounded, non-blocking, non-threaded, etc., publish-subscribe networking
Stars: ✭ 44 (-24.14%)
Mutual labels:  low-latency, dds, ros2, low-power
rclshark
Tool for ROS 2 IP Discovery + System Monitoring
Stars: ✭ 32 (-44.83%)
Mutual labels:  embedded-systems, dds, ros2
zenoh-plugin-dds
A zenoh plug-in that allows to transparently route DDS data. This plugin can be used by DDS applications, such as ROS2 robotic applications and others, to leverage the zenoh for geographical routing or for better scaling discovery.
Stars: ✭ 60 (+3.45%)
Mutual labels:  dds, ros2
docker
Docker-related material to setup, configure and develop with micro-ROS hardware.
Stars: ✭ 32 (-44.83%)
Mutual labels:  ros2, dds-xrce
NuttX
Official micro-ROS RTOS
Stars: ✭ 63 (+8.62%)
Mutual labels:  ros2, dds-xrce
mros2
agent-less and lightweight communication library compatible with rclcpp for embedded devices
Stars: ✭ 72 (+24.14%)
Mutual labels:  dds, ros2
prophesee ros wrapper
ROS driver for Prophesee event-based sensors
Stars: ✭ 63 (+8.62%)
Mutual labels:  low-latency, low-power
Micro Xrce Dds Client
Micro XRCE-DDS Client repository
Stars: ✭ 30 (-48.28%)
Mutual labels:  embedded-systems, low-latency
DDS-Router
The DDS Router is an application developed by eProsima that allows, using Fast DDS, to communicate by DDS protocol different networks.
Stars: ✭ 34 (-41.38%)
Mutual labels:  dds, ros2
vscode ros2 workspace
A template for using VSCode as an IDE for ROS2 development.
Stars: ✭ 527 (+808.62%)
Mutual labels:  ros2
rticonnextdds-connector-go
RTI Connector for Connext DDS is a lightweight technology that enables DDS data to be accessed with Go.
Stars: ✭ 18 (-68.97%)
Mutual labels:  dds
CurrentSense-TinyML
Spying on Microcontrollers using Current Sensing and embedded TinyML models
Stars: ✭ 71 (+22.41%)
Mutual labels:  embedded-systems
pyopendds
Python Bindings for OpenDDS
Stars: ✭ 29 (-50%)
Mutual labels:  dds
fullmetalupdate
FullMetalUpdate Python client application.
Stars: ✭ 19 (-67.24%)
Mutual labels:  embedded-systems
theCore
theCore: C++ embedded framework
Stars: ✭ 76 (+31.03%)
Mutual labels:  embedded-systems
kvaser interface
A Kvaser CAN interface ROS abstraction layer.
Stars: ✭ 72 (+24.14%)
Mutual labels:  ros2
novaboot
A tool that automates booting of operating systems on target hardware or in qemu
Stars: ✭ 32 (-44.83%)
Mutual labels:  embedded-systems
iknet
Inverse kinematics estimation of ROBOTIS Open Manipulator X with neural networks
Stars: ✭ 27 (-53.45%)
Mutual labels:  ros2
salt iccv2017
SALT (iccv2017) based Video Denoising Codes, Matlab implementation
Stars: ✭ 26 (-55.17%)
Mutual labels:  low-latency
ros-docker-gui
ROS Docker Containers with X11 (GUI) support [Linux]
Stars: ✭ 137 (+136.21%)
Mutual labels:  ros2

Micro XRCE-DDS Agent

Releases License Issues Forks Stars Read the Docs Twitter Follow

Docker Build Status

eProsima Micro XRCE-DDS is a library implementing the DDS-XRCE protocol as defined and maintained by the OMG, whose aim is to allow resource constrained devices such as microcontrollers to communicate with the DDS world as any other DDS actor would do. It follows a client/server paradigm and is composed by two libraries, the Micro XRCE-DDS Client and the Micro XRCE-DDS Agent. The Micro XRCE-DDS Clients are lightweight entities meant to be compiled on eXtremely Resource Constrained Environments, while the Micro XRCE-DDS Agent is a broker which bridges the Clients with the DDS world.

General architecture

The Micro XRCE-DDS Agent receives messages containing request operations from the Clients to publish and subscribe to topics in the DDS global dataspace. Remote procedure calls, as defined by the DDS-RPC standard, are also supported, allowing to communicate according to a request/reply paradigm. The Agent then processes these requests and sends back a response with the operation status result and with the requested data, in the case of subscribe/reply operations.

Agents keep track of the Clients by means of a dedicated ProxyClient entity that acts on behalf of the latter. This is made possible by the creation of DDS Entities on the Agent as a result of Clients' operations, such as Participants, Topics, Publishers, and Subscribers, which can interact with the DDS global dataspace.

Agent architecture

The communication between a Micro XRCE-DDS Client and a Micro XRCE-DDS Agent is achieved by means of several kinds of built-in transports: UDPv4, UDPv6, TCPv4, TCPv6 and Serial communication. In addition, there is the possibility for the user to generate its own Custom transport. An Agent using any of these built-in transports can be launched by means of the standalone executable generated when building the project, which comes with a built-in CLI tool to select among the transports listed above.

This built-in Agent can also be installed and launched using the provided Snap package or the provided Docker image.

Documentation

You can access the eProsima Micro XRCE-DDS user documentation online, which is hosted on Read the Docs.

Getting Help

If you need support you can reach us by mail at [email protected] or by phone at +34 91 804 34 48.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].