Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raveious/esp-xrce-dds-client

ESP32 component for implementations requiring eProsima's XRCE DDS client.
https://github.com/raveious/esp-xrce-dds-client

Last synced: 11 days ago
JSON representation

ESP32 component for implementations requiring eProsima's XRCE DDS client.

Awesome Lists containing this project

README

        

# esp-xrce-dds-client
ESP32 component for implementations requiring eProsima's XRCE DDS client.

# Installtion

Using submodules:

```
$ git submodule init
$ git submodule add https://github.com/raveious/esp-xrce-dds-client components/xrce-dds-client
$ git submodule update --init --recursive
```

Clone and own:

```
$ git clone --recursive https://github.com/raveious/esp-xrce-dds-client components/xrce-dds-client
```