libpdel - The Packet Design Embedded Library |
The Packet Design Embedded Library (libpdel) is a C library containing an assorted collection of code useful for developing applications, especially for embedded systems.
Significant features include:
Note, some features are not supported on Linux.
The PDEL library runs and has been tested on FreeBSD and RedHat Linux. Other similar platforms should work.
The source distribution includes a Makefile and a
GNUmakefile. Typing ``make'' on a BSD-ish platform should
automatically choose the former, which compiles in certain BSD-specific
features, while Linux-ish platforms with gmake installed
as the standard make should automatically use the latter.
The PDEL library is documented in a series of man pages. Here is the top level man page.
PDEL is now hosted on SourceForge: click here for the project page.
If you're running FreeBSD, your best bet is to use the FreeBSD ports system to install libpdel. Click here for the FreeBSD port of libpdel and a list of other ports that use it.
If you got here from the XML-RPC implementations page and want to know more about the XML-RPC support, here's what you need to know:
http_xml_send_xmlrpc(3) function.
http_servlet_xmlrpc(3) HTTP ``servlet.''
structs/xmlrpc-test directory in the source tree.