-
Notifications
You must be signed in to change notification settings - Fork 490
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
Support for Mac OS X (10.9, 10.10) #44
Comments
https://bitbucket.org/OscarAcena/pygattlib does this, you can have a look at how they integrated the OSX part and the abstraction layer there. I would also say that bluepy could improve upon this point - being cross platform would be a major advantage. |
@Wind-rider are you syaing pygattlib supports OSX? When I try to install it on OSX I get:
Full error:
|
@mritchie712 I'm sorry, I must have confused it. However here https://github.com/matthewelse/bleep/ says to have experimental OSX support besides Linux support, with two backends as shown in https://github.com/matthewelse/bleep/blob/master/bleep/backend.py. This could be an example for bluepy? |
@Wind-rider that looks promising, thanks! |
@mritchie712 did you get past the issue? I'm battling the same right now. |
No, I ended up using ionic (JavaScript framework) instead |
Realistically, Mac OS support isn't going to be added to Bluepy any time soon. Interested parties might want to look at https://github.com/TheCellule/python-bleson, which supports Mac OS but is still somewhat under development. |
Bummer but thanks for letting us know |
bluepy and bluepy-helper depend on Linux's bluez.
It would be a useful thing to have an abstraction layer that let you write the same python code for both Mac OS X and Linux, along the lines of what noble does for node.js.
Tracking any specific issues here.
The text was updated successfully, but these errors were encountered: