0.2.4 • Published 10 years ago

netlink-notify v0.2.4

Weekly downloads
11
License
MIT
Repository
github
Last release
10 years ago

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

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago