Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

0x50f13/ShaperSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Networks HW-2

Networks at FCS Homework-2

Requirements

  • POSIX-compitiable operating system
  • docker
  • docker-compose
  • bash>=3.2
  • tput

Building & running

Automatic

Automatic build only was tested on Mac OS X(10.15.7).

./build.sh all # Probably sudo will be required to run docker

This command will also run docker-compose.
NOTE: It is important to run ./build.sh from one directory with Buildfile(i.e. project root)

Manual

If for some reasons automatic build failed(e.g. unstatisfied dependedncy) you can build it manually:

cd src/client 
docker build -t client .
cd ../server
docker build -t server .
cd ../..
docker-compose up

License

Licensed under GNU/GPL 3.0 since open-source compenents are used from ddos2.

About

Yet another homework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published