Skip to content

LMazzole/SmartFactoryBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Box

The Code includes comments to give a better understanding of what is happening in the Code.

If you with to see some graphs and get more explanation, I'll refer to my documentation (ask here for permission).

The Code is written in C++ on the Framework Platformio (IDE: Visual Studio Code).

Communication Model

sequenceDiagram
SmartBox -->> Vehicles: I'm full
Vehicles -->> SmartBox: here are my Parameters
SmartBox-->> Vehicles : ok, I'm asking for VehicleX
Vehicles -->> SmartBox: VehicleX is coming
Vehicles -->> SmartBox: VehicleX is transporting Box
Vehicles -->> SmartBox: VehicleX has transported and returned Box
Note right of Vehicles : Asynchronous <br/> MQTT communication



Loading

Packages

No packages published

Languages

  • C++ 95.8%
  • C 2.5%
  • Shell 1.7%