Skip to content

Commit

Permalink
Updated readme & images.
Browse files Browse the repository at this point in the history
  • Loading branch information
smourier committed Jul 23, 2023
1 parent 96c7556 commit 79bfb40
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
Binary file modified Images/DeviceExplorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/DeviceExplorerBLE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/DeviceExplorerBLEAdds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# 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, etc.)
A tool that displays the hardware attached to a Windows computer, similar to Windows' Device Manager:

![Device Explorer](Images/DeviceExplorer.png?raw=true)

Written with C#, using WinRT's `Windows.Devices.Enumeration` Namespace.
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.

0 comments on commit 79bfb40

Please sign in to comment.