0.1.1 • Published 9 years ago

node-bgpdump2 v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

node-bgpdump2

Build Status

Description

NodeJS binding of bgpdump2.

Installation

npm install node-bgpdump2

Usage

var BGPDump = require('node-bgpdump2')
bgpdump = new BGPDump('path_to_rib.bz2')
console.log(bgpdump.lookup('8.8.8.8'))

Limitations

  • Only support IPv4
  • Only lookup option implemented

Copyright and License

Copyright (c) 2015 Shintaro Kojima. Code released under the MIT license.