Hi,

I have requirement to build RPC based messaging system on Android.

On the target NFS client and NFS server (as loopback device) should be
running.
The messages are not actually RPC but derivative of RPC. So there is a
server which converts these messages to SUN RPC messages and then NFS
client is used to generate procedure calls on NFS server.

My system looks somewhat like this

--------------------------------------------------------->
---------------->  SUN RPC format --------------->
-------------------

RPC requests(not in SUN RPC format) <----------->Converter
<---------------------->NFS Client <-------->NFS Server
<----------------------------------------------------------
<----------------                          <----------------
<-------------------
In android there is no glibc support.
So how to do this in Android? Is there any RPC library in bionic libc?

Thanks,
Hemant

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to