mlombardia / so_tp3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation

> gcc -o server server.c
> gcc -o client client.c

Play

(1) Run the server in a terminal

./server

(2) Run the client in a different terminal

./client

(3) Follow the instructions

Server-Client auto test

(1) Run the server in a terminal

./server

(2) Run test in a different terminal

./answerCheck.sh | ./client

About


Languages

Language:C 97.4%Language:Makefile 1.3%Language:Assembly 0.9%Language:Shell 0.5%