-
Open file directory in terminal and make sure you have a file called
client.txt
with the data to be sent to server. -
run
gcc server.c -o server
and./server
to Start the Server -
Similarly, start the client using the command
gcc client.c -o client
and./client
-
You will see that
server.txt
has now been generated with the data fetched from client side.
-
Notifications
You must be signed in to change notification settings - Fork 0
ayushvidhale/Socket-programming-in-C
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published