Hello and welcome to my github pages. I created these pages to highlight and navigate the various projects I have worked on over the years. Some are school projects, some work related and most are done for fun. Some projects are set to private due to rights restrictions or due to being an assignment for a school class.
This is a list of edison projects that were done while in school. All this projects were done as group projects and are link to the groups respositories.
This project we programmed and demoed a simulated traffic intersection withlights. The program is deisgn to run on multiple Edisisons to highlight message passing, balancing, traffic control and throughput. We balanced timings for lights, with locking controls for "fair" traffic control.
Project Code: Traffic Controll
Roller Coaster is a project that balances wait times for people at turn stytles and people riding cars. The point of this assignment is message passing and balancing.
Project Code: Rollercoaster
Classic locking problem. This was designed to run on edisions, and prevent from getting any deadlocks or issues.
Project Code: Dining Philosophers