From: Ben M. <mon...@us...> - 2008-12-05 14:40:23
|
Hi, Is this an ongoing development of the C++ DBus bindings from? http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus/ Looking over the code, it seems very similar. I have a new example to complement the existing hal one. My new version using the Client stubs instead of using the DBus::CallMessage and invoke_method() etc. I have put my example up here for now: http://kvo.cs.uow.edu.au/~martin/halwithstubs-2008nov25.tar.gz See the README file included for some issues and build information. Comments are welcome. |
From: Andreas V. <li...@br...> - 2009-01-06 12:20:13
|
Am Sat, 06 Dec 2008 00:10:29 +1000 schrieb Ben Martin: > Hi, > Is this an ongoing development of the C++ DBus bindings from? > http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus/ > > Looking over the code, it seems very similar. I have a new example > to complement the existing hal one. My new version using the Client > stubs instead of using the DBus::CallMessage and invoke_method() etc. > > I have put my example up here for now: > http://kvo.cs.uow.edu.au/~martin/halwithstubs-2008nov25.tar.gz > > See the README file included for some issues and build information. > > Comments are welcome. Hello Ben, first sorry for not responding such a long time. Now I liked to view your example, but: You don't have permission to access /~martin/halwithstubs-2008nov25.tar.gz on this server. Did you make many changes on dbus-c++ for wengophone? Do you like to provide a patch? regards Andreas |
From: Ben M. <mon...@us...> - 2009-01-07 04:10:33
Attachments:
halwithstubs-2008nov25.tar.gz
|
On Tue, 2009-01-06 at 13:15 +0100, Andreas Volz wrote: > Am Sat, 06 Dec 2008 00:10:29 +1000 schrieb Ben Martin: > > > Hi, > > Is this an ongoing development of the C++ DBus bindings from? > > http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus/ > > > > Looking over the code, it seems very similar. I have a new example > > to complement the existing hal one. My new version using the Client > > stubs instead of using the DBus::CallMessage and invoke_method() etc. > > > > I have put my example up here for now: > > http://kvo.cs.uow.edu.au/~martin/halwithstubs-2008nov25.tar.gz > > > > See the README file included for some issues and build information. > > > > Comments are welcome. > > Hello Ben, > > first sorry for not responding such a long time. Now I liked to view > your example, but: Hey, no problem. Everybody get busy :) > > You don't have permission to > access /~martin/halwithstubs-2008nov25.tar.gz on this server. The machine at the university had some hardware issues recently and it looks like they are back. I've attached this file to this email. Being only 150kb its not a *huge* attachment. For future stuff I'll find another dumping ground for tar.gz files. > > Did you make many changes on dbus-c++ for wengophone? Do you like to > provide a patch? There is a small collection of things I'd like to do to dbus-c++. For example, if you have something that generates a class and a namespace with the same names the bindings generator will produce bad output at the moment. This happens for some of the HAL XML files. Also, being able to make a "default" client class that is usable would stop the need for a fair bit of boilerplate coding just to make use of existing dbus services. I notice you mentioned that you now have an fdo account. Was the procedure painful? I would like to get write access to the mainline dbusc++ source repository if my work is acceptable. |
From: Andreas V. <li...@br...> - 2009-01-08 22:11:26
|
Am Wed, 07 Jan 2009 14:06:18 +1000 schrieb Ben Martin: > > You don't have permission to > > access /~martin/halwithstubs-2008nov25.tar.gz on this server. > > The machine at the university had some hardware issues recently and it > looks like they are back. I've attached this file to this email. Being > only 150kb its not a *huge* attachment. For future stuff I'll find > another dumping ground for tar.gz files. http://binaryshare.com/ > > Did you make many changes on dbus-c++ for wengophone? Do you like to > > provide a patch? > > There is a small collection of things I'd like to do to dbus-c++. For > example, if you have something that generates a class and a namespace > with the same names the bindings generator will produce bad output at > the moment. This happens for some of the HAL XML files. > > Also, being able to make a "default" client class that is usable would > stop the need for a fair bit of boilerplate coding just to make use of > existing dbus services. > > I notice you mentioned that you now have an fdo account. Was the > procedure painful? I would like to get write access to the mainline > dbusc++ source repository if my work is acceptable. It wasn't painful. I followed the "howto get an account" somewhere on fdo. After requesting for the account, it took several weeks without any activity. Then I got an account. regards Andreas |