mehdibaha / parking

🏫 Multi-threaded application for parking lot simulation written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parking

Parking is a simulation application for managing simultaneous entries/exits in a n-slot parking lot.

This was a school project to use concurrent programming in a real-life application.

##Build And Run

make
./Parking

Tools

A tool 'run.sh' is provided to check if there was any leakage of processors or IPCS (semaphores, message queues...).

##Dependencies (All available on tp-multitache folder)

  • ncurses
  • tcl
  • libtp

About

🏫 Multi-threaded application for parking lot simulation written in C


Languages

Language:C++ 65.6%Language:C 32.8%Language:Shell 1.0%Language:Makefile 0.6%