-
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
-
Notifications
You must be signed in to change notification settings - Fork 0
A real-time private group chat app in C
License
NEJANX/TraX
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A real-time private group chat app in C
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published