demarshalling messages

Dafydd Harries daf at rhydd.org
Thu Mar 22 15:37:55 PDT 2007


Hi,

I'm working on implementing a D-Bus based RPC mechanism for One Laptop Per
Child activities. It works by forwarding messages it receives between a local
unix socket and the network. In order to route messages efficiently, I need to
be able to examine the recipient address of outgoing messages, which entails
demarshalling the message. libdbus doesn't currently provide any API for this;
how would people recommend I do this?

-- 
Dafydd


More information about the dbus mailing list