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
68 questions with no upvoted or accepted answers
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
6 votes
2 answers
1k views

Finding devices on network with Bonjour / Zeroconf / jmDNS on PlayBook / Blackberry

I would like to develop an Android app which would run on Blackberry PlayBook. App would need to find other devices on the local network running the same app. I was thinking to implement Bonjour / ...
Matej Ukmar's user avatar
  • 2,197
5 votes
0 answers
703 views

Zeroconf library for windows 8

I'm making a Windows 8 metro app that needs to use a zeroconf library. From what I've observed, there are a few of those libraries and the most trustworthy looking one is Mono.Zeroconf. However I can'...
halileohalilei's user avatar
4 votes
0 answers
158 views

.local. in python-zeroconf type

I'm trying to use python-zeroconf to find a local service. I know it is there - if I use the mDNS discovery app, the service is found almost instantly. However, while using the python-zeroconf example,...
chubbychunk's user avatar
3 votes
0 answers
828 views

Android Network Service Discovery get hostname (mDNS/Zeroconf)

I am trying to get the hostname from a service that is advertising itself on my local network using mDNS/Zeroconf. I am using Android's Network Service Discovery API, but it seems as if Android doesn'...
reinder's user avatar
  • 2,551
3 votes
0 answers
5k views

Bonjour/Zeroconf in .NET on Win7 x64

did anyone ever try to publish a netservice via Bonjour on a x64 system? I tried several libraries like Mono.Zeroconf, Deusty (there's some x64-discussion in the comments) and Zeroconf.Codeplex. They'...
Waescher's user avatar
  • 5,659
2 votes
0 answers
3k views

Change domain "local" in avahi and and use a hostname with multiple labels

I need to publish multiple addresses for the same IP (eg: address1.local, address2.local) Did it creating a service /etc/systemd/system/[email protected] with the following: [Unit] Description=...
Ikaro's user avatar
  • 165
2 votes
0 answers
476 views

How to use NsdManager to detect an emulated device on a private network?

I'm currently working on a mobile app that discover's and resolve's a device on a private network. The app currently works perfect and will allow me to connect a socket to this device. Now I'm ...
Jason Crosby's user avatar
  • 3,563
2 votes
0 answers
128 views

NAT Possible with Zero Configuration Networking

Is it possible in windows which has static ip set in his system can take ip from 169.254.0.0/16 pool and set its gateway as 169.254.1.1 automatically from linux server. So that each request can be ...
sfg2k's user avatar
  • 149
2 votes
1 answer
2k views

How to make Windows' Bonjour resolve foo.bar.local subdomains created by Avahi

Why can't Windows' Bonjour (the Apple one) automatically resolve foo.bar.local, when Ubuntu and macOS can? foo.local instead is resolved without issues by every OS. Here's my avahi-daemon.conf: [...
ThreeState's user avatar
2 votes
1 answer
458 views

Android JmDNS how to remove service

im currently writing an android app, which should keep track of other devices in the same wifi network using JmDNS. The discovery process works correctly, but i don't know how to keep track of other ...
Iconic's user avatar
  • 41
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
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
2k views

How to make an AirPlay receiver using Mono.Zeroconf

I am trying to make an AirPlay receiver on Windows and I stumbled upon Mono.Zeroconf http://www.mono-project.com/archived/monozeroconf/. With this, I tried to put up the code. Here is the code snippet:...
anton's user avatar
  • 21
2 votes
0 answers
904 views

How to discover network services on domain other than .local domain in Android?

I want to use Android Network Service Discovery (NSD) function to discover some local network services advertised on local domain. I read the official documentation on Android website about Android ...
tonga's user avatar
  • 11.9k

15 30 50 per page
1
2 3 4 5