From 53964e08c1e0c9ebe047e61387a5cf76de6f06fa Mon Sep 17 00:00:00 2001 From: Dan Egnor Date: Mon, 22 Apr 2024 09:32:10 -0700 Subject: [PATCH 1/2] add library.json --- library.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 library.json 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" + } +} From 1778c1c5d332199dca14bb718c4226e91a8b1b8d Mon Sep 17 00:00:00 2001 From: Dan Egnor Date: Sat, 11 May 2024 22:19:45 -0700 Subject: [PATCH 2/2] attempt library.properties --- library.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 library.properties 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