Alexander Shlemin

Results 39 comments of Alexander Shlemin

The ability to be used from a service context is added in 1.0.8. Also, `require_bluetooth_enabled` and `require_runtime_permissions` [decorators](https://herethere.me/able/api.html#decorators) are added to prepare adapter and permissions before service is started. Usage...

Thanks for raising this issue. Peripheral mode is not currently implemented in this library, I think it is worth to implement it in the future. There is definitely a capability...

There is progress in this direction, since #26 it is possible to advertise: - https://herethere.me/able/examples.html#advertising - https://herethere.me/able/api.html#advertisement

Yes, I have not check how difficult it would be to implement background scans, but switch to BluetoothLeScanner methods is planned.

Multiple hardware connections should be possible, but with separate `BluetoothDispatcher` instance for each connection.

Hi, When using buildozer, just adding `able_recipe` to the `buildozer.spec` requirements should be enough. Example: https://github.com/b3b/able/blob/master/examples/alert/buildozer.spec Is there some kind of build error or maybe errors while importing the `able`...

'ANDROIDAPI' environment variable should not be set directly, it is set by the `buildozer` during the build process. And the check in setup.py is to make sure that library is...

@CineIta Is your new app working, or maybe some problems remain? Bonded devices should be available via the `BluetoothDispatcher.bonded_devices` property.

Visualization of the difference in packet processing between Tempesta and Nginx. Backend -> Proxy packets are in red, Proxy -> Client are in green. ## Tempesta ![tempesta](https://user-images.githubusercontent.com/1408660/195086454-17460299-1acb-4381-84a4-d88d912496db.png) ## Nginx default...

Nginx log wnen backend closes the connection in the middle of a transfer: ``` 2022/10/10 16:15:12 [error] 387031#387031: *1 upstream prematurely closed connection while reading upstream, client: 127.0.0.1, server: tempesta-tech.com,...