summaryrefslogtreecommitdiff
path: root/devel/poslib/pkg-descr
blob: 0da0cca0064dc0db17ccfb7f682fe6b7be1f0626 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Poslib is a portable C++ DNS library, a part of Posadis project.
It consists of two parts: a client library and a server library. 

Using the client library, you can simply develop applications that use 
the Domain Name System (DNS). It includes many functions for resolving, 
domain-name manipulation and Resource Record (RR) creation. 

The server library, based on the client core, can be used to develop 
DNS servers. By implementing a query entry-point function using the
Poslib library of functions, you can easily create DNS servers, 
without worrying about low-level details such as DNS message compilation, 
domain-name compression and UDP/TCP transmission. 

Author:	Meilof Veeningen <meilof@users.sourceforge.net>
WWW:	http://posadis.sourceforge.net/projects/poslib.php