0.1.0 • Published 11 years ago

arpulate v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

arpulate

arpulate populates the system ARP table by pinging a range of IP addresses that surround the local computer.

Build status

Install

npm install arpulate

API

arpulate(

  total (int):
    the number of addresses you wish to ping.

  callback (function):
    called after all addresses have responded
    or timed out. no arguments.

)

Example

var arpulate = require('arpulate')

arpulate(20, function() {
 console.log('All done') 
})

License

MIT

0.1.0

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago