Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 support #5

Open
geovie opened this issue May 28, 2018 · 2 comments
Open

Windows 10 support #5

geovie opened this issue May 28, 2018 · 2 comments

Comments

@geovie
Copy link

geovie commented May 28, 2018

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!

@mwylde
Copy link
Owner

mwylde commented May 28, 2018

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.

@geovie
Copy link
Author

geovie commented May 29, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants