Haukcode.ArtNetIdentity 1.0.16

dotnet add package Haukcode.ArtNetIdentity --version 1.0.16
                    
NuGet\Install-Package Haukcode.ArtNetIdentity -Version 1.0.16
                    
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="Haukcode.ArtNetIdentity" Version="1.0.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Haukcode.ArtNetIdentity" Version="1.0.16" />
                    
Directory.Packages.props
<PackageReference Include="Haukcode.ArtNetIdentity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Haukcode.ArtNetIdentity --version 1.0.16
                    
#r "nuget: Haukcode.ArtNetIdentity, 1.0.16"
                    
#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.
#:package Haukcode.ArtNetIdentity@1.0.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Haukcode.ArtNetIdentity&version=1.0.16
                    
Install as a Cake Addin
#tool nuget:?package=Haukcode.ArtNetIdentity&version=1.0.16
                    
Install as a Cake Tool

Haukcode.ArtNetIdentity

A .NET Standard 2.1 library that identifies devices from ArtNet ArtPollReply packets by mapping ESTA manufacturer IDs, OEM codes, and firmware version fields to human-readable values.

What is this package?

Haukcode.ArtNetIdentity is a lightweight identification library designed for the ArtNet lighting control protocol. When working with ArtNet networks, devices send ArtPollReply packets containing manufacturer and device information encoded as numeric values. This library decodes these values into readable information, making it easier to identify and manage devices on your network.

The library provides three main capabilities:

  1. ESTA Manufacturer Lookup: Translates ESTA manufacturer IDs (standardized numeric codes) into manufacturer names using the official ESTA manufacturer registry.

  2. Device Model Identification: Resolves specific device models when both the manufacturer ID and OEM code are known, helping you identify the exact hardware on your network.

  3. Firmware Version Decoding: Decodes firmware version numbers for manufacturers with known version formats, providing readable version strings instead of raw numeric values.

Key Features

  • Comprehensive ESTA manufacturer ID database imported from the official registry
  • Device model mapping for known manufacturer/OEM combinations
  • Firmware version decoding for supported manufacturers
  • Null-safe API design - all methods return null for unknown or unsupported values
  • Zero dependencies
  • Targets .NET Standard 2.1 for broad compatibility

Use Cases

This library is ideal for:

  • ArtNet monitoring and diagnostic tools
  • Lighting control software that displays device information
  • Network discovery applications for entertainment lighting systems
  • DMX512/RDM integration tools working with ArtNet transport
  • Device inventory and management systems

API Overview

The library provides three static helper classes:

Manufacturer.FromEstaCode(int estaCode)
Looks up manufacturer name from ESTA manufacturer ID.

DeviceModel.FromEstaAndOem(int estaCode, int oem)
Resolves device model from manufacturer ID and OEM code combination.

FirmwareVersionDecoder.GetFirmwareVersion(int estaCode, int oem, short firmwareVersion)
Decodes firmware version for manufacturers with known version formats.

Data Quality

The ESTA manufacturer ID database is regularly synchronized with the official ESTA registry to ensure accuracy. Device model and firmware decoding data is contributed by the community and verified against manufacturer documentation when available.

License

This package is released under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

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.16 284 2/10/2026
1.0.15 94 2/5/2026
1.0.14 96 2/5/2026