posicks / mdnsjava

Multicast DNS (mDNS) [RFC 6762] & DNS-Based Service Discovery (DNS-SD) [RFC6763] in Java
http://posicks.github.io/mdnsjava/
110 stars 43 forks source link

Examples seem to be out of date #10

Closed lsgunth closed 3 years ago

lsgunth commented 7 years ago

The examples in the readme appear to be out of date. From what I've tried it looks like DNSSDListener now requires a receiveMessage method but more seriously, the Browse.start method takes a ResolverListener instead of a DNSSDListener.

Can you post working examples?

Thanks,

Logan