Skip to content

The main branch has C code for sending message from Server to Client. The Caesar-ciper branch has C++/C code for sending encrypted message from Client to Server and decryting it at the server.

License

Notifications You must be signed in to change notification settings

Tawishi/Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket-Programming License: MIT

C code for sending message from Server to Client.

Running programs

  1. Compile
gcc tcp_client.c -o client
gcc tcp_server.c -o server
  1. Run
    First run the server and then the client in seperate terminal windows
./server
./client

Output

image

About

The main branch has C code for sending message from Server to Client. The Caesar-ciper branch has C++/C code for sending encrypted message from Client to Server and decryting it at the server.

Topics

Resources

License

Stars

Watchers

Forks

Languages