bitkeks / python-netflow-v9-softflowd

PyPI "netflow" package. NetFlow v9 parser, collector and analyzer implemented in Python 3. Developed and tested with softflowd
https://bitkeks.eu/blog/2016/08/collecting-netflow-v9-on-openwrt.html
MIT License
116 stars 59 forks source link

Add TCP to collector for IPFIX #23

Open bitkeks opened 4 years ago

bitkeks commented 4 years ago

In IPFIX, exporters and collectors can/should use TCP or SCTP for their connection instead of UDP. At least TCP should be added to the collector in this repo.

Related to #20 IPFIX

mrx3000 commented 3 years ago

Any update on the implementation?

bitkeks commented 3 years ago

Not for public use yet. There's an experimental implementation with async for TCP, but it is not stable enough for usage. Guess the UDP implementation should just be ported for TCP sockets, with some overhead to track sessions.