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
0 answers

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 specific service). I read that I can ping the host…
user3579222
  • 1,103
  • 11
  • 28
1
vote
0 answers

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 various avahi utilities (avahi-browse ,resolve,etc.)…
glrocks
  • 11
  • 2
1
vote
0 answers

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 feature. First I tried it with the WCF Discovery…
Richy1989
  • 97
  • 7
1
vote
0 answers

Discover python service in go

I currently have a http server implemented in python using flask. The service is registered using the zeroconf module: info = ServiceInfo('_http._tcp.local.', 'MyServer._http._tcp.local.', inet_aton(host), port,…
Rolando Urquiza
  • 1,404
  • 3
  • 17
  • 29
1
vote
1 answer

zeroconf on wireless connection without password

I want to setup a register / discover type of service connection between 2 devices on the same wireless LAN. Idea is to find, connect and send wireless router password to a new device for easy installation. This needs communication between 2 devices…
Adnan Senyurt
  • 177
  • 1
  • 2
  • 6
1
vote
1 answer

Android NSD: registration with null service type

The result of the registration shouldn't be empty, this is what I get from logcat and the callback of successful registration. registerService 46518 onServiceRegistered name: mytest, type: null, host: null, port: 0, txtRecord: Everything is…
user3290180
  • 4,260
  • 9
  • 42
  • 77
1
vote
0 answers

DNSServiceRegister Qt/C++ not found

I'm implementing a DNS Service Register (like Bonjour) with C++ & Qt. I followed this tutorial : https://doc.qt.io/archives/qq/qq23-bonjour.html Here is the header file of the service discovery class : #ifndef BONJOURSERVICEREGISTER_H #define…
X6Entrepreneur
  • 971
  • 2
  • 10
  • 30
1
vote
0 answers

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: