Skip to content

Server receives the data from client, writes protocol file and returns to client number of writes in source data. Client writes it number to protocol file

Notifications You must be signed in to change notification settings

ilyalesik/magnit_server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magnit_server

Client reads .csv file, and send the data to server. Server receives the data from client, process it, writes protocol file and returns to client number of writes in source data. Client writes it number to protocol file

build

In root directory:

  • cmake .
  • make -j10

run

Server In server directory:

  • ./server

Client In client directory:

  • ./client <path_to_file.csv>

About

Server receives the data from client, writes protocol file and returns to client number of writes in source data. Client writes it number to protocol file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • CMake 2.5%