java - Finding and Android NSD-Service from a non-Android Device -
since android 4.1 network service discovery (nsd) is available. however, how 1 find android device exposes nsd-service computer or other device not run android. building android app shown in examples find other device fine, however, 1 not have android platform.
i running upnp discovery on pc , phone not show up.
you can find nsd-service implemented here on github.
the discovery app simple android example.
the upnp example using cling , tutorial finds router , windows media player assume works.
it may issue based on mismatch of service discovery protocols, relay confused differences between nsd, upnp, bonjour, zeroconf , other possibilities...
the protocol after http://www.dns-sd.org/ - dns service discovery (dns-sd)
that seems protocoltype in current android framework.
Comments
Post a Comment