项目作者: john-fotis

项目描述 :
IPC - Simulation of a server-client communication with encryption and channel parameters (noise)
高级语言: C++
项目地址: git://github.com/john-fotis/OS1.git
创建时间: 2020-11-22T19:08:43Z
项目社区:https://github.com/john-fotis/OS1

开源协议:

下载


IPC - Simulation of a server-client communication with encryption and channel parameters (noise)

C++ project

What you need:

- A Linux Distribution OS

- In terminal:

sudo apt install g++ -y

sudo apt install make -y

In the project folder, open 5 terminals

Terminal 1

make all

./p1.ex

Terminal 2

./encoder2.ex

Terminal 3 (optional decimal parameter)

./channel.ex 0.5

Terminal 4

./encoder2.ex

Terminal 5

./p2.ex

Enjoy! :)