0.1.7 • Published 9 years ago

netif v0.1.7

Weekly downloads
3
License
-
Repository
github
Last release
9 years ago

netif

Node library which uses native calls to locate the mac address for a given interface name.

Currently works on OSX, Solaris and Linux, working on support windows at the moment.

-Build Status

Getting Started

Install the module with: npm install netif

var netif = require('netif');
netif.getMacAddress('eth0'); // '00:0C:00:00:00:00'

License

Copyright (c) 2012 Mark Wolfe
Licensed under the MIT license.

0.2.0-rc1

9 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago