21 lines
580 B
JSON
21 lines
580 B
JSON
{
|
|
"name": "TinyMqtt",
|
|
"keywords": [ "ethernet, mqtt, m2m, iot" ],
|
|
"description": "A lightweight MQTT library for ESP8266 and ESP32, supporting MQTT 3.1.1 with QoS and allowing to create a Mqtt broker",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hsaturn/TinyMqtt.git"
|
|
},
|
|
"dependencies":
|
|
{ "hsaturn/TinyConsole" : "*" },
|
|
"version": "1.1.2",
|
|
"exclude": "",
|
|
"examples": "examples/*/*.ino",
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"atmelavr",
|
|
"espressif8266",
|
|
"espressif32"
|
|
]
|
|
}
|