manuf

package module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2020 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

Search 通过 mac 查询

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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