Package: wnpp Severity: wishlist Owner: ! * Package name : libjdns Version : 2.0.3 Upstream Author : Justin Karneges <jus...@affinix.com> * URL : http://delta.affinix.com/jdns/ <http://qutim.org/> * License : MIT Programming Lang: C Description : Simple DNS queries library
JDNS is a simple DNS implementation that can perform normal DNS queries of any record type (notably SRV), as well as Multicast DNS queries and advertising. Multicast support is based on Jeremie Miller's "mdnsd" implementation. For maximum flexibility, JDNS is written in C with no direct dependencies, and is licensed under the MIT license. Your application must supply functionality to JDNS, such as UDP sending/receiving, via callbacks. For Qt users there is a wrapper available called QJDns. jdns.pri can be used to include everything into a qmake project. jdns.pro will build the sample Qt-based commandline tool 'jdns'.