You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm currently toying around with an Windows 10 implementation (using winrt-rust) of rumble.
If you are interested in it I could create a PR!
For now connecting, discovering characteristics, reading and getting notified about a value change are working.
The rest is still to do as I wasn't able to understand the correct working of these API parts..
Thanks!
The text was updated successfully, but these errors were encountered:
That's great! Please let me know if there's anything in the common API that's too linux/bluez specific. I tried to keep the functionality generic, but I'm not very familiar with other bluetooth stacks. And definitely happy to accept PRs and answer questions.
Thanks, I created #6 (work in progress).
I'm not using start_handle and end_handle as they are not exposed by the windows api, instead GattCharacteristic 'objects' are used. Because part of rumble's api uses theses start and end handles I was not able to implement some of the parts.
Hi,
I'm currently toying around with an Windows 10 implementation (using winrt-rust) of rumble.
If you are interested in it I could create a PR!
For now connecting, discovering characteristics, reading and getting notified about a value change are working.
The rest is still to do as I wasn't able to understand the correct working of these API parts..
Thanks!
The text was updated successfully, but these errors were encountered: