diff --git a/library.json b/library.json new file mode 100644 index 0000000..5d8a5ca --- /dev/null +++ b/library.json @@ -0,0 +1,23 @@ +{ + "name": "embeddedRTPS", + "version": "0.0.1", + "keywords": "embedded, rtps, dds, rtos", + "description": "A portable and open-source C++ implementation of the Real-Time Publish-Subscribe Protocol (RTPS) for embedded system", + "repository": + { + "type": "git", + "url": "https://github.com/embedded-software-laboratory/embeddedRTPS.git" + }, + "frameworks": "arduino", + "platforms": "esp32", + "build": { + "libArchive": false, + "flags": [ + "-I include", + "-I thirdparty/Micro-CDR/include", + "-I thirdparty/Micro-CDR/build/include" + ], + "srcDir": ".", + "srcFilter": "+<*> -" + } +}