Skip to content

jerry-zww/jipfix

 
 

Repository files navigation

= jipfix - a java wrapper for the ipfix library = 

== Features ==

Contains what you need to build an IPFIX Collector (the receiving end) using the C libpifix library and the Java Native Interface.

This library is to be considered unstable. 

== Bugs ==

 * NTP and UINT data elements are still returned in (signed) BigInteger format. 
 * ~~Float data elements are currently not supported. They crash the library.~~ Fixed!

== Get it == 

 * Get libipfix at http://libipfix.sf.net
 * {{{git clone http://relet.net/svn/jipfix/.git jipfix}}}
 * make (or read the BUILD file, if it does not work).

== Getting started ==

 * Test the example collector by running {{{./exampleCollector.sh}}}
 * Have a look at the main method in jIPFIX.java and the ExampleCollector class.
 * there's some further javadoc in the {{{doc/}}} folder.

== Licence ==

GPL.

== Contact ==

 * relet jabber.ccc.de
 * thomas.hirsch gmail com

About

A java wrapper for libipfix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.4%
  • Java 39.1%
  • Awk 3.8%
  • Makefile 3.0%
  • Shell 2.0%
  • Python 1.7%