libtirpc

Port of Sun's Transport-Independent RPC library to Linux

brewmacoslinux
Try with needOr install directly
Source

About

Port of Sun's Transport-Independent RPC library to Linux

Commands

rpcgen

Examples

Generate C code from an RPC protocol definition file$ rpcgen -c myprotocol.x -o myprotocol.c
Generate server-side RPC code from protocol specification$ rpcgen -s tcp myprotocol.x -o myprotocol_server.c
Generate client-side RPC code from protocol specification$ rpcgen -l myprotocol.x -o myprotocol_client.c