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
0
votes
1 answer

The import com.apple.dnssd cannot be resolved. Eclipse, Win32

I have a problem: suddenly (exactly like that) my Eclipse IDE had lost the com.apple.dnssd library. "Yesterday" I was developing an app, "today" it brings me that error from the title. What is interesting, I can still…
Matubo
  • 23
  • 7
0
votes
1 answer

how to use the API calls in bonjour mDNSPosix

I have installed apple mDNSreponder on linux and able to publish the service via command line $ dns-sd -P Stack Overflow _ftp._tcp. . 80 AIR 14.99.8.77 Now I want to know how to use the API call of this in my app to publish the same service…
indra
  • 832
  • 4
  • 17
  • 33
-1
votes
1 answer

Manifest.json permissions related issue for dns-sd.js web extension for Firefox

I'm trying to get Justin D-Arcangelo's dns-sd.js (https://github.com/justindarc/dns-sd.js) Javascript code to work in a web extension for Firefox 51.0.1 (Ubuntu 14.04) I have the following manifest.json file: { "name": "discover", "version":…
-1
votes
1 answer

passing integer as * void in objective-c/cocoa

I'm trying to use the DNSServiceRegister(...) function as part of the DNS_SD package, and for the "host" it requires a hostname as a string. However, it's possible to register a host by IP address, but the IP address has to be formatted in binary…
omniron
  • 11
  • 3
-2
votes
1 answer

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. (thing existes in the standards and many other mDNS…
idirya
  • 1
-2
votes
1 answer

Wide area service discovery via bonjur / avahi

I'm looking into wide area service discovery and bonjur / avahi seem to be really good. However, I'm a bit confused about how all this works? So: I have a bunch of services running in a cloud. I have clients which can be located anywhere in the…
user2297996
  • 1,382
  • 3
  • 18
  • 28
1 2 3 4 5 6
7