kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
97 stars 29 forks source link

Ensure dbus object path is only valid chars #127

Closed markmcclain closed 7 months ago

markmcclain commented 7 months ago

The local name can be any utf-8 chars, but dbus requires a limited ASCII character set.

dbus-next will validate paths to ensure they're [A-Za-z0-9_]*.

Fixes #126

kevincar commented 7 months ago

Thanks for this @markmcclain !

I'll try to get this pushed to the main branch and published soon.