mdns Questions

3

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 m...
Dumps asked 22/8, 2013 at 18:37

4

I have a development webserver hosting as "myhost.local" which is found using Bonjour/mDNS. The server is running avahi-daemon. The webserver also wants to handle any subdomains of itself. Eg "cat...
Cadence asked 22/4, 2009 at 0:20

2

Solved

My applications have been pretty successful at using mDNS to advertise and discover services. However, I was looking up documentation and found that Apple has flagged their Bonjour classes as depre...
Eec asked 14/7, 2021 at 19:34

6

Solved

I'm running a container based on ubuntu:14.04, and I need to be able to use avahi-browse inside it. However: (.env)root@8faa2c44e53e:/opt/cluster-manager# avahi-browse -a Failed to create client o...
Urbas asked 4/6, 2015 at 14:41

2

Solved

While troubleshooting my web app, I found draft-mdns-ice-candidates, which is about obfuscating addresses in host candidates by using mDNS. And I found that when the two peer (agent L, agent R) is ...
Rift asked 6/5, 2020 at 7:17

0

I need to run tests on Android Emulator. The app I need to test uses mdns to discover a device. Is there any way to connect the android emulator directly to my wifi network, or forward all mdns tra...
Higgledypiggledy asked 12/5, 2021 at 3:39

2

Solved

Avahi is usually used for service discovery. I want to make a service discoverable from a different subnetwork, could I use avahi to achieve this? For example, the service host ip is "192.168.1.10...
Interjection asked 8/1, 2014 at 3:48

1

Heya fellow coders/developers/networkers/Devops/... I have an issue with an mDNS/DNS-SD setup in the context of WSL2 (Windows 10 2004 version) I have a pretty simple setup at home with a main ser...
Edora asked 30/5, 2020 at 20:12

2

Solved

Link-Local Multicast Name Resolution (LLMNR) is a Microsoft tech for service discovery based on multicast DNS. Is it compatible with Bonjour/Zeroconf? If so, where's the API? The service discovery,...
Carolecarolee asked 31/7, 2012 at 13:20

4

Solved

What I done till now is I created mdns service in my nodemcu ... // code used to create the mdns service if (mdns.begin("esp", WiFi.localIP())) Serial.println("MDNS responder started"); s...
Ideally asked 3/7, 2018 at 11:19

0

I'm using the multicast_dns package for Flutter and get an exception on iOS. It works as expected on Android. I have tested this with the code example provided with the package, see https://pub.dev...
Shot asked 6/10, 2019 at 17:12

6

Solved

Does Windows (some modern flavour) have an mDNS server installed and/or running by default? If so then how does one tell it, preferably dynamically, to start/stop advertising a new service? If the...
Lowly asked 13/5, 2014 at 6:52

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

I'm trying to create a ubuntu 17.04 based docker container that can browse mDNS on my network (outside of the docker network) AND advertise on mDNS to my network (outside of docker network). I wan...
Mabelmabelle asked 19/5, 2017 at 19:55

1

Solved

I have tried for a good time now to get the NsdManager discovery function to work on Android 9. It works on any Android version prior to that without any problems. For testing purposes I use this ...
Cicatrize asked 4/12, 2018 at 14:27

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...
Titanesque asked 2/5, 2018 at 16:17

0

Ever since I installed docker on my Ubuntu machine, I've been having problems with the mDNS address it advertises. In order for me to ssh into my box without knowing the ip, I need to use <host...
Hortatory asked 3/1, 2018 at 14:24

0

I am trying to figure out why my iMac 2011 wakes up so frequently (every ~2 min) If anyone can help, I would be really greatful. Here is my pmset log: 2017-05-03 22:14:31 +0300 Wake Requests [*pr...
Trillbee asked 3/5, 2017 at 19:37

0

I am trying to gather some information of devices connected on the wifi with DNS-SD. When I use dns-sd -B _services._dns-sd._udp (OS X)/avahi-browse -t _services._dns-sd._udp(Linux) repeatedly to o...
Racon asked 22/2, 2017 at 6:56

1

Solved

I am running Django on my raspberry-pi, and I am using avahi-daemon to access my rpi on raspberrypi.local . On my Django I have made APIs for my android application to access via HTTP protocol. For...
Thorley asked 13/1, 2017 at 5:47

2

Solved

I have a device which is configured in station mode. Device is connected to a smart phone over hotspot provided by smartphone. Device needs to search for a service published by an application on sm...
Adela asked 17/11, 2016 at 18:39

0

I want to find server in my local network through android device. I am able to find it by using NSDManager service with service type of server(e.g _workstation._tcp is service type). In my local ...
Desrosiers asked 8/6, 2016 at 10:19

2

Solved

I've this sample Node.js script: var mdns = require('mdns'); var browser = mdns.createBrowser(mdns.tcp('http')); browser.on('error', function (error) { console.log("error"); console.log(error);...
Heteronym asked 12/4, 2015 at 12:38

1

Solved

I'm looking to make improvements to the Go library for mDNS: https://github.com/davecheney/mdns/ I've spoken with the author, who simply says "I got it to a point where it worked for me", and that...
Eden asked 18/7, 2013 at 7:15

2

Solved

I'm looking for a solution to resolve .local host names with Android 4.0.4 (no NSD, due to API level 15). On the device I don't have any service to discover, just the hostname. Could you please pro...
Ezraezri asked 18/12, 2014 at 13:14

© 2022 - 2025 — McMap. All rights reserved.