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
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
41 votes
5 answers
33k 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 ...
Peter Kirn's user avatar
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
33 votes
6 answers
10k views

Android NSD not discovering all services

I'm trying to run an application using Android Native Service Discovery but sometimes when I run the application, it doesn't discover all services from my network. I'm running the code from https://...
user1728985's user avatar
30 votes
5 answers
39k 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 ...
mudit's user avatar
  • 25.5k
25 votes
5 answers
16k 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 ...
JP.'s user avatar
  • 5,594
21 votes
3 answers
4k views

Can Android support Zeroconf/Bonjour over Bluetooth? How about TCP/IP?

On iPhone if I create custom 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 ...
dancio's user avatar
  • 243
18 votes
5 answers
13k 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 ...
Mark Harrison's user avatar
18 votes
3 answers
14k views

Avahi Hostname Resolution: Is it caching somewhere?

I am using Fedora 18 with the avahi command line tools (version 0.6.31) I use avahi-resolve-host-name to discover the IP address of units on my subnet, for testing purposes during development. I ...
trh178's user avatar
  • 11.5k
17 votes
3 answers
34k 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 ...
Roman's user avatar
  • 129k
15 votes
4 answers
30k views

How can I find the IP address of a host using mdns?

My target is to discover the IP address of a Linux computer "server" in the local network from a Windows computer. From another Linux computer "client" I can do: ping -c1 server....
tzot's user avatar
  • 95.2k
13 votes
4 answers
4k 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 ...
pr1001's user avatar
  • 21.9k
13 votes
2 answers
6k views

LLMNR on Windows vs. Zeroconf vs. Bonjour

Link-Local Multicast Name Resolution (LLMNR) is a Microsoft tech for service discovery based on multicast DNS. Is it compatible with Bonjour/Zeroconf? If so, where's the API? The service discovery, I ...
Seva Alekseyev's user avatar
11 votes
3 answers
4k views

NSdManager ResolveListener Error Code 3: Failure Already active

I'm using NsdManager in an Android App to discover NSD services published by another device also developed by me. I only do service discovery on Android App (no service registration needed on this ...
DarkJediNinja's user avatar
9 votes
1 answer
9k 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 ....
MandoMando's user avatar
  • 5,415

15 30 50 per page
1
2 3 4 5
13