Skip to content

This is a project that uses the POSIX threads with a team of two.

Notifications You must be signed in to change notification settings

CemKutlar/Spacecraft-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spacecraft-Simulation

This is a project that uses the concepts of scheduling, synchronization, multi-threading and deadlock prevention in operating systems by using POSIX threads (pthreads) API.

To compile type "make"

To remove the executable files type "make clean"

To run the simulation type "./simulation"

Run with the command line arguments:

-p for probablity

-t for simulaton time

-s for seed

-n for debug start time

Example run: ./simulation -t 120 -n 30

About

This is a project that uses the POSIX threads with a team of two.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published