Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raveious/esp-microcdr
ESP32 component for implementations requiring eProsima's Micro-CDR library.
https://github.com/raveious/esp-microcdr
Last synced: 11 days ago
JSON representation
ESP32 component for implementations requiring eProsima's Micro-CDR library.
- Host: GitHub
- URL: https://github.com/raveious/esp-microcdr
- Owner: raveious
- License: apache-2.0
- Created: 2019-08-17T16:13:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T16:50:08.000Z (over 5 years ago)
- Last Synced: 2024-11-15T00:38:34.143Z (2 months ago)
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp-microcdr
ESP32 component for implementations requiring eProsima's Micro-CDR library.# Installtion
Using submodules:
```
$ git submodule init
$ git submodule add https://github.com/raveious/esp-microcdr components/microcdr
$ git submodule update --init --recursive
```Clone and own:
```
$ git clone --recursive https://github.com/raveious/esp-microcdr components/microcdr
```