wiki:KrakenMacLookup

Kraken Mac Lookup

Author

Service Interface

package org.krakenapps.lookup.mac;

public interface MacLookupService {
	Vendor find(String oui);
}
  • oui format doesn't contain any hyphen or dash character. For example:
    • macLookupService.find("002522");
  • oui is not case sensitive.

Command

kraken> mac-lookup.search 00:25:22:0A:3D:C8
OUI: [002522], Company: [ASRock Incorporation], Address: [2F., No. 37, Sec. 2, Jhongyang S. Rd., Beitou District, Taipei Taiwan 112], Country: [TAIWAN, REPUBLIC OF CHINA]

Data

mac-oui.txt is located at  kraken-mac-lookup/src/main/resources/. This file contains MAC OUI, company name, address. You can download most recent original data file from  IEEE, but it doesn't follow their own format strictly.

History

  • 1.0.0 release (2010-12-23)