node-bgpdump2

0.1.1 • Public • Published

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.

Package Sidebar

Install

npm i node-bgpdump2

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • codeout