arp-monitor

0.1.1 • Public • Published

arp-monitor

Monitors the ARP table and notifies of changes. Uses the iotdb-arp package to find the nodes. Heavily inspired by the network-tools package.

Example

var arpMonitor = new ArpMonitor();
 
arpMonitor.on("in", function(node) {
    console.log(node.mac, node.ip);
}
 
arpMonitor.on("out", function(node) {
    console.log(node.mac, node.ip);
}

Readme

Keywords

none

Package Sidebar

Install

npm i arp-monitor

Weekly Downloads

11

Version

0.1.1

License

MIT

Last publish

Collaborators

  • pascaldevink