Updated Eclipse project and added a new qtype for MDNS
This commit is contained in:
parent
db7ca23660
commit
f34ac6f961
5 changed files with 18 additions and 13 deletions
|
|
@ -22,7 +22,7 @@ public class MulticastDnsClientTest {
|
|||
mdns.start();
|
||||
//mdns.sendProbe("appletv.local");
|
||||
//mdns.sendProbe("_services._dns-sd._udp.local");
|
||||
mdns.sendProbe("_googlecast._tcp.local");
|
||||
mdns.sendProbe("ziver-VirtualBox._afpovertcp._tcp.local");
|
||||
mdns.setListener(new DnsResolutionListener() {
|
||||
@Override
|
||||
public void receivedResponse(DnsPacket packet) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue