android-nsd Questions
2
Solved
I'm trying to implement a class to discover services on the network.
I've tried working with Android's NSD and it does discover the services fine, but it supports only API levels 16 and up, and I c...
Sakai asked 22/5, 2014 at 11:44
2
Solved
My app is essentially a background service that needs to occasionally register an NSD service (Bonjour service) for the purpose of enabling discovery of a socket server run by the main background s...
Haiphong asked 14/12, 2015 at 18:25
2
I'm using Network Service Discover (NSD) on Android to advertise a REST server on the device. My REST server is wrapped in an instance of android.app.Service.
In the onCreate, I successfully start...
Topsail asked 23/3, 2014 at 3:25
2
Solved
In Android app that I'm currently developing, I want to connect do zero-config networks using NsdManager.
I managed to run network service discovery and connect to the desired network, but after ...
Splatter asked 14/4, 2015 at 13:8
1
Solved
Trying to execute the following line
NsdManager Mgr = (NsdManager)Ctxt.getSystemService(Context.NSD_SERVICE);
in the Android 5.0 emulator (ARMv7a, on Win64) freezes the emulator. The debugger ne...
Anthill asked 3/12, 2014 at 20:49
0
I have written a sample app using NSD as explained here.
The app works fine, it discovers services, resolve services and also report services lost if that service is unregistered.
But in a user s...
Hector asked 21/8, 2013 at 13:7
1
Solved
Discovering services results in a system crash. The type of discover I am trying is
"_http._tcp."
Here's the log.
D/NsdService(13310): Discover services
E/AndroidRuntime(13310): *** FATAL ...
Quiroz asked 17/3, 2013 at 6:53
1
© 2022 - 2024 — McMap. All rights reserved.