WanderingHogan / mac_info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Comparison

Pro's

  • Simple, only 2 methods.

    • getMAC - gets the first item in the list networkInterfaces returns? need to verify*** (on mac ap1)
  • Build on os.networkInterfaces, meaning it does not rely on any libraries that should be bundled with an OS

Con's

  • Built on on os.networkInterfaces

Pros

Cons

  • Only shows interfaces that are online

Pros

Cons

  • If a package is not installed, eg WMIC - will not work

About


Languages

Language:JavaScript 100.0%