-
Notifications
You must be signed in to change notification settings - Fork 17
/
library.json
34 lines (34 loc) · 940 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "AzureIoTHubMQTTClient",
"keywords": "iot, azure, azure iot, azure iot hub, cloud, esp8266, ESPectro, makestro, arduino",
"description": "Azure IoT Hub client library for ESP8266 that specifically uses MQTT protocol. Tested on ESPectro devboard by DycodeX, should be OK for all ESP8266-based boards. See readme for more details.",
"authors":
{
"name": "Andri Yadi",
"url": "http://www.makestro.com"
},
"version": "0.2.3",
"repository":
{
"type": "git",
"url": "https://github.com/andriyadi/AzureIoTHubMQTTClient.git"
},
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies": [
{
"name": "ArduinoJson",
"authors": "Benoit Blanchon",
"frameworks": "arduino",
"platforms": "espressif8266"
},
{
"name": "Time",
"authors": [
"Paul Stoffregen",
"Michael Margolis"
],
"frameworks": "arduino"
}
]
}