synfinatic / netflow2ng

NetFlow v9 collector for ntopng
MIT License
164 stars 25 forks source link

sFlow Support #10

Open Gadgetguycj opened 4 years ago

Gadgetguycj commented 4 years ago

How difficult would it be to add sFlow support? I was looking to implement this as a drop in replacement for nProbe and its ridiculous fee, but our Brocade uses sFlow instead of netflow.

synfinatic commented 4 years ago

Depends on if you can find a sFlow decoder library for Go? (I haven't honestly looked to see.) Also, sadly I have no devices which generate sFlow so I have no means of testing the code. So that's a major blocker right now.

Gadgetguycj commented 4 years ago

Hello synfinatic,

Doesn't goflow support sflow? https://github.com/cloudflare/goflow, I'd be happy to help with testing.

synfinatic commented 4 years ago

oh, so it does. you've got better eyes than i do.

Honestly, I have no way of testing sFlow and that sucks. If you're up for submitting a patch I'd be willing to look at it, but without any means of doing my own testing during development (not to mention having no need for the feature) means it's unlikely to happen anytime soon.