Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.19 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.19 KB

AP1 - Ex3

Third assignment in the Course Advanced Programming 1, Written by Tommy Zaft and Idan Turkenits.

Project Structure

UML Diagram

The UML diagram of the project in a PDF format can be found here. There is also a SVG format, which can be found here (better to view it raw).

Special Parameters

// Server port number
port = 55556

// Buffer size
size = 16384

// Server timeout length in Seconds
timeout = 120

Building and Running

To build both Client and Server:

git clone https://github.com/Tom-stack3/AP1-ex3.git
cd AP1-ex3
mkdir build
cd build
cmake ..
make

Running the Server

Go to ./build/server folder. Inside run the following:

// Running the server
./Server

Running the Client

Go to ./build/client folder. Inside run the following:

// Running a client
./Client

Datasets Examples

In the ./client/data folder, there are some datasets for example, which can be used by the client for testing purposes.


Have Fun Classifying!