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.

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.

194 questions
1
vote
1 answer

zeroconf implementation on an embedded linux system

I have an embeeded system that I like to add zeroconf to it. The aim is: Auto assign an IP to itself if there is no dhcp available. It respond to mdns request and identify itself correctly. It responds to dns-ds and broadcast its capability…
mans
  • 17,104
  • 45
  • 172
  • 321
1
vote
1 answer

Communication with jmdns.jar

I am using jmdns library to discover mDNS service advertise by other devices in network. I am using Android 4.2. I have downloaded demo application from jmdns official website and AndroidDnssdDiscoveryEclipse application is getting crashed…
CoolNik
  • 23
  • 4
1
vote
1 answer

Use Plugin in PhoneGap/Cordova 2.9.0 for mDNS/ZeroConf/Bonjour

I am making my first PhoneGap app for Android and it needs mDNS resolution. As ".local" addresses are not resolved on Android (before v4.1), I have used a ZeroConf library with JmDNS.jar file. I have taken reference for plugin from this GitHub…
Rishi Jasapara
  • 638
  • 9
  • 33
1
vote
0 answers

iOS bonjour browser is not reliable

I am using NSNetServiceBrowser from Xamarin (former Mono Touch) to scan for bonjour devices. This works most of the time, but there seems to be a) a big caching issue, where it doesn't realize there are new devices b) a problem with the WIFI, e.g.…
David Müller
  • 5,291
  • 2
  • 29
  • 33
1
vote
3 answers

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 Open Komodo folks but it requires PyXPCOM support…
TomC
  • 1,871
  • 1
  • 12
  • 18
1
vote
1 answer

Bonjour Timeout

When I close the lid of a notebook and put it into sleep it seems the registered bonjour services from that notebook in the network do not disappear anymore on other machines. Does Bonjour has a timeout I can set somehow?
HelloWorld
  • 2,392
  • 3
  • 31
  • 68
1
vote
1 answer

Connect to website on local network without knowing IP

I'm creating an embedded device (based on an RPi) which will connect to the local network. I would like this device to be able to configure the device via a web page (much the same as many routers). I would like the user to type…
1
vote
1 answer

Mono.ZeroConf Mac, No Zeroconf providers can be found

I have recently built a bonjour system using Mono.ZeroConf on Windows and wanted to try and convert it to mac. I am running into issues with this error: No Zeroconf providers could be found or initialized. Necessary daemon may not be running. I have…
Bushes
  • 1,010
  • 1
  • 18
  • 37
1
vote
0 answers

Zero Configuration Network for Android App and PHP Server

How to make my android app to get my php server's IP address? Example, android app sending broadcast message. Then my server listen that message and send the server's ip address to the android app. Phone ----> Send broadcast message for requesting…
1
vote
1 answer

Mono.ZeroConf Windows

Hello i started off with a tutorial from Mono ZeroConf When my code reahes the line ServiceBrowser browser = new ServiceBrowser (); i get a SystemException System.Exception: No Zeroconf providers could be found or initialized. Necessary daemon may…
Gobliins
  • 3,848
  • 16
  • 67
  • 122
1
vote
2 answers

Android - Open Protocol (Bonjour) like on iOS

in the iOS world data can be exchanged between applications through the use of Open Protocol. For example if I have an e-mail with a pdf attachment I can open it into PDFExpert, even if the apps runs on a SandBox and they don't have share file…
Kerby82
  • 4,934
  • 14
  • 48
  • 74
1
vote
1 answer

Multicast Problems with Java and Zeroconf (avahi) on Linux

I am trying to develop a Java-based solution for VM's that start without knowing what static IP address they should self-select from a list. My idea for the solution was: Use Zeroconf/avahi to select an IP address for the VM VM's broadcast their…
Jeff West
  • 1,563
  • 9
  • 11
1
vote
1 answer

Can I turn off the WinCE DHCP server so it always uses zeroconfig?

We have a legacy WinCE device that's been working fine for years when it was on a closed ethernet network. But now we're trying to get it to work nicely with other devices and it's failing when there's a DHCP server on the network. The problem is…
parsley72
  • 8,449
  • 8
  • 65
  • 98
0
votes
1 answer

Automatically Refresh JmDNS Services in Activity

I'm trying to automatically refresh JmDNS services in the background. Nothing is happening when I try: @Override public void onDestroy() { try { hiNeighborService.unregisterListener(this); …
user268397
  • 1,917
  • 7
  • 38
  • 56
0
votes
1 answer

Resolving Bonjour Discovery Dependencies

I have developed the a library to discover Device Using Bonjour Discovery Api. I have installed bonjour sdk in my system so the Unit Test for it is working fine in my machine. But When we run on fresh machine it is crashing.The reason for this…
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133