Porting Embedded Rapid Prototyper Run-Time Libraries : Target Dependent Areas in the RTL : Files and Libraries : Server Communication Utilities Library

Server Communication Utilities Library

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)