Skip to content
Snippets Groups Projects
user avatar
Michal 'vorner' Vaner authored
These are filled with bare IP addresses for now. We need them for the
same purpose we had net:ip ones, but there needs to be interoperability
with firewall scripts and these use hash:net.
0218cb36
Ucollect
========

Ucollect is small daemon for collecting and analyzing network data. It is
written in C (with some unusual conventions about memory allocation) and
provides plugins for doing the actuall analyzis.

The repository also contains the server port (in srv/master) and various
support utilities.

To build, type `make`. You may need to supply some dependencies (guess from
possible compiler errors).

For further documentation, look into `docs` subdirectory (after you built it)
or into .txt files scattered in the source tree.