Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T09:59:36.000Z (11 months ago)
- Last Synced: 2024-10-29T11:34:48.433Z (22 days ago)
- Topics: bluetooth, device-detection, device-tree, dotnet, dotnetcore, setupapi, tool, windows
- Language: C#
- Homepage:
- Size: 864 KB
- Stars: 19
- Watchers: 4
- 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:![Device Explorer](Images/DeviceExplorer.png?raw=true)
It also shows Association EndPoints dynamically (bluetooth endpoints, UPnP, etc.):
![Device Explorer BLE](Images/DeviceExplorerBLE.png?raw=true)
It also shows Bluetooth LE advertisements dynamically:
![Device Explorer BLE Adds](Images/DeviceExplorerBLEAdds.png?raw=true)
Written with C# WPF and .NET 6, using WinRT's `Windows.Devices.Enumeration` Namespace.