nsd Questions
3
Solved
In the course of the last weeks, Android's NSD implementation is making me go mad:
From a user's point of view, the following problems arise:
Devices discover each other in a completely non-dete...
Chimborazo asked 18/2, 2016 at 17:52
3
Solved
I'm using NsdManager in an Android App to discover NSD services published by another device also developed by me. I only do service discovery on Android App (no service registration needed on this ...
Paella asked 14/9, 2019 at 23:31
3
I started creating an Android app wifi Wifi direct functionality.
I do a peer discover and I like to see the peers in a listview.
I now have a app which tries to discover peers and shows the pee...
Trencherman asked 22/5, 2018 at 19:42
3
I'm trying out the official android NSDchat example to communicate between two android phones connecting to the same wifi network.
After importing the project into eclipse, I changed only the targe...
Libation asked 5/7, 2015 at 5:54
4
First time trying to do IP Discovery in Android. I used the http://developer.android.com/training/connect-devices-wirelessly/nsd.html#discover and wrote the code. I am not registering the device, j...
2
Solved
Hi i am trying to find all devices connected to My WIFI Router from android and ,i need to device Mac address and local ip address of each device (Including iOT Devices) ,
right now , i am trying ...
0
I'm attempting to perform service discovery on my company's proprietary hardware device which hosts its own WiFi network and advertises a bonjour service over that network. When I'm connected to th...
1
I´m trying to find all services in the network using:
mNsdManager.discoverServices(
SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD, mDiscoveryListener);
but you have to define SERVICE_TYPE for exampl...
2
Solved
I've read through android documentation on finding specific network services using NSD. Below is my code to discover all the available _http._tcp services.
final NsdManager.DiscoveryListener disco...
Ketchup asked 2/8, 2016 at 14:1
1
Whenever I use registerService function it gives an exception with code error 0.
1) I am creating a local chat service app , where I need to have local service broadcast and while doing so I've bee...
Nomadic asked 26/3, 2016 at 6:23
0
I need to get the details of all wireless devices that are connected to my wifi network. I'm getting IP, MAC addresses, somehow Vendors of device as well.
How do I get the device type? (i.e lapto...
Immoderation asked 12/4, 2016 at 8:33
1
© 2022 - 2024 — McMap. All rights reserved.