parag0n
Member
- Joined
- Dec 17, 2005
- Messages
- 324
Does anyone in the know have any idea if the pandora's OS will support the DBus IPC?
DBus is an interprocess communications protocol, used in modern linux distributions for everything from bluetooth control, to network (wired and wireless), to hardware abstraction.
Essentially, it lets any program connect and control any part of the machine's hardware accessible through DBus. I have personally used it for a little python app that checked a laptop's battery (via HAL) & network connectivity (via network-manager) before launching a connection to another machine, and it trimmed down the development time from a few days to an afternoon.
DBus is an interprocess communications protocol, used in modern linux distributions for everything from bluetooth control, to network (wired and wireless), to hardware abstraction.
Essentially, it lets any program connect and control any part of the machine's hardware accessible through DBus. I have personally used it for a little python app that checked a laptop's battery (via HAL) & network connectivity (via network-manager) before launching a connection to another machine, and it trimmed down the development time from a few days to an afternoon.