Skip to main content

All Questions

Tagged with
0 votes
1 answer
33 views

file request for: "0002-Add-uninstalled.pc.in-files.patch" from avahi for compiling for android

I try to compile a Qt console project for Android that includes DNS services provided by avahi. As my shared libraries dns_sd.so are not compatible, I would try to compile avahi according to these ...
Andrea S.'s user avatar
1 vote
0 answers
944 views

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 ...
X6Entrepreneur'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
0 votes
1 answer
704 views

QT dns_sd.h UINT8 does not name a type

This is a zeroconf example I'm trying to compile on Windows. I also downloaded bonjour sdk for Windows from Apple. I'm using Qt Version (4.6.2) and Qt Creator 1.3.1, not sure if it is relevant. ...
Jerry's user avatar
  • 1,744