RMC Usage examples ------------------ There are several RMC test programs that are written to function as RMC usage examples. These include the following: rmc_client - tests client-side function and demonstrates client usage. rmc_server - tests server-side function and demonstrates server usage. Two sets of these test are provided: SSC-side and EEE-side. The SSC-side tests demonstrate RMC in both the inet address domain and the EEE address domain. Related, it demonstrates the use of the synchronous convenience routines and the more powerfull async primitives.o The SSC-side rmc_server test demonstrates msg synchronization using the blocking rmc_waitfor_msg() call and outer selects and the rmc_get_complete_msg() calls. The EEE-side version are primarily the same code, restricted to async support only.