arp-table

Provides basic cross-platform access to system ARP tables.

Usage no npm install needed!

<script type="module">
  import arpTable from 'https://cdn.skypack.dev/arp-table';
</script>

README

arp-table

arp-table provides basic cross-platform access to system ARP tables by spawning and returning the appropriate process.

Build status

Install

npm install arp-table

Example

var arp = require('arp-table')()
arp.stdout.pipe(process.stdout)

License

MIT