Network utilities, implemented in c using libdispatch:
- UDP-based Stream session
- UDP-based Transaction
- STUN client
- UDP Socket
- Queue, Memory pool
- Timer/Timeout
- libdispatch (including dependencies: clang, libblocksruntime)
- GNU Automake and Autoconf
- C99 Language Standard
Run tests:
% ./scripts/autogen.sh
% ./configure
% make check
Remove build files:
% ./scripts/clean.sh