FlowBrook
Update: March 1st, 2010
FlowBrook is a Java class library for Netflow exports processing. The initial goal of the project is support of Flow-tools capture format. But the library is designed to be extensible, so support of any other captured Netflow data formats can be implemented.
FlowBrook provides the next base abstract concepts:
- flow source – the source where Netflow records can be found;
- flow record – one item of Netflow export;
- flow iterator – the entity, which can iterate over records in the source.
The repository with source code can be found at my bitbucket page.
Bugtracking system is available at bitbucket too.
