-
Compile the Server:
bash gcc TraX_Server.c -o TraX_Server -lpthread -
Run the Server:
./TraX_Server
-
Compile the Client:
gcc TraX.c -o TraX -lpthread
-
Run the Client:
./TraX <server_ip>
Replace
<server_ip>with the IP address of the server, for example:./TraX 127.0.0.1
niexoc/TraX
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|