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.

0 votes
1 answer
1k views

Zeroconf not found any service

I started to test zeroconf to implement the discovery feature in a plugin I'm developing. At the beginning it was working good, but a few weeks ago it isn't showing any available service. I thought ...
GEPD's user avatar
  • 198
0 votes
0 answers
436 views

Zeroconf.ResolveAsync was freezed

I tried to use Zeroconf to get all the devices. When i called the ResolveAsync, the code got freezed. I am running Xamarin Form on Android phone. It didn't produce any error or force close. It just ...
LittleFunny's user avatar
  • 8,295
0 votes
0 answers
280 views

JmDNS does not work properly

At the moment i am working with the version 3.4.1 from the sourceforge page. I tried all the simple examples for registering and resolving the services. My problem is that my ServiceListener is just ...
Syy0n's user avatar
  • 21
1 vote
0 answers
162 views

PhoneGap and zeroconf plugin

I am trying to develop PhoneGap application which uses zeroconf plugin for cordova. I Have followed intructions from: cordova-plugin-zeroconf My code looks like: <script type="text/javascript"&...
Marcin Kurpiel's user avatar
2 votes
2 answers
2k views

Can Avahi publish twice the same service name over the network?

I'm trying to write a C program that allows me to publish a service over the local network. I'm using Avahi to publish this service named download and of type _lzo._tcp. Basically, I deployed this C ...
Lazao's user avatar
  • 225
7 votes
2 answers
3k views

How to find all available services using Android's native Network Service Discovery

I've read through android documentation on finding specific network services using NSD. Below is my code to discover all the available _http._tcp services. final NsdManager.DiscoveryListener ...
waqaslam's user avatar
  • 67.9k
7 votes
0 answers
531 views

Make Spring Boot application discoverable with zeroconf

How can I make a Java web app application built with Spring Boot discoverable with zeroconf? I tried the following with JmDNS but it does not seem to work: @Bean public JmDNS jmdns() { try { ...
yglodt's user avatar
  • 14.4k
1 vote
1 answer
105 views

ZeroConf -- should I include dot(.) in the end of the address?

I'm trying to access my machine through ZeroConf. Which address is correct? machine.local or machine.local. ?
waltercruz's user avatar
2 votes
1 answer
355 views

Mono.Zeroconf service port is always set to 0

I am trying to use Mono.ZeroConf for service discovery. I can discover services normally, but port of every service is always set to 0 instead of actual value. I am using .NET 4, and ZeroConf 0.9.0, ...
Miljac's user avatar
  • 2,045
1 vote
0 answers
323 views

connecting to a service broadcasted by pyzeroconf is refused

I setup a zeroconf with pyzeroconf (https://github.com/jstasiak/python-zeroconf/): TYPE = "_motion._tcp.local." NAME = "_yyyyXXXX." + TYPE PORT = 4321 logging.basicConfig(level=logging.DEBUG) ...
sprhawk's user avatar
  • 1,527
2 votes
0 answers
268 views

How to trigger mDNS broadcast by software?

When a device supporting zero-configuration is plugged into an Android device's Ethernet port, it immediately starts to send mDNS packets to broadcast its services to the Android device. I am ...
Hong's user avatar
  • 18.3k
2 votes
1 answer
443 views

cordova zeroconf how support?

I'm using bonjour to serve my service running on my server var test= bonjour.publish({ name: "abcd", type: 'http', port: settings.server.port }); test.start(); running on the client: function ...
Erdem Güngör's user avatar
0 votes
0 answers
762 views

How to use broadcast/multicast to replace zeroconf

I'm working on a project that has server and client roles. I would like to have servers and clients automatically detecting each other. At a first glance, zeroconf seems to be the best solution. But ...
Jerry's user avatar
  • 1,744
2 votes
1 answer
5k views

AttributeError: 'module' object has no attribute 'unique'

I installed zeroconf on a linux machine running Fedora 20. I have installed all the packages on which zeroconf depends on. However, when I try to run testcert.py, I come across the following error: ...
ap6491's user avatar
  • 815
1 vote
1 answer
238 views

JmDNS - Register the same service in multiple machines

I am using JmDNS to register a service in a couple o machines that are under the same subnet in my network. However, every time that a second machine goes up and tries to register the service, its ...
tsukanomon's user avatar
  • 1,250

15 30 50 per page
1
3 4
5
6 7
14