Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/c0ze/wifi-vendors

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/c0ze/wifi-vendors

  • v0.0.0-20171007011549-3ae56753d1af
  • Source
  • Go
  • Socket score

Version published
Created
Source

Wifi mac vendors

A basic lib which parses a mac address and displays associated vendor. You need to download oui.txt from IEEE. You can place it either in the current directory or under /etc

You will get either

  • a simple string identifiying the vendor
  • the string Random when the address is in Locally Administered Space
  • the string Unknown if it's not either in the Oui or Locally Administered Space
  • the string Malformed if it's not a good Mac address (I should have made a good regexp for this, in this case it only checks if it's not empty string or has less than 6 chars.)

DOCS

FAQs

Package last updated on 07 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc