Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [dns-sd]

DNS-based Service Discovery is a part of Zero Configuration Networking. DNS-SD allows clients to discover a named list of services by type using standard DNS queries.

dns-sd
2 votes
0 answers
192 views

Java jmDNS not able to discover services

Im trying to discover services broadcasted over mDNS on my local network. I use jmDNS java library, i am able to register services, that im able to see from my other devices. However, when i try to ...
visbr's user avatar
  • 21
1 vote
0 answers
287 views

Android NSD can't resolve the mDNS service in Windows

I need android discovery the service in the windows。 I use nsd service in android app which as client. And i note that windows started supporting mDNS/DNS-SD in window 10, so i use the api ...
Xiaojie Ma's user avatar
3 votes
2 answers
2k views

cmd or PowerShell equivalent to macOS' dns-sd command?

On macOS (and Linux using Avahi), you have access to dns-sd, a command that lets you discover and announce services on your local network. I know that Windows 10 and 11 have native support for Bonjour/...
Leo Bernard's user avatar
0 votes
3 answers
590 views

Are there any means currently for performing service discovery (mDNS or unicast DND-SD) in nanoframework?

I'm just wondering if there are any means of service discovery built into the nanoframework? I am mainly interested in mDNS or unicast DNS service discovery. Think Apple Bonjour/Avahi. I noticed ...
Cristian's user avatar
-2 votes
1 answer
253 views

LwIP mDNS does not support SUBTYPE

I'm using the mDNS protocol implementation on lWIP, I need to add subtype for an mDNS service i'v created, but there is not any function or macro that could be used to set the subtype of a service. (...
idirya's user avatar
  • 1
1 vote
2 answers
305 views

macOS: DNSSD crash after calling fd_set on its socket

I have the following code, which crashes my program, upon calling FD_SET. void handleEvents(DNSServiceRef service, const int32_t timeout) { if (!service) return; const int fd = ...
Jean-Michaël Celerier's user avatar
0 votes
1 answer
949 views

Use multicast DNS when network cable is unplugged

We are developing a client application that should be able to communicate with a service that can be either running on local host or on a different computer in the local network. We successfully use ...
Spacy's user avatar
  • 95
1 vote
0 answers
108 views

Is there any reliable way to discover microcontroler in LAN in iOS / Android / Windows / Linux / macOS?

I am trying to expose ESP8266 to be available both when working as access point and while connected to the wireless local network (use case would be: is user leaves home with the device - it starts ...
M. Stefański's user avatar
2 votes
1 answer
283 views

in `browse': private method `new' called for DNSSD::Service:Class (NoMethodError)

I was browsing GitHub and came across https://github.com/PeterCrozier/AirPrint and tried it out. It was written a few years ago so may be for an older version of ruby. I'm on macOS Big Sur 11.1 with ...
zenjim's user avatar
  • 23
4 votes
0 answers
690 views

Regarding mDNS observations on Wireshark

I am a beginner here, would like to clarify a few things. I have a server (OPC UA) running on my system, and the specification says it is announcing itself on the local link using DNS SRV records. On ...
Rakshan Premsagar Kapikad's user avatar
0 votes
1 answer
564 views

OPC UA Multicast Discovery

I am a beginner in OPC UA, exploring the discovery mechanisms mentioned in part 12 of the specification. I have a couple of queries. In the Multicast extension discovery, the server registers to its ...
Rakshan Premsagar Kapikad's user avatar
2 votes
0 answers
255 views

Is there any way to get the list of connected scanners from a client side LAN (Using Javascript) in an MVC application?

We are working on an MVC application to scan the document from a twain direct based scanner which is installed in a LAN. For the discovery of connected scanners, we are using Bonjour which exposes the ...
Deepak Anmol's user avatar
0 votes
1 answer
337 views

dns-sd Registration Not Appearing in Browse After Being Accepted

I'm running home-assistant in a docker container on MacOS Catalina and need to allow HomeKit to interface with it. I'm trying to register a service with dns-sd to get it to work based on a fix ...
curt's user avatar
  • 4,542
2 votes
2 answers
1k views

DNS-SD on client-side javascript

Is it possible to discover services using DNS-SD on client side using some JS library (so to discover services on client's local network)? I found a lot of libraries on npmjs.com, but they all work on ...
Kamil Zaripov's user avatar
0 votes
1 answer
1k views

Windows dns-sd (Bonjour/ZeroConf) did not discover iPhone service via USB

I have a Bonjour _http._tcp. service published on iPhone. With the iPhone Wifi Off; running the following dns-sd command on MacBook's terminal: dns-sd -B _services._dns-sd._udp then connect the iPhone ...
cambs's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
7