Skip to content

Releases: oscaracena/pygattlib

New version: gattlib-dbus!

21 Dec 08:57
Compare
Choose a tag to compare
Pre-release

This is a new approach of the same library, using D-Bus. Is written in pure Python, so no need to compile anything.
Here we provide a first release in Debian format. Feel free to test it and comment any issues you have.

Happy coding!

v.20210616

15 Jun 10:19
Compare
Choose a tag to compare

What's Changed

  • avoid deadlock when handling notifications/indications by @jsgh in #13
  • Don't free error in connect callback, the caller expects to be able to do so. by @jsgh in #22

Full Changelog: v.20201113...v.20210616

Some serious improvements, see PR from @jsgh

13 Nov 12:40
Compare
Choose a tag to compare

v.20200915

15 Sep 11:29
Compare
Choose a tag to compare

Simplify check_channel(), don't wait (too much) on error.

v.20200911

11 Sep 11:23
Compare
Choose a tag to compare

Bugfix: remove GIL release on write_by_handle method. This caused a segfault when an exception was thrown.

Repackage and remove support for Python v2

10 Sep 08:52
Compare
Choose a tag to compare

This release is a working version for Python 3.