Iptihar / Whittier-Tunnel

Multi thread tunneling using PTHREAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whittier-Tunnel

Multi thread tunneling using PTHREAD

The purpose is to simulate the operation of the tunnel using semaphores and a shared memory segment.

need to compile using g++ in linux environment

compile: g++ -fpermissive tunnel.cpp -lpthread -o tunnel

run: ./tunnel input.txt

About

Multi thread tunneling using PTHREAD

License:MIT License


Languages

Language:C++ 100.0%