Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/raveious/esp-xrce-dds-client
- Owner: raveious
- License: apache-2.0
- Created: 2019-08-17T16:20:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T16:50:50.000Z (over 5 years ago)
- Last Synced: 2024-11-15T00:38:32.272Z (2 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```