NetworkServiceDiscovery Issues

Hi, just for info, if you’re looking for bonjour/zeroconf implementation in juce, I just finished doing it in my project https://github.com/benkuper/Chataigne .
It is using Servus, and I already compiled the binaries for Win/OSX/Linux. You can check the implementation in https://github.com/benkuper/Chataigne/blob/master/Source/Module/modules/osc/OSCModule.cpp#L216
All library files are in the “External” folder

4 Likes