Installation

Installing Prerequisites: CMake

Please install cmake.

Step 1: Clone this project

git clone https://github.com/ahakan/etecube.git   

Step 2.2: Build this project with CMake

cd without_rsa
mkdir build && cd build
cmake .. 
make

Usage

cd server           
./server 8080       

and

cd client           
./client 8080