Skip to content

TavakoliAli/ArduinoMDNS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduinoMDNS

Check Arduino status Compile Examples status Spell Check status

mDNS library for Arduino. Based on @TrippyLighting's 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

About

mDNS Library for Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.0%
  • C 7.0%