First cmmit

This commit is contained in:
hsaturn
2021-03-16 23:44:14 +01:00
parent 8c2e351418
commit 13d22f85b3
9 changed files with 706 additions and 0 deletions

18
library.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "TinyMqtt",
"keywords": "ethernet, mqtt, m2m, iot",
"description": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows you to send and receive MQTT messages. It does support MQTT 3.1.1 without any QOS.",
"repository": {
"type": "git",
"url": "https://github.com/hsaturn/TinyMqtt.git"
},
"version": "0.1",
"exclude": "",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"espressif8266",
"espressif32"
]
}