Bitvantage.Ethernet.OuiDatabase 1.0.0

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 (1)

Showing the top 1 NuGet packages that depend on Bitvantage.Ethernet.OuiDatabase:

Package Downloads
Frank.WireFish

WireFish is a library for capturing network traffic. Its meant to be very simple and flexible. It is built on top of SharpPcap and Frank.Channels.DependencyInjection, intending to provide a simple and flexible way to capture network traffic. Then allow the user to process the packets in any way they see fit. The intention is to only provide the capturing and then allow the user to register their own packet processors to do whatever they want with the packets. This came about because I needed to capture network traffic and WireShark is very unwieldy and I wanted to be able to process the packets in any way I wanted where as WireShark is very limited in what it can do.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 121 6/28/2024