![]() |
VOOZH | about |
dotnet add package HardwareIds.NET --version 1.1.12
NuGet\Install-Package HardwareIds.NET -Version 1.1.12
<PackageReference Include="HardwareIds.NET" Version="1.1.12" />
<PackageVersion Include="HardwareIds.NET" Version="1.1.12" />Directory.Packages.props
<PackageReference Include="HardwareIds.NET" />Project file
paket add HardwareIds.NET --version 1.1.12
#r "nuget: HardwareIds.NET, 1.1.12"
#:package HardwareIds.NET@1.1.12
#addin nuget:?package=HardwareIds.NET&version=1.1.12Install as a Cake Addin
#tool nuget:?package=HardwareIds.NET&version=1.1.12Install as a Cake Tool
Simple .NET library capable of tracking users across re-installs and hardware swapping,
and even entirely new computers using the neighborhood's network endpoints.
HardwareIds.NET will enumerate every single hardware components plugged-in/installed on the computer,
query their unique identifiers (like serial numbers, mac addresses, etc...) and go even beyond that,
by scanning network endpoints (WiFi) and routers available that are transmitting packets close to the computer.
This library will also take care of scanning the current network (WiFi/Ethernet) the computer is connected to,
and retrieve the MAC address of every devices connected, like printers, Smart TVs, phones, etc...
PM> Install-Package HardwareIds.NET
using HardwareIds.NET;
var Hwid = await HardwareIds.GetHwidAsync(new HardwareIdsConfig {
ScanLocalNetworkDevices = false,
ScanNeighborEndpoints = true,
DurationOfNetworkScan = TimeSpan.FromSeconds(5)
});
foreach (var Disk in Hwid.Disks)
{
Console.WriteLine($" DISK->ID: {Disk.Id}");
Console.WriteLine($" DISK->NAME: {Disk.Model}");
Console.WriteLine($" DISK->SN: {Disk.SerialNumber}");
}
This work is licensed under the MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Framework | net48 net48 is compatible. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.12 | 317 | 9/7/2025 |
| 1.1.11 | 197 | 9/7/2025 |
| 1.1.10 | 291 | 5/11/2025 |
| 1.1.9 | 603 | 5/6/2024 |
| 1.1.8 | 346 | 3/27/2024 |
| 1.1.7 | 251 | 2/19/2024 |
| 1.1.6 | 435 | 6/22/2023 |
| 1.1.5 | 470 | 2/21/2023 |
| 1.1.4 | 826 | 3/7/2022 |
| 1.1.3 | 547 | 8/20/2021 |
| 1.1.2 | 518 | 8/14/2021 |
| 1.1.1 | 525 | 8/11/2021 |
| 1.1.0 | 519 | 8/10/2021 |
| 1.0.0 | 569 | 6/7/2021 |