Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
@@ -11,6 +11,7 @@ Language standard is C99. The proposed libraries are:
...
@@ -11,6 +11,7 @@ Language standard is C99. The proposed libraries are:
*[libUCW](http://www.ucw.cz/libucw/) for configuration parsing, logging, mempools (in the future?) and some data structures (currently doubly linked lists). Replaceable but convenient.
*[libUCW](http://www.ucw.cz/libucw/) for configuration parsing, logging, mempools (in the future?) and some data structures (currently doubly linked lists). Replaceable but convenient.
* libLZ4, libgz, liblzma, ... for online (de)compression of input pcaps and output files.
* libLZ4, libgz, liblzma, ... for online (de)compression of input pcaps and output files.
* CBOR: [libcbor](http://libcbor.org/) or other implementations?
* CBOR: [libcbor](http://libcbor.org/) or other implementations?
*[LDNS](http://www.nlnetlabs.nl/projects/ldns/) or [libKnot](https://gitlab.labs.nic.cz/labs/knot/tree/master/src/libknot) for DNS RRs parsing, or implement just request DNSSEC EDNS ourselves?