Skip to content

Instantly share code, notes, and snippets.

View fmntf's full-sized avatar

Francesco Montefoschi fmntf

View GitHub Profile
#!/usr/bin/python
import sys
import time
import dbus
from optparse import OptionParser, make_option
bus = dbus.SystemBus()
manager = dbus.Interface(bus.get_object("org.bluez", "/"),