Skip to content
/ OS1 Public

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

Notifications You must be signed in to change notification settings

john-fotis/OS1

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published