GSMLG.MAC

Usage

iex> GSMLG.MAC.lookup_vendor("00:00:0A:BB:28:FC")
#=> {:ok, "OmronTat", "Omron Tateisi Electronics Co."}

Update database

curl -sSLf https://gitlab.com/wireshark/wireshark/-/raw/master/manuf -o priv/manuf.txt

Installation

This package can be installed by adding gsmlg_mac to your list of dependencies in mix.exs:

def deps do
  [
    {:gsmlg_mac, "~> 0.1.0"}
  ]
end

Documentation

Documentation can be found at https://hexdocs.pm/gsmlg_mac.