Hi,
I am trying to use Libosso RPC call osso_rpc_run and osso_rpc_async_run to
access function defined in the server application.

I have following questions.
1. Before calling any RPC, the caller (the client application, in our case),
needs to know the name of the service (another process) which provides the
function call, the function name, the exported path to find this function
and what parameters it requires. This information is usually published by
the D-Bus server process, which implements the corresponding service calls
through documents or XML pages.

Can you please let me know how to write document or XML page for server
process and client process?

2. If i have to write a XML page, Do i need to follow same steps as
mentioned in D-Bus implementation like running tools like dbus-binding-tool
and creation of simple gobjects?

3. My requirement is "Application 2" has to access a function define in
"Application 1" through RPC calls. Can you please mention steps that i need
to follow, if i have to implement using Libosso RPC calls?


Thanks,
Vijay
_______________________________________________
connman mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/connman

Reply via email to