IRI.Maptor.Ket.WindowsBase 2.11.0-alpha

This is a prerelease version of IRI.Maptor.Ket.WindowsBase.
There is a newer version of this package available.
See the version list below for details.
dotnet add package IRI.Maptor.Ket.WindowsBase --version 2.11.0-alpha
                    
NuGet\Install-Package IRI.Maptor.Ket.WindowsBase -Version 2.11.0-alpha
                    
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="IRI.Maptor.Ket.WindowsBase" Version="2.11.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IRI.Maptor.Ket.WindowsBase" Version="2.11.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="IRI.Maptor.Ket.WindowsBase" />
                    
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 IRI.Maptor.Ket.WindowsBase --version 2.11.0-alpha
                    
#r "nuget: IRI.Maptor.Ket.WindowsBase, 2.11.0-alpha"
                    
#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 IRI.Maptor.Ket.WindowsBase@2.11.0-alpha
                    
#: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=IRI.Maptor.Ket.WindowsBase&version=2.11.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=IRI.Maptor.Ket.WindowsBase&version=2.11.0-alpha&prerelease
                    
Install as a Cake Tool

IRI.Maptor.Ket.WindowsBase

NuGet .NET

A .NET 8 (Windows) utility library providing Windows-specific helpers used by the Maptor desktop applications — hardware detection, geolocation services, and Wi-Fi network access.


Features

  • HardwareHelper — query local hardware information (e.g. machine ID, hardware fingerprinting used for licensing)
  • GoogleMapsGeolocation — geolocate the device using the Google Maps Geolocation API (Wi-Fi / cell-tower based)
  • ManagedNativeWifi (third-party) — managed wrapper around the Windows Native Wi-Fi API for scanning nearby access points; used as input for geolocation

Installation

dotnet add package IRI.Maptor.Ket.WindowsBase

Requires Windows — depends on Windows Native Wi-Fi API and Windows hardware APIs.


Project Structure

Ket.WindowsBase/
├── Helpers/
│   └── HardwareHelper.cs
├── Services/
│   └── Google/
│       └── GoogleMapsGeolocation.cs
└── ThirdPartyLibraries/
    └── ManagedNativeWifi/   # Third-party: Windows Native Wi-Fi API wrapper

📦 NuGet: IRI.Maptor.Ket.WindowsBase

🐞 Issues: GitHub Issues

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.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
2.11.0 110 7/4/2026
2.11.0-alpha 106 7/4/2026
2.10.0-alpha 103 5/7/2026
2.9.1 133 4/16/2026
2.9.1-alpha 101 4/19/2026
2.9.0 125 2/3/2026
2.9.0-alpha 123 2/3/2026
2.8.13 152 12/26/2025
2.8.13-alpha 136 12/26/2025
2.8.12 456 12/11/2025
2.8.12-alpha 250 12/11/2025
2.8.11 439 11/19/2025
2.8.11-alpha 440 11/19/2025
2.8.10 191 11/8/2025
2.8.10-alpha 176 11/8/2025
2.8.9 225 10/31/2025
2.8.9-alpha 186 10/31/2025
2.8.8 134 10/18/2025
2.8.8-alpha 207 10/19/2025
2.8.7-alpha 209 10/4/2025
Loading failed