All Questions
10 questions
0
votes
0
answers
60
views
Does MDNS discovery have a maximum number of devices that it can discover?
Our application uses MDNS discovery to populate screens with device data. We have acquired a customer with an unusually large number of devices on their network. We are finding that when the number of ...
0
votes
0
answers
236
views
mDns or similar Zero Configs to find Server IP
My goal is to setup a server on a local computer in my network. and access that server through xamarin apps on android and UWP.
Id like to get the Ip address of my local computer using hard coded name ...
0
votes
0
answers
2k
views
making C# multicast DNS (MDNS) requests
anyone know if there is a "nice" way do to MDNS requests in C# ?
I know that I can do DLL import of dnsapi.dll but I didn't find any good examples of making MDNS request using this DLL.
0
votes
1
answer
116
views
two sockets (one is async) for mDNS tests
I make some mDNS tests and I use two sockets: one to send mDNS requests and one to sniff the network (this one is async). Sometimes I see answers which are not received by the requesting socket simply ...
5
votes
1
answer
6k
views
How to get full host name in C#?
I have tried by following by it just give me single name. I want full name.
Ex. my system full name is "sys101.home.homeconsultancy.lan". Following code gives me just "sys101". I want full address "...
1
vote
1
answer
1k
views
Enumerating IPP Printers
I'm looking into DNS based service discovery in Windows 10 and found this video from Build. The only change I made to discovery was changing the service name to "_ipp._tcp". However I don't get any ...
2
votes
0
answers
2k
views
Is there a way to detect bonjour/mdns/zeroconf/any services in local network in Windows Phone
In WPF application I could add reference to Bonjour 1.0 therefore I was able to detect bonjour services in local network. In Windows Phone application I see no references to Bonjour avaiable. How to ...
0
votes
1
answer
1k
views
Read DNS(mDNS) responses
For a project, I've to read mDNS responses.
I read the IETF doc(and tcpguide, which contains a lot of schema) , and I think I'm respecting them, but I've an issue.
Often I'm trying to read my stream,...
2
votes
0
answers
1k
views
Does Microsoft have a .net class that uses UPnP in c#?
I have been looking for a way to implement UPnP. I have a need for it to run on Windows Compact Environment 7 (WEC7), but in order to test it easily, I want to set up a lab using regular Laptop ...
3
votes
2
answers
8k
views
Find ip addresses of local devices in C# using mDNS
I have 3 cameras whose MAC and IP addresses are unknown to me, and I want to connect to them.
I've connected them to my computer with a UTP cable. Now what I have to do is to find their IP addresses ...