CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2003
    Location
    Armenia, Yerevan
    Posts
    720

    [Netflow & billing software] Suggestion needed

    Hello guys,

    I developed a billing software which collects traffic usage info from Cisco router, it uses Cisco's ip accounting feature and rsh client/server. Now I'd like to develop similar soft which will utilize netflow protocol since it is more straightforward way of obtaining network traffic info. Does anybody have any experience with netflow ? Maybe you could suggest some good API or library preferably on PERL/C/C++/PHP? Also I found some free open source products which perform the billing task, but they are too complicated and contain unnecessary functionality.

    Thanks in advance.
    Regards, David.

  2. #2
    Join Date
    Jul 2007
    Posts
    1

    Re: [Netflow & billing software] Suggestion needed

    Your software seems to be similar to UTM5, a billing system that collects Netflow v5. I think for advice you should contact the guys from NetUP (www.netup.biz), developers of UTM.

    Quote Originally Posted by AvDav
    Hello guys,

    I developed a billing software which collects traffic usage info from Cisco router, it uses Cisco's ip accounting feature and rsh client/server. Now I'd like to develop similar soft which will utilize netflow protocol since it is more straightforward way of obtaining network traffic info. Does anybody have any experience with netflow ? Maybe you could suggest some good API or library preferably on PERL/C/C++/PHP? Also I found some free open source products which perform the billing task, but they are too complicated and contain unnecessary functionality.

    Thanks in advance.
    Regards, David.
    Last edited by Coss; July 5th, 2007 at 10:38 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured