Skip to content

Two applications: client and server. Written as a solution to test task #1.

Notifications You must be signed in to change notification settings

parinovK/Client-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Client-Server


Two applications: client and server. Written as a solution to test task #1.

IDE - Visual Studio 2022

Programming language - C++

Иллюстрация к проекту


How to use it?

Server

Run on the command line (CMD) with parameters: IP PORT Directory_to_save

Ex.: Server.exe 127.0.0.1 5555 temp

Client

Run on the command line (CMD) with parameters: IP PORT UDP_PORT Path_to_File timeout_in_ms

Ex.: client.exe 127.0.0.1 5555 54000 unknown.png 500

About

Two applications: client and server. Written as a solution to test task #1.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages