Skip to content

This repository contains the project of the "Operating Systems" subject of the National Institute of Telecommunications - INATEL, which aims to apply and practice the concepts of threads.

License

Notifications You must be signed in to change notification settings

jvoliveirag/Projeto-Threads-C012

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Projeto-Threads-C012

This repository contains the project of the "Operating Systems" subject of the National Institute of Telecommunications - INATEL, which aims to apply and practice the concepts of threads.


The ideia 💡

The ideia is basicaly create a simmulation of a bunch of sensors that need to be read simultaneously.

Using Threads 🧵

To do so, I applyed the concepts of Threads, with python in order to create a program able to monitor the value - and the state (if it's alarmed or not) - of the sensors at the "same time".

Mongo 🍃

To store the (fake) sensor data I used the MongoDB Compass and connected it localy with the application, so the sensors could be updated and their values checked all the time.

Conclusion ⚖️

After the tests and seeing the results we can conclude that using Threads is a powerful way to improve our applications in terms of time and execution, since we need to do things "simultaneously".

About

This repository contains the project of the "Operating Systems" subject of the National Institute of Telecommunications - INATEL, which aims to apply and practice the concepts of threads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages