d-bus的资源比较分散,同时没有系统地介绍,大多是个人记录下来的,不过写的也都不错。这里列了这些链接,基本上就不用再google了
D-Bus是一种新型的消息系统,并逐渐用于linux系统中,取代传统的IPC,由于工作需要开始学习D-Bus.目的是在现有的media player基础上,增加d-bus 的机制,通过上层传递消息,来控制player的功能。
d-bus的资源列表:
认识d-bus
中文:
1、初步认识D-Bus,以及一个简单例子
使用 D-BUS 连接桌面应用程序
http://www.ibm.com/developerworks/cn/linux/l-dbus.html
2、[推荐]一个非常好的博客,博主是做手机平台研发的
http://blog.csdn.net/cuijpus/archive/2008/01/30/2073962.aspx
3、另外一篇,讲得比较乱,但也有点新东西
http://www.robotercoding.com/blog/?p=23
英文:
1.[recommend] A very good tutorial for d-bus
http://dbus.freedesktop.org/doc/dbus-tutorial.html
2.English wiki
http://en.wikipedia.org/wiki/D-Bus
3.The D-Bus organization documents
http://www.freedesktop.org/wiki/Software/dbus
d-bus代码相关
1. low-level D-Bus C API
http://dbus.freedesktop.org/doc/api/html/index.html
2.Using the D-bus C AOI
http://dbus.freedesktop.org/doc/dbus/libdbus-tutorial.html
3.D-bus download and install(not checked)
http://www.linuxfromscratch.org/blfs/view/svn/general/dbus.html
4.Wrapper for the low-level D-bus C API--libosso
http://maemo.org/api_refs/4.0/libosso/index.html
推荐中文的1,2,英文的1,2,3都比较不错