0
votes
1answer
24 views
Bonjour Discovery in Javascript? Maybe?
So its a longshot, I'll start with that.
Is it/could it be possible to discover bonjour advertised HTTP services in javascript alone?
Why would this be useful? Imagine a local service looking after …
1
vote
4answers
225 views
How to register a service with Mono.ZeroConf?
Hi,
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 …
3
votes
2answers
97 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 …
1
vote
3answers
106 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 …
0
votes
3answers
35 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 …
0
votes
3answers
273 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: …
2
votes
2answers
215 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?
3
votes
2answers
159 views
Zeroconf / Bonjour and Delphi
Hi,
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
0
votes
1answer
32 views
what is the difference between “zeroconf” and Apache Tribes?
What is the advantage to use zeroconf over apache tribes?
1
vote
1answer
60 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 …
1
vote
1answer
184 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 …
1
vote
1answer
175 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 …
0
votes
2answers
451 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 …
1
vote
2answers
145 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 …
0
votes
2answers
169 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, …
