manuf

package module
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

README

gomanuf

通过mac地址计算设备厂家信息

安装[Installation]

go get -u github.com/timest/gomanuf

使用[Usage]

import (
    manuf "github.com/timest/gomanuf"
    "log"
)

m1 := manuf.Search("18:65:90:dc:c0:cb")
log.Print(m1) //Apple, Inc.

m2 := manuf.Search("00:ec:0a:ff:b7:27")
log.Print(m2) // Xiaomi Communications Co Ltd

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Search(mac string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL