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
817 views

Ionic Native: ZeroConf not working on IOS

So I made the App with a Android Device in the development Process and everything worked fine like it should. Then I tried building it for IOS and nothing worked I just got a white screen. So I made a ...
Yonathan's user avatar
2 votes
2 answers
3k views

Zeroconf discovery from docker-compose container to LAN host

For an IoT system there is the requirement that base stations automatically discover nearby devices, and then connect to them. The software on the base stations is deployed using docker-compose. ...
Kargathia's user avatar
  • 133
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
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
4 votes
2 answers
4k views

python zeroconf show IPv4 addresses

I'm trying to figure out how to scan the network for devices which are published by avahi. #!/usr/bin/python3 from zeroconf import ServiceBrowser, Zeroconf from time import sleep class MyListener: ...
kevin Quintieri's user avatar
1 vote
0 answers
84 views

Bonjour Host Discovery for REST Web Services

Up to now I have never worked with bonjour. I think it is an interesting approach for using it to discover hosts which run rest services (e.g. by defining a predefined URL for devices providing a ...
user3579222's user avatar
  • 1,337
1 vote
0 answers
224 views

gethostbyname works in bonjour, but not in avahi

I am finishing up the process of switching from bonjour to avahi in my embedded Linux 3.14. All is working fine,except from the issue of gethostbyname(). Mdns advertised devices are resolved by ...
glrocks's user avatar
  • 11
0 votes
1 answer
2k views

Detecting MDNS/Zeroconf device works on Android 5.1.1 but not on Android 7

I am detecting a device on a private network with no internet access. The only devices on the network are the device I'm detecting and the mobile devices or PC's that have app I am currently working ...
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
3 votes
1 answer
2k views

Android NsdManager not able to discover services

I'm running into a problem with Androids NsdManager when following their tutorial Using Network Service Discovery. I have a few zeroconf/bonjour hardware devices on my network. From my mac I can ...
zafrani's user avatar
  • 4,080
3 votes
2 answers
2k views

Google Chrome's "secure context" on a LAN?

Chromium doesn't allow a website to access a user's camera unless the page is hosted in a "secure context". Usually that means a web server that has a valid TLS (HTTP) certificate, but there's also an ...
jes5199's user avatar
  • 18.7k
5 votes
1 answer
3k views

Network Service Discovery (mDNS) on react-native/Expo

I have an IOT device ruining a mDNS responder, is there a way to find the device through a react-native/Expo app? I have found a react-native library (react-native-zeroconf). However, it requires ...
José Roberto Canuto Vasconcelo's user avatar
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
1 vote
0 answers
192 views

Mono WCF Discovery / Mono Zeroconf

I am trying to implement a discovery feature in Mono. The goal is a service running a .NET application with Mono on a Raspberry Pi 3 with Raspbian. This application should support a discovery ...
Richy1989's user avatar
2 votes
2 answers
3k views

OSError 105 : No buffer Space - Zeroconf

I'm using a NanoPi M1 (Allwinner H3 board) & running a Yocto-based OS. On my first encounter with ZeroConf-python, >>> from zeroconf import Zeroconf, ServiceBrowser >>> zero = ...
Neelotpal Nag's user avatar

15 30 50 per page
1 2
3
4 5
13