next up previous
Next: Processing flow Up: System configuration Previous: Modules of the

Modules of the client

The source file directory is Kappa/src/irpr/irpr_client.

main(irpr_client.kl1)
The client module of irpr. Firstly, it sends the service name. Secondly, it sends a commmand parameter to specify the operation. Finally, it writes the contents of standard input to the socket and writes output contents of the socket to standard output.
irpr_lib(irpr_lib.kl1)
The library of irpr. The main functions are to write data from standard input to the socket and to write data from the socket to standard output. An idea of efficiently inputting string from the socket is implemented.