An open API service indexing awesome lists of open source software.

https://github.com/gregoryv/lmac

Find organization as defined by standards-oui.ieee.org
https://github.com/gregoryv/lmac

Last synced: 12 months ago
JSON representation

Find organization as defined by standards-oui.ieee.org

Awesome Lists containing this project

README

          

NAME

lmac - find organization as defined by http://standards-oui.ieee.org/

DESCRIPTION

Lookup one or more MAC addresses to organizations.
Values are matched against ma-l, ma-m and ma-s lists.

SYNOPSIS

import "github.com/gregoryv/lmac"

org := lmac.Lookup("00:aa:bb")

SEE ALSO

A similar implementation, is found at
https://github.com/google/gopacket/tree/master/macs

AUTHOR

Gregory Vinčić