Submitted by matt on
Version:
0.0.0
Description:
mDNS Library for Arduino
# ArduinoMDNS
mDNS library for Arduino. Based on [@TrippyLighting](https://github.com/TrippyLighting)'s [EthernetBonjour](https://github.com/TrippyLighting/EthernetBonjour) library.
Supports mDNS (registering services) and DNS-SD (service discovery).
## Requirements
Any Arduino core and networking library that supports the new `virtual` `UDP::beginMulticast(...)` method, including:
* AVR core 1.6.18 or later (bundled with IDE 1.8.2 and later) for AVR boards
* SAMD core 1.6.13 or later for SAMD boards
* Arduino Ethernet and WiFi101 libraries
Git Repository:
https://github.com/ArduinoLibrariesForks/ArduinoMDNS
Category:
Communications
Subcategory:
Networking
Family:
all
Core:
all