https://github.com/akronae/bluetooth-le-windows
Example use of Bluetooth LE with .NET
https://github.com/akronae/bluetooth-le-windows
Last synced: about 1 year ago
JSON representation
Example use of Bluetooth LE with .NET
- Host: GitHub
- URL: https://github.com/akronae/bluetooth-le-windows
- Owner: Akronae
- Created: 2023-09-10T13:46:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T15:18:21.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T23:41:53.452Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bluetooth-le-windows
> A tool to send & receive data using Bluetooth LE on Windows
This program is not robust, it lacks in-depth error checking, and probably some general code elegance, but you can view it as some way to get started with the Bluetooth LE WinRT API.
Took me quite a lot of time to glue the pieces together.

