Tagged Questions
The zeroconf tag has no wiki summary.
16
votes
3answers
6k views
How can I discover zeroconf (Bonjour) services on Android? I'm having trouble with jmDNS
I'm working with a Droid / Android 2.0.1 and encountering an issue apparently many people have: I'm unable to discover services using the one pure-Java zeroconf library I know of, jmDNS. (Apple's ...
12
votes
4answers
5k 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?
8
votes
2answers
571 views
Does lwIP support Zeroconf?
I see that lwIP has some AutoIP (aka IPv4LL, aka RFC 3927) code, but I can't tell if it does anything higher up in the Zeroconf stack, namely mDNS and DNS-SD (with RFC 2782).
So, does lwIP support ...
7
votes
4answers
1k 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 ...
6
votes
2answers
3k views
Bonjour implementation on Android
I am trying to implement bonjour/zero conf on my android app. I am using jmDns library for searching the all the available devices. Here is the code that i am using for searching the devices in the ...
5
votes
3answers
998 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 ...
5
votes
1answer
1k 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 ...
4
votes
2answers
524 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
3
votes
2answers
246 views
Zeroconf Name resolution
I am developing a control device with an embedded webserver. The webserver provides a control interface to any web browser that requests it (from Windows browsers, Mac browsers, iPhone android etc).
...
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 ...
3
votes
3answers
830 views
Simplest way to publish over Zeroconf/Bonjour?
I've got some apps I would like to make visible with zeroconf.
Is there an easy scriptable way to do this?
Is there anything that needs to be done by my network admin to enable this?
Python or sh ...
3
votes
1answer
129 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 ...
3
votes
3answers
1k 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 ...
2
votes
2answers
50 views
How to Know when device is removed from network Using Bonjour C library
I am using DNSServiceDiscovery C Library Bonjour to detect Camera and Printer.I am Using Windows 7 and Visual 2010.
...
2
votes
1answer
144 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
2answers
509 views
Differences between Bonjour/Avahi/People-Nearby protocols
I recently discovered, through Ubuntu's empathy im client, that exists a protocol that enables the user to talk with anyone on his actual local network. It seems empathy calls this service "People ...
2
votes
0answers
210 views
Can't connect from Android to bonjour service, hosted on iMac
My goal is to find all bonjour services in WIFI network, find their ip/port, and communicate through HTTP.
Bonjour service, hosted on iMac is discovered incorrectly - service name is found, but port ...
2
votes
1answer
195 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.
...
2
votes
3answers
2k views
Can I use Bonjour from command line?
Is it possible to use Bonjour from command line? For example if I want to register a service I type something like that: bonjour -register service_name port. And then Bonjour allocate a free IP for my ...
2
votes
4answers
475 views
Which programming languages can I use to write a Bonjour software?
Am I really restricted by programming languages? I can imagine that, to use Bonjour, I need to have special libraries which could be not available for any language. So, then I need to use those ...
2
votes
2answers
991 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 ...
2
votes
3answers
663 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 ...
2
votes
4answers
902 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
1answer
347 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 ...
2
votes
2answers
318 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 ...
2
votes
3answers
635 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, ...
1
vote
0answers
45 views
Getting “Capability matching failed at NIC.” error while trying to set a custom profile - NativeWiFi + WinXP SP3
I am trying to create an ZeroConfig client to connect my Atheros WiFi device to an AP (for learning purpose). I am using NativeWiFi (WinXP SP3) to query my device & set a profile against the ...
1
vote
4answers
144 views
Proper way to publish and find services on a LAN using Python
My app opens a TCP socket and waits for data from other users on the network using the same application. At the same time, it can broadcast data to a specified host on the network.
Currently, I need ...
1
vote
1answer
593 views
How to advertise a Bonjour Service in Visual C++
Hey everyone, I'm trying to figure out if this is even possible, but what's the simplest way of advertising a Bonjour service through Visual C++? I've got the Bonjour SDK installed but frankly, SDK ...
1
vote
2answers
187 views
Does log4net support zeroconf?
I've recently checked out Apache Chainsaw as a viewer for my log4net logs. One feature that struck me as interesting is zeroconf: ...
1
vote
6answers
289 views
Why it should be done in such a complicated way? Is it OOP way of thinking?
I am trying to use Bonjour from Java. I found an example of how to do it and I think I understood it. But I still do not understand why it should be done in such a complicated way. May be I miss ...
1
vote
2answers
315 views
Fail to open a socket for multicast
I have problems to open an multicast socket in Erlang to receive messages:
88> gen_udp:open(5353,[{reuseaddr, true}, {ip,{224,0,0,251}},{multicast_ttl,4},{multicast_loop,false},binary]).
...
1
vote
3answers
141 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
0answers
72 views
Phonegap Bonjour/Zeroconf or Websocket IP Discovery from HTML5
I am trying to implement a Phonegap (HTML5) application which connects to a Websocket server (running in an embedded device, also has Bonjour service) to exchange data within home network.
I would ...
0
votes
1answer
62 views
XCode vs Java: how to send and receive files
For my master's thesis I want to write an application that can send files (images, pdfs, notes,...) from an iOS device to a java-application running on a tabletop and vice versa.
I already ...
0
votes
0answers
37 views
Is there Android bluetooth zeroconf ? It is possible?
On iPhone if I create cutom service for example "_test._tcp.local." in Bonjour I can seek/broadcast this service through wifi or/and bluetooth.
It is possible on Android ?
I know that there is jmDNS ...
0
votes
1answer
99 views
PnP-X and automatic installation of network storage to Windows 7
I tested successfully with Linux by using Avahi(Bonjour) and Netatalk(AFP) to provide network storage to Mac OS X seamlessly (as like Time Capsule).
I want to make one another question for Windows 7. ...
0
votes
0answers
43 views
jmdns constants
I have been using JmDNSfor a while now, I could exploit it for the purposes of my application..every thing works fine for me (I have "announcer" machines and a "listening" one, and this latter ...
0
votes
1answer
47 views
How nodes comunicates in a ZeroConf VPN?
I wanted to create a Zero Configuration P2P VPN software like hamachi or tunngle. I went through a lot of websites and books and papers but It created more confusions in me. So here I am. :)
First of ...
0
votes
0answers
183 views
JmDNS/zeroconf on Android with DD-WRT router firmware
I'm writing an Android app that uses JmDNS to create a running service on one device, while discovering it and connecting to that service on other devices. I've been running into a problem where the ...
0
votes
1answer
76 views
Universal local network name resolution method without DNS?
I'm writing TCP/IP code for a DHCP enabled network device. Is there a universal way this device can announce its hostname in-the-wild that pretty much all web browsers (on osx/linux/win) can access ...
0
votes
0answers
50 views
how to see properties of a JmDNS service in reciever side?
One way of creating JmDNS services is :
ServiceInfo.create(type, name, port, weight, priority, props);
where props is a Map which describes some propeties of the service. Does anybody have an ...
0
votes
1answer
89 views
problem seeing JmDNS service in other machines
Using jmdns 3.4.1, I'm able to see the services advertised by the machines in the LAN, I can also cerate a service and register it, so that I can see it in my machine. However, when I create a new ...
0
votes
0answers
47 views
How to advertise machine ID with JmDNS?
What I want to do is to let the nodes in the LAN advertise their services including their IDs, so that when a node receives any announcement, it can see the ID of the sender in stead of the name of ...
0
votes
1answer
86 views
Neighbor Discovery?
Hello, In order to get a list of the surrounding nodes announcing services in an IP network, I was trying to ...
0
votes
1answer
135 views
Bonjour services sniffer code
Is there a library or open sourced Obj C code that will let me sniff for all advertised Bonjour services on a network? Best if it works on Mac OS X or iOS.
Thx all.
0
votes
0answers
226 views
Locate services using Zeroconf with JmDNS on local device AP(hotspot)
With my android device set up as a hotspot/Access point(AP),
how can I use JmDNS(3.4.0) to find other devices connected to this AP?
Using a regular AP everything works fine when creating the JmDNS ...
0
votes
1answer
87 views
Multiple sockets required for Zeroconf/bonjour implementation?
Is more than one socket required to implement Zeroconf/bonjour? I'm implementing bonjour on firmware and my chip only supports one socket.
Seems to me at least two would be necessary:
- One socket ...
0
votes
0answers
183 views
Timeout when resolving zeroconf service registered on Android device
I'm having a problem resolving a zeroconf service started on my Android device (Captivate, Android 2.2). Using avahi-discover on Ubuntu I can see the registered service just fine, but trying to ...
0
votes
5answers
326 views
Find unique name of device?
I'm developing an app that uses zeroconf (bonjour) to discover devices - so I need to give each android device some kind of name (not just a bunch of numbers and letters, but something meaningful like ...