Difference between revisions of "Control application"

From aquarium-doc
Jump to navigationJump to search
Line 17: Line 17:
* File-based communication to web application
* File-based communication to web application
* Recording of WebCam picture
* Recording of WebCam picture
The control application makes extensive use of the [https://abyz.me.uk/rpi/pigpio/ pigpio library].

Revision as of 14:17, 27 March 2022

The main control application of Aquarium control implements the following features:

Additionally, the main control application implements the following supporting features:

  • HW-Tests
  • Text-To-Speech interface
  • Logging
  • Command interface to receive instructions from outside of the application
  • Storage of recorded data in SQL database
  • File-based communication to web application
  • Recording of WebCam picture

The control application makes extensive use of the pigpio library.