PJLIB-UTIL ========================= pjlib_util is an auxiliary library providing adjunct functions to PJLIB. Basic Types and Functions ---------------------------- - :doc:`Basic Initialization ` - :doc:`Configurations ` - :doc:`Error Codes ` Command-Line Interface (CLI) Framework ---------------------------------------- - :doc:`CLI Framework ` - :doc:`CLI Implementor API ` Encoding and Encryptions ---------------------------------------- - :doc:`Base64 Encoding/Decoding ` - :doc:`CRC32 (Cyclic Redundancy Check) ` - :doc:`HMAC MD5 Message Authentication ` - :doc:`HMAC SHA1 Message Authentication ` - :doc:`MD5 ` - :doc:`SHA1 ` Text and Strings ------------------------- - :doc:`Getopt ` - :doc:`Fast Text Scanner ` - :doc:`String Escaping Utilities ` DNS ------------------------- - :doc:`Low-level DNS Message Parsing and Packetization ` - :doc:`Simple DNS Server ` - :doc:`DNS Asynchronous/Caching Resolution Engine ` - :doc:`DNS SRV Resolution Helper ` HTTP ------------------------- - :doc:`Simple HTTP Client ` STUN ------------------------- Note: There is a better STUN client implementation is in PJNATH. - :doc:`STUN - Simple Helper ` File Formats ------------------------- - :doc:`JSON - Reader and Writer ` - :doc:`PCAP - Simple Reader ` - :doc:`XML - Tiny Parser/Helper `