Skip to content

This application implements a client server model using C language where images stored on server are downloaded by client program that requests it. Downloaded images are verified whether corrupted or not using md5 checksum. This program was written as an assignment for Operating Systems course under Professor Tian He

Notifications You must be signed in to change notification settings

agarw081/ImageCatlog-ClientServerModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageCatlog-ClientServerModel

This application implements a client server model using C language where images stored on server are downloaded by client program that requests it. Downloaded images are verified whether corrupted or not using md5 checksum. This program was written as an assignment for Operating Systems course under Professor Tian He

Student Name1: Jayanth Avasarala. Student Name2: Umang Agarwal.

Student ID1: 5108471. Student ID2: 5108031.

To compile the program, type 'make' from the directory the source files are in. To run the server program, type ./server . To run the client program in passive mode, type ./client <ip_address> <file_type>. To run the client program in interactive mode, type ./client <ip_address> .

About

This application implements a client server model using C language where images stored on server are downloaded by client program that requests it. Downloaded images are verified whether corrupted or not using md5 checksum. This program was written as an assignment for Operating Systems course under Professor Tian He

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published