sfuphantom / DAQ

0 stars 0 forks source link

Added mqtt handler and testing object to simulate data in queue #1

Closed mkamalel closed 2 years ago

mkamalel commented 2 years ago

I created mqtt_handler.py to act as the client, it subscribes to a shutdown topic and sets a GPIO output. It publishes all the sensor data to corresponding topics. Also, I added daq_controller_tester.py and a test mode on the daq controller in order to simulate sensor data in the queue and test all the topics.