This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
library.json
61 lines (61 loc) · 1.77 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "MDNS_Generic",
"version": "1.4.2",
"keywords": "Communication, mDNS, dns-sd, mbed, apple-bonjour, Ethernet, Teensy, samd, nrf52, stm32, nano-rp2040-connect, rp2040, rpi-pico, Portenta-H7, SAM DUE, Mega, AVR, W5100, W5500, w5x00, Ethernet shield",
"description": "mDNS Library for ESP32, ESP8266, nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Portenta_H7, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00, ESP WiFi, WiFiNINA or ESP8266-AT shields. Supports mDNS (Registering Services) and DNS-SD (Service Discovery). Ethernet_Generic library is used as default for W5x00",
"authors": [
{
"name": "Georg Kaindl",
"url": "https://github.com/arduino-libraries/ArduinoMDNS",
"email": "[email protected]"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog/MDNS_Generic",
"email": "[email protected]",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/MDNS_Generic"
},
"homepage": "https://github.com/khoih-prog/MDNS_Generic",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "WiFiNINA_Generic",
"version": ">=1.8.14-6",
"platforms": ["*"]
},
{
"name": "WiFi101",
"version": "https://github.com/khoih-prog/WiFi101"
},
{
"owner": "jandrassy",
"name": "WiFiEspAT",
"version": ">=1.4.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "Ethernet_Generic",
"version": "^2.6.1"
}
],
"license": "LGPL-3.0",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino",
"headers": ["MDNS_Generic.h", "MDNS_Generic.hpp"]
}