Skip to main content

Questions tagged [zeroconf]

Zero configuration networking (zeroconf) is a set of techniques that automatically creates a usable Internet Protocol (IP) network without manual operator intervention or special configuration servers.

zeroconf
7 votes
3 answers
3k views

How to send multicast messages and reuse a port in Erlang?

I have gotten a good start on my program, my first REAL Erlang program. I have it listening for messages, reading them and parsing them. I also have it sending them. The one little thing that is ...
user avatar
6 votes
3 answers
2k views

How do I build a DNS Query record in Erlang?

I am building a native Bonjour / Zeroconf library and need to build DNS query records to broadcast off to the other machines. I have tried looking thru the Erlang source code but as I am relatively ...
user avatar
2 votes
3 answers
382 views

best way to support zeroconf in a URI syntax?

what is the best way to support zeroconf names in the location segment of a URI design? RFC 3986 (Uniform Resource Identifier (URI): Generic Syntax) makes no mention of zeroconf and i fear the URI ...
James Creasy's user avatar
4 votes
4 answers
2k views

ZeroConf/Bonjour Code that works in Delphi 7 not working in 2009

I have the following declaration for DNSServiceRegister: function DNSServiceRegister ( var sdRef: TDNSServiceRef; const flags: TDNSServiceFlags; const interfaceIndex: ...
Deltics's user avatar
  • 22.8k
4 votes
2 answers
2k views

Zeroconf / Bonjour and Delphi

Has anyone toyed with, or got an example for loading and using the dnsds.dll (zeroconf / bonjour / dns-ds) via Delphi. I have a c# version, but that isn't quite what I want. Thanks
mmmm's user avatar
  • 2,441
0 votes
3 answers
550 views

what is the difference between "zeroconf" and Apache Tribes?

What is the advantage to use zeroconf over apache tribes?
user avatar
48 votes
9 answers
29k views

Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?

Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?
Mauli's user avatar
  • 17.1k
3 votes
1 answer
228 views

Completely .NET ZerConf Implementation for XNA

I came across Mono.ZerConf, but from what I can tell it still relies on mDNSResponder on Windows and Avahi on Linux. But I'm trying to figure out if it would be possible to implement on the XBOX 360 /...
Adam Haile's user avatar
  • 31.2k
35 votes
4 answers
17k views

How to route all subdomains to a single host using mDNS?

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....
John Mee's user avatar
  • 51.5k
3 votes
1 answer
2k views

Automatically detecting a serial port's configuration?

I am designing software around an existing hardware product. I have full control of the communication protocol but I'm not sure how to facilitate device detection. A device could have a range of ...
Gili's user avatar
  • 88.7k
2 votes
2 answers
552 views

What's the best way to locate devices on a network?

I'm building software for a company that sells hardware devices. They want the software to be able to locate all devices on the network without restricting either of their IPs. What's the best way to ...
Gili's user avatar
  • 88.7k
6 votes
5 answers
7k views

How to register a service with Mono.ZeroConf?

I'm trying to test the ZeroConf sample at http://www.mono-project.com/Mono.Zeroconf. I'm running OpenSuse 11 and Mono 2.2. My server code is: using System; using Mono.Zeroconf; namespace ...
pablo's user avatar
  • 6,402
6 votes
4 answers
11k views

Discover Zeroconf/Bonjour Nodes?

Is there an easy way to scan a given network for Bonjour/Zeroconf services? I have a set of computers (Linux, Windows, Apple) and would like to auto-generate a list of all available Zeroconf-capable, ...
Nate's user avatar
  • 19.3k
1 vote
3 answers
2k views

ZeroConf extension that can be used in Firefox/XULRunner?

Is there a ZeroConf client extension for Firefox/XULRunner to be used in a zeroConf environment based on either mDNS or SLP? I know of an extension already that's being developed by the ActiveState ...
TomC's user avatar
  • 1,879
8 votes
1 answer
5k views

Redirecting ".local" subdomain to unicast DNS

I regularly access Windows domains that have been set up to use a domain under the .local top level name. This conflicts with Bonjour/Zeroconf which reserves .local for it's own use. A number of ...
Jason Weathered's user avatar

15 30 50 per page
1
9 10 11 12
13