EthernetBonjour
EthernetBonjour copied to clipboard
Bonjour Library for Arduino & Teensyduino
First off, thanks for writing such a great library. I looked around at everything out there, and this one is by far the most complete. I'm working on a power...
Add this library to the Arduino Library Manager as described [here](https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#how-can-i-add-my-library-to-library-manager) Remains: - Tag it and push the tag (or create a release if you web hosting offers a way...
Hello, Does this library support multiple key/value pairs in the txt record and how to achieve this? (1) A txt record as seen in [this example](http://www.zeroconf.org/rendezvous/txtrecords.html#example) won't work, no client...
Hi, I've made the changes to EthernetBonjour.cpp as outlined in [this post](https://github.com/TrippyLighting/EthernetBonjour/issues/14#issuecomment-418690185) in order to use EthernetBonjour with the Ethernet2 library on an Adafruit Feather M0 with Ethernet Wing, whcih...
Hi there, I'm trying to use EthernetBonjour using a W5500 Wiznet ethernet controller, hence using Ethernet2.h library. I've been trying to get the DiscoverServices.ino example project to run, but I'm...
Hello! I use Arduino Leonardo ETH in my projects. Leonardo ETH uses Ethernet2.h library for working with Network. Unfortunately I can't use EthernetBonjour library with my Arduino. Is there any...
Hi I've got the library to compile ok but it seems to freeze at addServiceRecord(); (no serial output after this line). I'm using the example RegisteringServices.ino code, with a few...