Skip to content

The goal of this project is to use IPC and Concurrent and parallel programming in a UNIX system with Python to simulate events happening at the same time. We'll simulate a city with a lot of home (each home being a different process) each house creates and consumes energy. There are transaction between houses to exchange Energy in case one produ…

Notifications You must be signed in to change notification settings

Lolo4ever/concurrent-parallel-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

concurrent-parallel-programming

The goal of this project is to use IPC and Concurrent and parallel programming in a UNIX system with Python to simulate events happening at the same time. We'll simulate a city with a lot of home (each home being a different process) each house creates and consumes energy. There are transaction between houses to exchange Energy in case one produces too much energy and have a surplus. There are weather events that can change the house consumption and production. The price for the energy also varies.

About

The goal of this project is to use IPC and Concurrent and parallel programming in a UNIX system with Python to simulate events happening at the same time. We'll simulate a city with a lot of home (each home being a different process) each house creates and consumes energy. There are transaction between houses to exchange Energy in case one produ…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages