b565f0a09301736e3c49ce909bb5c005eb28bd1e
Utilities
Collection of C programs to perform various utilities and provide examples. Compilation instructions are given at the top of each source file, or in a README if a Makefile is used.
Logging
A general purpose logging library with optional timestamping and terminal colouring for log message severity. This is used by most applications I build, certainly all within this repository.
Networking
Contains a standard UDP listener implementation that writes to a file.
Description
Languages
C
100%