https://github.com/smourier/deviceexplorer
A tool that displays the hardware attached to a Windows computer, similar to Device Manager. It also shows Association EndPoints dynamically (Bluetooth endpoints, UPnP, etc.) and Bluetooth LE advertisements.
https://github.com/smourier/deviceexplorer
bluetooth device-detection device-tree dotnet dotnetcore setupapi tool windows
Last synced: about 1 year ago
JSON representation
A tool that displays the hardware attached to a Windows computer, similar to Device Manager. It also shows Association EndPoints dynamically (Bluetooth endpoints, UPnP, etc.) and Bluetooth LE advertisements.
- Host: GitHub
- URL: https://github.com/smourier/deviceexplorer
- Owner: smourier
- License: gpl-2.0
- Created: 2022-03-12T18:41:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T11:14:19.000Z (over 1 year ago)
- Last Synced: 2025-04-12T17:14:35.933Z (about 1 year ago)
- Topics: bluetooth, device-detection, device-tree, dotnet, dotnetcore, setupapi, tool, windows
- Language: C#
- Homepage:
- Size: 864 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeviceExplorer
A tool that displays the hardware attached to a Windows computer, similar to Windows' Device Manager:

It also shows Association EndPoints dynamically (bluetooth endpoints, UPnP, etc.):

It also shows Bluetooth LE advertisements dynamically:

Written with C# WPF and .NET 6, using WinRT's `Windows.Devices.Enumeration` Namespace.