Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 496 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 496 Bytes

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! :)