1.1.1 • Published 9 years ago

macfromip v1.1.1

Weekly downloads
162
License
MIT
Repository
github
Last release
9 years ago

macfromip

Synopsis

  • Nodejs script;
  • Gets a MAC address from a LAN IP address;
  • Only works on linux, OSX and win32 platforms;

Code Example

var macfromip = require('macfromip');

macfromip.getMac('192.168.2.169', function(err, data){
    if(err){
    	console.log(err);
	}
    console.log(data);
});

Installation

npm install macfromip

TODO List:

Complete list on Trello