Difference between revisions of "Control application"

From aquarium-doc
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
* Storage of recorded data in SQL database
* Storage of recorded data in SQL database
* File-based communication to web application
* File-based communication to web application
* [[Relay Board Control|Monitoring and repair of relay board state]]


The control application makes extensive use of the [https://abyz.me.uk/rpi/pigpio/ pigpio library].
The control application makes extensive use of the [https://abyz.me.uk/rpi/pigpio/ pigpio library].
Line 21: Line 22:
The [[architecture]] of the application uses various threads.
The [[architecture]] of the application uses various threads.


The application is started automatically using system.
The application is [[automatic start by using systemd]].

Latest revision as of 08:36, 25 December 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
  • Monitoring and repair of relay board state

The control application makes extensive use of the pigpio library.

The architecture of the application uses various threads.

The application is automatic start by using systemd.