1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/libpdel/pkg-descr

25 lines
959 B
Plaintext
Raw Normal View History

The Packet Design Embedded Library (PDEL) is a C library containing an
assorted collection of code useful for developing embedded applications:
2002-10-10 20:56:26 +00:00
- C data structure run-time introspection library
- Threaded HTTP client/server library with SSL and XML-RPC support
2004-06-03 21:24:58 +00:00
- PPP library using netgraph(4) with PPTP and L2TP servers
2002-10-10 20:56:26 +00:00
- Application configuration framework
- Heap memory accounting and sanity checking
- Generic template processing library
- Routines to configure networking interfaces, ARP and routing tables
- Logging library
- Generic TCP server
- Generic hash table implementation
- Generic balanced tree implementation
- Miscellaneous FILE * enhancements
- Base-64 encoding/decoding
- Events and actions with automated locking
- Generalized per-thread variables
- Message ports
- Digital signature creation/verification
- Filesystem mounting/unmounting
- String quoting/parsing
2002-10-10 20:56:26 +00:00
WWW: http://www.dellroad.org/pdel/