Skip to main content

All Questions

Tagged with
8 votes
1 answer
18k views

How to install the dns-sd command line test tool on Windows or Linux?

The book Zero Configuration Networking - The Definite Guide by Stuart Cheshire and Daniel H. Steinberg from 2005 describes a dns-sd command line test tool which should be available for macOS, Windows ...
Vega180's user avatar
  • 768
2 votes
2 answers
3k views

Zeroconf discovery from docker-compose container to LAN host

For an IoT system there is the requirement that base stations automatically discover nearby devices, and then connect to them. The software on the base stations is deployed using docker-compose. ...
Kargathia's user avatar
  • 133
1 vote
0 answers
128 views

Discover python service in go

I currently have a http server implemented in python using flask. The service is registered using the zeroconf module: info = ServiceInfo('_http._tcp.local.', 'MyServer._http._tcp....
Rolando Urquiza's user avatar
0 votes
0 answers
280 views

JmDNS does not work properly

At the moment i am working with the version 3.4.1 from the sourceforge page. I tried all the simple examples for registering and resolving the services. My problem is that my ServiceListener is just ...
Syy0n's user avatar
  • 21
7 votes
2 answers
3k views

How to find all available services using Android's native Network Service Discovery

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 ...
waqaslam's user avatar
  • 67.9k
1 vote
1 answer
105 views

ZeroConf -- should I include dot(.) in the end of the address?

I'm trying to access my machine through ZeroConf. Which address is correct? machine.local or machine.local. ?
waltercruz's user avatar
1 vote
0 answers
323 views

connecting to a service broadcasted by pyzeroconf is refused

I setup a zeroconf with pyzeroconf (https://github.com/jstasiak/python-zeroconf/): TYPE = "_motion._tcp.local." NAME = "_yyyyXXXX." + TYPE PORT = 4321 logging.basicConfig(level=logging.DEBUG) ...
sprhawk's user avatar
  • 1,527
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
0 votes
0 answers
762 views

How to use broadcast/multicast to replace zeroconf

I'm working on a project that has server and client roles. I would like to have servers and clients automatically detecting each other. At a first glance, zeroconf seems to be the best solution. But ...
Jerry's user avatar
  • 1,744
9 votes
1 answer
2k views

Local iOS-Android zeroconf ad-hoc networking

The Desired Functionality: User A is running your app on an Android or iOS device. User A can automatically find and communicate with other nearby (< 20 meters?) users B and C (Cross-Platform), ...
stackedAE's user avatar
  • 303
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 ...
Yoda's user avatar
  • 17.9k
2 votes
1 answer
6k views

How to set up autoip with local-link (RNDIS) on linux and embedded linux

I'm trying to figure out how to automatically setup an zeroconfig network address on a RNDIS Usb Gadget. currently when i plug in the device, on the device i have to $ modprobe g_ether $ ifconfig ...
Kevin's user avatar
  • 340
18 votes
3 answers
14k views

Avahi Hostname Resolution: Is it caching somewhere?

I am using Fedora 18 with the avahi command line tools (version 0.6.31) I use avahi-resolve-host-name to discover the IP address of units on my subnet, for testing purposes during development. I ...
trh178's user avatar
  • 11.5k
4 votes
5 answers
2k views

How do I find out my multicast (Bonjour) hostname?

I've registered a record using the Bonjour API. Now I want to know the contents of the record I just published. I created it by specifying a NULL hostname, meaning, "use the daemon's default", but I ...
Nicholas Wilson's user avatar
0 votes
1 answer
498 views

Howto make a device or pc upnp compatible

How can a pc identify a device or another pc by upnp (or similar protocol)? I want a c# program on a windows machine that can discover upnp devices in a network or a direct connection? (This should ...
Gobliins's user avatar
  • 3,986

15 30 50 per page