Bitvantage.Ethernet.OuiDatabase 1.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Bitvantage.Ethernet.OuiDatabase --version 1.0.0
NuGet\Install-Package Bitvantage.Ethernet.OuiDatabase -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bitvantage.Ethernet.OuiDatabase" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bitvantage.Ethernet.OuiDatabase --version 1.0.0
#r "nuget: Bitvantage.Ethernet.OuiDatabase, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bitvantage.Ethernet.OuiDatabase as a Cake Addin
#addin nuget:?package=Bitvantage.Ethernet.OuiDatabase&version=1.0.0

// Install Bitvantage.Ethernet.OuiDatabase as a Cake Tool
#tool nuget:?package=Bitvantage.Ethernet.OuiDatabase&version=1.0.0

Bitvantage.Ethernet.OuiDatabase

Lookup manufacture infromation for MAC addresses

Installing via NuGet Package Manager

PM> NuGet\Install-Package Bitvantage.Ethernet.OuiDatabase

OUI Database

The first three octets of a MAC address are assigned by the IEEE. The registration data is public and can be looked up for a given MAC address. The manufacturer can often give clues as to what the device is.

// Create a new OuiDatabase using the defaults
// The default options will use the last downloaded database if it exists, and fallback to an internal database if it does not exist. 
// An asynchronous background update check is triggered upon object creation that will update the database every 30 days.
var ouiDatabase = new OuiDatabase();

var ouiRecord = ouiDatabase["64:D1:A3:01:02:03"];
var organization = ouiRecord.Organization;
var address = ouiRecord.Address;
var prefix = ouiRecord.Prefix;
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 36 6/28/2024