19 lines
564 B
JSON
19 lines
564 B
JSON
{
|
|
"name": "TinyMqtt",
|
|
"keywords": "ethernet, mqtt, m2m, iot",
|
|
"description": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive MQTT messages. It does support MQTT 3.1.1 without QOS=0.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hsaturn/TinyMqtt.git"
|
|
},
|
|
"version": "0.7.3",
|
|
"exclude": "",
|
|
"examples": "examples/*/*.ino",
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"atmelavr",
|
|
"espressif8266",
|
|
"espressif32"
|
|
]
|
|
}
|