Netflow

0.0.1 • Public • Published

Node-Netflowd

Is a netflow sink for node.js

Installation

npm install https://github.com/Sghazzawi/Node-Netflowd/tarball/master

Basic Example

var Collector=require("Netflow");
var x = new Collector(function (err) {
    if(err != null) {
        console.log("ERROR ERROR \n"+err);
    }
})
.on("listening",function() { console.log("listening"); } )
.on("packet",function(packet) { console.log(packet); } )
.listen(2055);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    4

Package Sidebar

Install

npm i Netflow

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • sharif.ghazzawi