Skip to content

Commit 4720d77

Browse files
committed
Convert lists to tables and add tool descriptions
Signed-off-by: Andrea Sorbini <[email protected]>
1 parent 5052e4a commit 4720d77

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -1744,14 +1744,16 @@ the troubleshooting of any issue.
17441744
Finally, RTI Community provides [links to the download and project pages](https://community.rti.com/content/page/downloads) of many helpful tools which are
17451745
free for use by RTI Connext DDS users, for example:
17461746
1747-
- [nano-client](https://github.com/rticommunity/nano-client)
1748-
- [nano-agent](https://github.com/rticommunity/nano-agent)
1749-
- [rticonnextdds-connector](https://github.com/rticommunity/rticonnextdds-connector)
1750-
- [rticonnextdds-examples](https://github.com/rticommunity/rticonnextdds-examples)
1751-
- [rticonnextdds-gateway](https://github.com/rticommunity/rticonnextdds-gateway)
1752-
- [rticonnextdds-usecases](https://github.com/rticommunity/rticonnextdds-usecases)
1753-
- [RTI DDS Performance Test](https://community.rti.com/downloads/rti-connext-dds-performance-test)
1754-
- [Wireshark for RTI Connext DDS](https://community.rti.com/downloads/rti-wireshark)
1747+
| Tool | Description |
1748+
|------|-------------|
1749+
|[nano-client](https://github.com/rticommunity/nano-client)| A multi-platform, open-source [DDS-XRCE](https://www.omg.org/spec/DDS-XRCE) Client API. |
1750+
|[nano-agent](https://github.com/rticommunity/nano-agent)| A [DDS-XRCE](https://www.omg.org/spec/DDS-XRCE) Agent implementation using RTI Connext DDS. |
1751+
|[rticonnextdds-connector](https://github.com/rticommunity/rticonnextdds-connector)| RTI Connector for Connext DDS is a lightweight technology that enables DDS data to be accessed with Javascript (Node.js), Python, Go, C# and Lua. |
1752+
|[rticonnextdds-examples](https://github.com/rticommunity/rticonnextdds-examples)| A repository of examples that demonstrate how to use specific features of RTI Connext DDS.|
1753+
|[rticonnextdds-gateway](https://github.com/rticommunity/rticonnextdds-gateway)| A software component based on Routing Service which enables the integration of different connectivity protocols (such as MQTT and Modbus) with DDS. |
1754+
|[rticonnextdds-usecases](https://github.com/rticommunity/rticonnextdds-usecases)| A collection of examples illustrating specific RTI Connext DDS use cases, such as vehicle tracking, real-time data over a WAN or distributing video data to many receivers. |
1755+
|[RTI DDS Performance Test](https://community.rti.com/downloads/rti-connext-dds-performance-test)| A command-line application that measures the Latency and Throughput in various scenarios, using both RTI Connext DDS and RTI Connext DDS Micro. |
1756+
|[Wireshark for RTI Connext DDS](https://community.rti.com/downloads/rti-wireshark)| A network protocol analyzer which allows you to look at all the packets in a DDS/RTPS network and capture the ones you want. |
17551757
17561758
### RTI Labs
17571759
@@ -1768,7 +1770,9 @@ an always up-to-date list of all latest projects.
17681770
The following is a list of some projects which might be of particular interest
17691771
to ROS 2/DDS users:
17701772
1771-
- [RTI System Designer](https://www.rti.com/developers/rti-labs/manage-complexity-and-simplify-configuration-with-system-designer)
1772-
- [RTI Python API](https://www.rti.com/developers/rti-labs/python-api)
1773-
- [Cloud Discovery Service](https://www.rti.com/developers/rti-labs/discover-data-in-cloud-services-with-cloud-discovery-service)
1774-
- [Heap Analyzer](https://www.rti.com/developers/rti-labs/visualize-dynamic-memory-with-heap-analyzer)
1773+
| Tool | Description |
1774+
|------|-------------|
1775+
|[RTI System Designer](https://www.rti.com/developers/rti-labs/manage-complexity-and-simplify-configuration-with-system-designer)| A graphical tool that allows users to define and configure Connext DDS systems, including data types, QoS profiles, and entity creation configurations.|
1776+
|[RTI Python API](https://www.rti.com/developers/rti-labs/python-api)| The RTI Python API provides Python programmers with a fully-featured API for RTI Connext DDS. |
1777+
|[Cloud Discovery Service](https://www.rti.com/developers/rti-labs/discover-data-in-cloud-services-with-cloud-discovery-service)| A stand-alone application needed to deploy RTI Connext DDS applications in dynamic environments where UDP/IP multicast is not available |
1778+
|[Heap Analyzer](https://www.rti.com/developers/rti-labs/visualize-dynamic-memory-with-heap-analyzer)| A debugging tool that allows you to visualize and analyze the memory used by Connext DDS in your application. |

0 commit comments

Comments
 (0)