Tool/software: TI-RTOS
I am looking for support for Sun RPC (Remote Procedural Call) with the Ti RTOS.
are there existing libraries for sun RPC on the Ti RTOS ?
Is it possible to port the Sun RPC library which is part of glibc , for the Ti RTOS?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
I am looking for support for Sun RPC (Remote Procedural Call) with the Ti RTOS.
are there existing libraries for sun RPC on the Ti RTOS ?
Is it possible to port the Sun RPC library which is part of glibc , for the Ti RTOS?
Thanks for the inputs,
Adding few more details
I already have a POSIX interface for socket communication up and running,
I am trying to assess the the efforts involved in getting up an RPC(Remote Procedural Call) framework
preferably Sun RPC (aka ONC RPC) to work on the Ti RTOS.
I could hack together a rudimentary RPC framework ,
but I am trying to avoid this for now.
I would be open to any method involving recompiling Sun RPC library from glibc as well.