Skip to content

samuel40791765/ImageServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageServer

This program allows two IP addresses on the same network to send images to each other.

Use Linux to run

  1. Compile both the server and client cpp file g++ server.cpp -o imageServer g++ client.cpp -o imageClient

  2. Make sure the port numbers are the same and which IP address you are on. Ready two image files to be sent.

  3. Run both of the Unix Executable in two different windows. ./imageServer

./imageClient

About

sending images over the Internet with sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages