/libfds

Flow Data Storage library

Primary LanguageC++OtherNOASSERTION

Flow Data Storage library

Everything you need to work with IPFIX.

How to build

$ git clone https://github.com/CESNET/libfds.git
$ cd libfds
$ mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr
$ make
# make install