issues
search
kevincar
/
bless
Cross-platform Bluetooth Low Energy Server Python Library
MIT License
113
stars
30
forks
source link
60 dbus next
#79
Closed
kevincar
closed
2 years ago
kevincar
commented
2 years ago
Resolves #60
Changed
Replaced txdbus dependency to dbus-next
Drop support for python 3.6
Fixed
Security issues. Requesting names on DBus is not necessary and requires inappropriate elevation of privileges. These changes remove the need for iterative introspection and request new object names.
Resolves #60
Changed
Fixed