DRJ-14/custom-udp-protocol-data-transfer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1. Go to the Source code folder. 2. Open terminal window 3. Compile code by : gcc Server.c -o Server 3. Run - ./server 4. Open another terminal window gcc Client.c -o Client 5. Run - ./client