SE-Projekt-LED-Detection / LED-Detection

LED-Detection is a tool for observing state leds on PCBs using a document camera.
MIT License
2 stars 2 forks source link

Application Coordinator #74

Closed morgenmuesli closed 2 years ago

morgenmuesli commented 2 years ago

Description

We need an coordinator which receives an config dictionary and forwards the given parameters to the relevant modules.

Example Dictionary

{
 "reference_path": "sample.json",
 "cam_port": 0,
 "logging_level": "DEFAULT",
 "broker_path": "mqtt://sample.com"
 "broker_port": 8883
 "visulize_results": true
 "validity_seconds": 300
 }