I am trying to implement a RPC mechanism in an embedded SoC. The SoC has a dual-core cortexA9, with one core running ThreadX and the other running Linux 3.8.
My question is:
- Is Sunrpc a good choice for this?
- As far as I know, sunrpc on Linux only supports UDP/TCP transport. Is it possible to add a proprietary transport? Is so, do I have to hack both user-space and kernel code?
Thanks Joey