Skip to content

codeout/node-bgpdump2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-bgpdump2

Build Status Code Climate

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) 2016 Shintaro Kojima. Code released under the MIT license.