The svrcom library contains the TCP/IP socket connection utilities. It is a set of functions to initialize, read, write and close sockets for remote communication between the remote panel/trace/gba client and servers. All OS-dependent parts are placed under the “#ifdef” operators and self documented.
The library consists of one file rcomm_util.c, which contains the following OS-dependent routines:
● InitializeWinSock() (for Windows only)
● HandleSigPipe() (for Unix only)