Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 296 Bytes

sensors_simulation

sensors simulation

This simple network sensor simulation: There is a network of connected sensors that are passing messages between each other. Every sensor @lives@ in its own thread. The aim is to avoid wait and busy situation.

C++ 11 features are used.