Skip to content

sandeepmistry/EthernetBonjour

 
 

Repository files navigation

EthernetBonjour

Bonjour (ZeroConf) Library for Arduino & Teensyduino

mDNS (registering services) and DNS-SD (service discovery) has been tested and works on: Teensy++2 with WIZ81MJ and Teensy3 with WIZ820io

Using Arduino 1.0.5 and Teensyduino 1.18

The newest revised code replaces all direct hardware calls to the W5100 chip with calls to EthernetUDP methods. This will provide much better adaptability to different Ethernet hardware.

22-Dec-2015 Updated to provide compatibility with Arduino 1.6.6. Since 1.6.6. the Ethernet library provides support for multicast a pre-requisite for Bonjour to work.

About

Bonjour Library for Arduino & Teensyduino

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.5%
  • C 5.5%