Skip to main content

All Questions

0 votes
1 answer
3k views

Bonjour: Search for a service by name

I have an application that needs to search and resolve a Bonjour-advertised service whose name is known in advance. Most Bonjour examples I have found related to service discovery are structured more ...
Grodriguez's user avatar
2 votes
0 answers
268 views

How to trigger mDNS broadcast by software?

When a device supporting zero-configuration is plugged into an Android device's Ethernet port, it immediately starts to send mDNS packets to broadcast its services to the Android device. I am ...
Hong's user avatar
  • 18.3k
5 votes
3 answers
4k views

Discovering IoT Devices on the network

I'd like to discover as much information about IoT devices on a network as possible. I've seen code to enumerate the devices, find the IP Addresses and MAC Addresses, but what else can I find? In ...
Sander Smith's user avatar
  • 1,401
2 votes
2 answers
2k views

What API can be used to send DHCP Discovery, Request, and Acknowledgement?

I have been searching for quite a while and cannot seem to find a working DHCP Client implementation example in C#. I am brand spankin' new to Network Programming, but am doing some research that ...
Curtis's user avatar
  • 5,842
3 votes
1 answer
3k views

Universal local network name resolution method without DNS?

I'm writing TCP/IP code for a DHCP enabled network device. Is there a universal way this device can announce its hostname in-the-wild that pretty much all web browsers (on osx/linux/win) can access ...
MandoMando's user avatar
  • 5,415