diff --git a/library.json b/library.json new file mode 100644 index 0000000..a26612f --- /dev/null +++ b/library.json @@ -0,0 +1,20 @@ +{ + "name": "MQTT-C", + "version": "main", + "description": "portable, embedded friendly MQTT client library", + "homepage": "https://liambindle.ca/MQTT-C/", + "repository": { + "type": "git", + "url": "https://github.com/liambindle.ca/MQTT-C.git" + }, + "license": "MIT", + "headers": [ + "mqtt.h", + "mqtt_pal.h" + ], + "build": { + "flags": ["-DMQTT_USE_CUSTOM_SOCKET_HANDLE"], + "includeDir": "include", + "srcDir": "src" + } +} diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..e52fc86 --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=MQTT-C +version=0.1 +author=Liam Bindle,Demilade Adeoye +maintainer=Liam Bindle +sentence=Portable, embedded friendly MQTT client library. +paragraph=Fully portable, network access must be provided by the user. +category=Communication +url=https://liambindle.ca/MQTT-C/ +includes=mqtt.h