Skip to content

NEJANX/TraX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Compile the Server: bash gcc TraX_Server.c -o TraX_Server -lpthread

  2. Run the Server:

      ./TraX_Server
  3. Compile the Client:

      gcc TraX.c -o TraX -lpthread
  4. Run the Client:

      ./TraX <server_ip>

    Replace <server_ip> with the IP address of the server, for example:

      ./TraX 127.0.0.1

About

A real-time private group chat app in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages