This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

netif

0.1.7 • Public • Published

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.

Dependents (1)

Package Sidebar

Install

npm i netif

Weekly Downloads

9

Version

0.1.7

License

none

Last publish

Collaborators

  • jpommerening
  • wolfeidau