-
Notifications
You must be signed in to change notification settings - Fork 40
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
Server mode #60
Server mode #60
Conversation
Just FYI. I leave some comments in #47 about tests of this pool request. |
for debugging #60 packet reordering
with bless (working on Windows + Linux, Mac untested)
import and start server or client depending on args
socat -dd pty,rawer,link=/tmp/ttyUSB tcp:$IP:4022 socat -dd file:/tmp/soc0 tcp-l:4022
for debugging #60 packet reordering
Retested with bless 0.2.6 and blueZ 5.79 and Py 3.12: packet reordering is not an issue anymore! |
using new --name arg for clearer combined logs closes #96 also update deprecated bleak and asyncio api
value is not available at this time: '_bleak_winrt_Windows_Devices_Bluetooth_GenericAttr' object has no attribute 'attribute_handle'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
closes #47
TODO: