Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 linux 上安装了苹果 mDNSreponder,并且能够通过命令行 $ dns-sd -P Stack Overflow _ftp._tcp 发布服务。. 80 空气 14.99.8.77
现在我想知道如何在我的应用程序中使用它的 API 调用来发布相同的服务。当我编译 bonjour 源代码时,我得到了两个库libdns_sd.so libnss_mdns-0.2.so
谁能建议我如何使用我的 linux c 代码调用 apis ..
链接libdns_sd.so到您的项目并包括在内dns_sd.h。现在跟随dns_sd.h文件查看各种功能,如注册服务、浏览等。
libdns_sd.so
dns_sd.h