Skip to content

ftao/python-ipfix

 
 

Repository files navigation

python-ipfix

IPFIX implementation for Python 3.3.

This module provides a Python interface to IPFIX message streams, and provides tools for building IPFIX Exporting and Collecting Processes. It handles message framing and deframing, encoding and decoding IPFIX data records using templates, and a bridge between IPFIX ADTs and appropriate Python data types.

WIP: porting to Python 2.7. New dependencies:

  • pip install functools32
  • pip install py2-ipaddress
  • pip install pytz

New test dependencies:

  • pip install doctest-ignore-unicode

About

IPFIX implementation for Python 3.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.6%
  • Makefile 4.4%