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 , , , , , , , , | 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 , , , , , , , , | 2 Comments