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

https://github.com/djaus2/windowsdevices

Windows 10 UWP (Universal) Apps for accessing devices, including on IoT
https://github.com/djaus2/windowsdevices

Last synced: about 1 year ago
JSON representation

Windows 10 UWP (Universal) Apps for accessing devices, including on IoT

Awesome Lists containing this project

README

          

# WindowsDevices
Windows 10 UWP (Universal) Apps for accessing devices, including on IoT. Target is desktop and IoT although should run on Win 10 Phone.

## Projects

1. **./DeviceWatcher**
Dynamically enumerates all device interfaces (i.e. devices) on the system. Can apply various filters such only USB. Xaml layout is probably not suitable for phone. Like Device Manager.

2. **./HIDSample**
Enumerates USB HID devices on a system. Requires specific VID,PID, UsagePageID and UsageID. Can look up UsagePageID and UsageID for HID Device Class.