Haukcode.ArtNetIdentity
1.0.16
dotnet add package Haukcode.ArtNetIdentity --version 1.0.16
NuGet\Install-Package Haukcode.ArtNetIdentity -Version 1.0.16
<PackageReference Include="Haukcode.ArtNetIdentity" Version="1.0.16" />
<PackageVersion Include="Haukcode.ArtNetIdentity" Version="1.0.16" />
<PackageReference Include="Haukcode.ArtNetIdentity" />
paket add Haukcode.ArtNetIdentity --version 1.0.16
#r "nuget: Haukcode.ArtNetIdentity, 1.0.16"
#:package Haukcode.ArtNetIdentity@1.0.16
#addin nuget:?package=Haukcode.ArtNetIdentity&version=1.0.16
#tool nuget:?package=Haukcode.ArtNetIdentity&version=1.0.16
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:
ESTA Manufacturer Lookup: Translates ESTA manufacturer IDs (standardized numeric codes) into manufacturer names using the official ESTA manufacturer registry.
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.
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
nullfor 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 | Versions 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. |
-
.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.