Topic: WICD DBUS Interface specification

Hello, is the DBUS interface specification available for the WICD daemon?  I can explore the interfaces (org.wicd.daemon, org.wicd.daemon.wireless, etc.) but I need to develop a sort of stripped down client that can run on an embedded system.  I've got DBUS running, and the WICD daemon, but I am using a lot of guesswork (and looking at existing WICD client code, for KDE for example) in order to figure out what the various methods and signals do.

Is there a definitive reference to these interfaces available?

// thanks // greg //

Re: WICD DBUS Interface specification

I'd need it, too sad I'm experimenting with Python and d-bus
It is very difficult to work with D-Bus this way..
For example org.wicd.daemon.wireless.GetWirelessIP() needs an argument (d-bus variant 'v') named iwconfig, but if I try my named device (eg "wlan0") it doesn't work. I have to use GetWirelessIP("") (empty string) to get my IP address
Any help? Is there at least an IRC channel where we could meet and get information?

Thx cool

Re: WICD DBUS Interface specification

We are at #wicd on Freenode. smile