Dmytro Yaroshenko
Dmytro Yaroshenko
This is the work in progress PR that tries to implement `bleak`-compatible backend for `CircuitPython` This PR is relative to #1812 issue ### Keynotes * For now the only `BleakScanner`...
Added Bitchat Bluetooth Mesh Service and Characteristic UUIDs, [Referred to official Bitchat repo](https://github.com/permissionlesstech/bitchat).
I have a sample solution to get bleak working on `CircuitPython`. For now I able to run BleakScanner on my `esp32-s3` with no issues. The general problem is some built-in...
Bleak has too much repeating conditional imports that do the same things, some of them are deprecated and can be simplified with `typing_extensions` It should be refactored to some single...
I'm working on bleak compatible backend for pythonista iOS app, for now I done `BleakScanner` backend based on `pythonista.cb` and starts with `BleakClient`. Now it is [bleak-pythonista](https://github.com/o-murphy/bleak-pythonista) side-party library ###...
What about wrapping bleak to TCP or WebSocket bridge? I think it is possible to make bleak wrapper that will allow BleakScanner and BleakClient usage over tcp/WebSocket, maybe with grpc....
Hi, dudes! As we all know, the project has no maintanence at least 5 years, but there some changes not applied from PRs and there are no compatible wheels published...
If some script change `sys.stdout`, `sys.stderr`, `sys.stdin` on runtime, there are no reset to original ones on second and future scripts executions. All next executions will use redefined IO, in...
We need replacement for `Crypto`, cause it's deprecated a years ago. The best ones is `PyCryptodome` or `cryptography`