It is all around socket programming. I got my client and server worked, it is just a simple socket programming with read() and write().
Suppose I know there is a function at the server side: void foo(char *bar). Is it possible from client to call this function? if yes, how can i do this? what should i do?