File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Socket Programming in C
2
+
3
+ Socket programs are used to communicate between various processes usually running on different systems, mostly used to create a client-server environment. This repository contains the basic programs coded in C.
4
+
5
+ ## List of Programs
6
+
7
+ 1 . [ Chat (TCP)] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/01-Chat-TCP )
8
+
9
+ 2 . [ Chat (UDP)] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/02-Chat-UDP )
10
+
11
+ 3 . [ Age] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/03-Age-UDP )
12
+
13
+ 4 . [ Authentication] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/04-Authentication-TCP )
14
+
15
+ 5 . [ IP address] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/05-IP%20address-TCP )
16
+
17
+ 6 . [ MAC address] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/06-MAC%20Address-TCP )
18
+
19
+ 7 . [ Dictionary] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/07-Dictionary-TCP )
20
+
21
+ 8 . [ File handling] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/08-File%20Handling-TCP )
22
+
23
+ 9 . [ Date and time] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/09-Date%20and%20Time-UDP )
24
+
25
+ 10 . [ Parity check] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/10-Parity%20Check-TCP )
26
+
27
+ 11 . [ CRC] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/11-CRC-TCP )
28
+
29
+ 12 . [ File transfer] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/12-File%20Transfer-TCP )
30
+
31
+ 13 . [ Basics of UDP] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/13-Basics%20of%20UDP )
32
+
33
+ 14 . [ Basics of TCP] ( https://github.com/shruthi64/Socket-Programming-in-C/tree/main/14-Basics%20of%20TCP )
34
+
You can’t perform that action at this time.
0 commit comments