Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 511 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 511 Bytes

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