Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asifsanjary/find_all_wireless_devices_csharp
Find All Wireless Devices CSharp
https://github.com/asifsanjary/find_all_wireless_devices_csharp
csharp wireless
Last synced: about 1 month ago
JSON representation
Find All Wireless Devices CSharp
- Host: GitHub
- URL: https://github.com/asifsanjary/find_all_wireless_devices_csharp
- Owner: asifsanjary
- Created: 2024-07-08T06:36:22.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T06:38:19.000Z (6 months ago)
- Last Synced: 2024-07-20T10:29:56.522Z (6 months ago)
- Topics: csharp, wireless
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FindAllDevices
Currently finding only Bluetooth or Bluetooth Low Energy connected devices for a definite purpose
## References
- [DeviceEnumerationAndPairing - GitHub Example](https://github.com/Microsoft/Windows-universal-samples/tree/main/Samples/DeviceEnumerationAndPairing)
- [DeviceWatcher Class](https://docs.microsoft.com/en-us/uwp/api/windows.devices.enumeration.devicewatcher?view=winrt-20348)
- [Enumerate devices](https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/enumerate-devices?view=winrt-20348)
- [Enumerate devices over a network](https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/enumerate-devices-over-a-network?view=winrt-20348)