node-static-arp

1.0.4 • Public • Published

This module is inspired by node-arp

Function set static MAC address of arp table which wrapped in Promise

 
import arp from 'node-static-arp'
 
arp.setMac('192.168.1.1', '11:22:33:44:55:66')
 
.then(success => {
  ...
}).catch(error => {
  ...
})

Readme

Keywords

none

Package Sidebar

Install

npm i node-static-arp

Weekly Downloads

6

Version

1.0.4

License

ISC

Unpacked Size

80.2 kB

Total Files

8

Last publish

Collaborators

  • edensun