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
- Host: GitHub
- URL: https://github.com/gregoryv/lmac
- Owner: gregoryv
- License: mit
- Created: 2025-06-21T18:45:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T17:51:59.000Z (12 months ago)
- Last Synced: 2025-06-24T10:56:43.665Z (12 months ago)
- Language: Go
- Homepage:
- Size: 2.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: changelog.md
- License: license.txt
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ć