Categories
Share This
Links
Tag Archives: dns service discovery
How To use the Java mDNS Wrapper
A few days ago I posted an article about my wrapper API which unifies the mDNSResponder and JmDNS packages behind a single interface, but I neglected to provide usage examples or a usage guide. I’ll try and correct that now. … Continue reading
Posted in Tech
Tagged apple, bonjour, dns service discovery, dns-sd, java, jmdns, mdns, mdnsresponder, zeroconf
7 Comments
A JmDNS / mDNSResponder Zeroconf Compatibility Interface
My company has given me permission to release a Java Zeroconf API. The advantage of this API is that it allows the application to select which implementing library to use at runtime, and eases developer work implementing mDNS / DNS-SD. … Continue reading
Posted in Tech
Tagged apple, bonjour, dns service discovery, dns-sd, java, jmdns, mdns, mdnsresponder, zeroconf
2 Comments