netlink-notify

0.2.4 • Public • Published

Netlink Notify

A module to get netlink notification event on Linux.

Notification supported:

  • route
  • link
  • address

This module will generate an event for nodejs for every event it receives from netlink.

Depends:

Build and run

The netlink-notify library is dependent on libmnl library, so you may need to install libmnl before compiling. On Debian, and Debian derivates like Ubuntu, you need to install the package "libmnl-dev".

To build, you need the node package node-gyp:

npm install -g node-gyp

After you have all of the prerequisite packages installed, you can build avro-nodejs.

node-gyp configure build

There's a demo inside the demo/ dir.

Status

Status: Alpha. Use at your own risk.

Have questions? Found a bug?

Please submit issues to the Github issue tracker

Package Sidebar

Install

npm i netlink-notify

Weekly Downloads

1

Version

0.2.4

License

MIT

Last publish

Collaborators

  • derfel