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-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. The technology is supported in many products, such as Apple Bonjour or Linux's Avahi. Android does also use DNS-SD for WiFi Direct Service Discovery.

96 questions
1
vote
1 answer

Why doesn't Node.js UDP client receive messages?

I'm trying to write a Multicast DNS client in Node.js . The goal is to show the same logical output of what I get running: % dns-sd -G v4 irkitd2a8.local DATE: ---Thu 20 Mar 2014--- 20:38:21.426 ...STARTING... Timestamp A/R Flags if Hostname …
mash
  • 4,204
  • 4
  • 32
  • 34
1
vote
1 answer

How to make AirPlay button to appear?

Currently I'm trying to make some kind of airplay server, but failed. The problem is that the airplay button doesn't appears on my ios device. I've followed this link, and I'm stuck at part where I need to register the airplay service. I'm…
1
vote
0 answers

GKSession Bluetooth connection problems

My goal is to create a client/server Bluetooth game with 1 master and 1..6 clients. Devices are iPads v.2-4 with iOS 6+. First realization of this task was using GKSession class with client/server model. GSSession implementation shawn that this…
1
vote
2 answers

Usage example to connect two iOS devices over bluetooth? (client/server code)

I do not want to use GameKit. I am trying to use a low-level approach using dns_sd.h and methods like DNSServiceRegister to establish and maintain a connection. However, I found a wrapper for this called HHServices... Honestly at this point either a…
rweichler
  • 103
  • 2
  • 7
1
vote
1 answer

how to add the text record in the bonjour dns-sd

I am able to register a service using bonjour dns-sd on my linux pc. $dns-sd -P SMARTCAM _ftp._tcp. . 80 AIR 14.99.8.77 Now I am unable to add text record with registration. Can some body tell me how to add the text record.
Suru
  • 31
  • 1
  • 9
0
votes
0 answers

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 discover services, i am not able to discovery…
visbr
  • 1
  • 2
0
votes
0 answers

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 DnsServiceRegister to register an mDNS server in windows. It…
0
votes
0 answers

Is it possible to implement an DNS-SD mechanism for a WebSocket server?

I have a WebSocket server running on an Android device on my local network. I would like to have the ability to discover this server using DNS-based Service Discovery (DNS-SD). I believe this is possible for plain sockets but is this possible for…
Justin
  • 107
  • 1
  • 10
0
votes
3 answers

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 Espressif has some arduino examples around…
0
votes
1 answer

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 the DnsServiceRegister (Server) and…
Spacy
  • 85
  • 10
0
votes
1 answer

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 Local discovery server(LDS ME), and when client…
0
votes
1 answer

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 recommended in a thread on the issue. The registration…
curt
  • 4,422
  • 3
  • 42
  • 61
0
votes
1 answer

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 to MacBook with USB Lighting cable, dns-sd would…
cambs
  • 29
  • 6
0
votes
1 answer

How to add SMB as Bonjour Service in Windows

I have a Windows 10 machine on my network acting as a File Server, one of the clients to that sever is a Mac. I know for example that making a Samba share in Linux also creates an mDNS entry that makes it instantly visible to my Mac machine in…
Calum Harris
  • 63
  • 10
0
votes
1 answer

Industrial-Standard UDP Broadcast on Windows?

I would like to use the UDP boardcast to tell the lan devices here is a XX-device. It is the same scenarios as the mDNS/Zeroconf for the printer. However, as my know, Windows supporting with zeroconf is bad. The most simple way to implement…
Gaiger Chen
  • 301
  • 3
  • 18