The dns-sd tag has no wiki summary.
4
votes
1answer
2k views
How to advertise a service using Bonjour across subnets?
I am familiar with the usage of Bonjour for advertising services on the "local" domain. I have worked through several examples, and I know the corresponding Cocoa classes I use for that.
I am ...
3
votes
1answer
1k views
is there a pure C# ZeroConf , bonjour, or dns-sd available?
I'm building a .net-microframework app that uses Zeroconf. The existing zeroconf solutions all seem to either rely on dns-sd.dll or some other interop function of .net which is not supported in ...
2
votes
1answer
161 views
Avahi dns_sd compatibility layer fails to run Browse callback
Background
I'm working on a cross-platform Zeroconf/Bonjour/DNS-SD library for Haskell, and figured my best bet would bet would be to target the dns_sd.h API. Under Linux, the implementation of this ...
2
votes
1answer
205 views
avahi: broadcast that my service has updated information
I have an avahi (zeroconf, dnssd, bonjour) service. I want the service to be able to notify the clients when it has new data so the clients can then connect and query for the updated information.
...
1
vote
1answer
238 views
Sharing a DNSServiceRef using kDNSServiceFlagsShareConnection stalls my program
I'm building a client using dns-sd api from Bonjour. I notice that there is a flag called kDNSServiceFlagsShareConnection that it is used to share the connection of one DNSServiceRef.
Apple site ...
0
votes
0answers
13 views
Bonjour/DNS-SD on Windows
I'm currently working on a cross-platform application (Win/OSX/iOS) which has a C++ (with Boost) back end. On iOS and OSX I'm using the Cocoa Net Service Browser Delegate functions to discover an ...
0
votes
0answers
34 views
Referring to DNSSDObjects in dns_sd.h and DNSServiceResolve in MonoTouch
I want to add reference to DNSSDObjects to a project in MonoTouch, specifically DNSServiceResolve object.
I want to access DNSServiceResolve in a MonoTouch project but cant find that class anywhere.
...
0
votes
1answer
83 views
dns-sd: how to manually register a remote service
I have a service on another remote system which is on another physical network and its multicast packages don't get to my local system, thus I don't see its DNS-SD published services.
I there a way I ...
0
votes
1answer
334 views
Unregistering a zeroconf service using jmDNS
I'm tryng to make my Android app register a service via zeroconf while the app is active, and then unregister it after the app exits. In my onResume method I have the following code:
// register ...
0
votes
0answers
74 views
Qt and dnssd give SIGSEV
I am trying to build a Qt app using QTCreator on Windows with Bonjour. As such, I downloaded the Bojour SDK from Apple, and linked against the dnssd.lib library. My program compiles and builds just ...
0
votes
2answers
282 views
Is it possible to collect .local domain ip addresses hierarchically for building dhcp based dns?
Suppose you are in normal dhcp environment,
You'll get an ip address like:
192.168.0.101 for linuxpc1.localdomain on segment A
192.168.1.102 for linuxpc2.localdomain on segment B
I want to look ...
0
votes
1answer
348 views
How to query TXT and SRV records from Windows?
I am attempting to query a set of SRV records using the naked host name (e.g. _service._proto) however this fails unless I also include the domain name. This is strange because other tools such as ...
0
votes
0answers
568 views
Can't resolve Bonjour service created with DNSServiceRegister on Windows 7
I've been playing around with exposing and resolving services a bit lately, and have run into a problem where I seem unable to resolve information from a Windows7 machine exposing a Bonjour service.
...