文件名称:node-netif:读取给定网络接口名称的mac地址的节点模块
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-08 19:41:26
C++
网络文件 使用本机调用来查找给定接口名称的mac地址的节点库。 目前可在OSX,Solaris,Linux和Windows上使用。 也许FreeBSD是下一个? 入门 使用以下命令安装模块: npm install netif var netif = require ( 'netif' ) ; netif . getMacAddress ( 'eth0' ) ; // '00:0C:00:00:00:00' 执照 版权所有(c)2012 Mark Wolfe 根据MIT许可获得许可。
【文件预览】:
node-netif-master
----.gitignore(64B)
----package.json(1KB)
----Makefile(280B)
----src()
--------netif.cc(6KB)
--------netif.h(91B)
----.travis.yml(660B)
----tools()
--------leaks.js(152B)
----LICENSE-MIT(1KB)
----README.md(689B)
----lib()
--------netif.js(837B)
----.appveyor.yml(1KB)
----binding.gyp(867B)
----.npmignore(15B)
----test()
--------netif_test.js(1KB)