Skip to content

Commit a2dd8d4

Browse files
committed
Created first draft of table of supported transports and data links.
Signed-off-by: Ralph Lange (CR/AEE1) <ralph.lange@de.bosch.com>
1 parent 6d03c6f commit a2dd8d4

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

_data/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
docs:
33
- overview
44
- overview/hardware
5+
- overview/transports
56
- overview/comparison
67

78

_docs/overview/transports/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Transports and Data Links
3+
permalink: /docs/overview/transports/
4+
---
5+
6+
micro-ROS uses the resource-optimized [DDS for Extremely Resource Constrained Environments (DDS-XRCE) standard](https://www.omg.org/spec/DDS-XRCE/), implemented by [eProsima's Micro-XRCE-DDS](https://github.com/eProsima/Micro-XRCE-DDS/).
7+
8+
It supports are variety of data link and transport protocols. However, the support depends on the underlying RTOS, as specified in the following table.
9+
10+
| | Serial | UDP over Ethernet | UDP over IEEE 802.11 | 6LoWPAN | Bluetooth |
11+
|----------------------------------------------| :----: | :---------------: | :------------------: | :-----: | :-------: |
12+
| [**FreeRTOS**](https://www.freertos.org/) | | | | ||
13+
| [**NuttX**](http://nuttx.apache.org/) ||||| |
14+
| [**Zephyr**](https://www.zephyrproject.org/) || | | | |

0 commit comments

Comments
 (0)