| alsuren ( @ 2007-04-04 00:42:00 |
Simplified D-Bus interface
I hacked together a little bit of python to help anyone who wants to control dbus from a command line, or from python. If anyone wants to submit patches, they're more than welcome. Check my userinfo for contact details, or just post a comment to this entry (it will automatically get forwarded to my email address)
http://people.pwf.cam.ac.uk/dl325/m edia/code/thebus.py
Hope you enjoy it. It's supposed to be the D-Bus equivalent of the command line dcop program for KDE3's DCOP, but (it being python) it also doubles as a module that you can use in your code.
I hacked together a little bit of python to help anyone who wants to control dbus from a command line, or from python. If anyone wants to submit patches, they're more than welcome. Check my userinfo for contact details, or just post a comment to this entry (it will automatically get forwarded to my email address)
http://people.pwf.cam.ac.uk/dl325/m
Hope you enjoy it. It's supposed to be the D-Bus equivalent of the command line dcop program for KDE3's DCOP, but (it being python) it also doubles as a module that you can use in your code.