Skip to content

GoodSingularity/VirtualDisc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualDisc

new repo

##Instructions

#compilation: g++ server.cpp -o server -std=c++11 -fopenmp

#running server, 30 threads: env OMP_NUM_THREADS=30 ./server

#running client: ./client ip 8888 filename

You can watch how the app works on https://streamable.com/vzjblb

Releases

No releases published

Packages

No packages published

Languages