Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.