Main Page: Difference between revisions

From Aquarium-Control
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
!|Programming language
!|Programming language
|-
|-
||timestamp
|| AquariumControl Android Mobile App
||string
|| AquariumControl API
||balling_log.Timestamp
|| AquariumControl Controllino Relay Actuator
||timestamp
|| AquariumControl Database
|| AquariumControl iOS Mobile App
|| AquariumControl Main Control
|| AquariumControl Terminal Client
|| AquariumControl Test Server
|| AquariumControl Webpage
|-
|-
||pump id
|| [[Android application]]
||integer number
|| [[REST API]]
||balling_log.pumpid
|| Arduino-based [[Safety Controller]] for relay actuation
||pumpId
|| [[SQL database]] using MariaDB
|| [https://getapp.cc/app/6480310799 App for Apple mobile devices]
|| [[Control application]]
|| [[Terminal client]] for communication with the main control
|| [[Dynamic Webpage]]
|-
|-
||dosing volume
|| Kotlin
||floating point number
|| php
||balling_log.dosingvolume
|| C
||dosingVolume
|| SQL
|-
|| Swift
||label
|| Rust
||string
|| Rust
||balling_set_vals.label
|| Java Script
||label
|-
|-
|}
|}


{| class="wikitable"
|- Repository name
! AquariumControl Android Mobile App
! AquariumControl API
! AquariumControl Controllino Relay Actuator
! AquariumControl Database
! AquariumControl iOS Mobile App
! AquariumControl Main Control
! AquariumControl Terminal Client
! AquariumControl Test Server
! AquariumControl Webpage
|- Description
| [[Android application]]
| [[REST API]]
| Arduino-based [[Safety Controller]] for relay actuation
| [[SQL database]] using MariaDB
| [https://getapp.cc/app/6480310799 App for Apple mobile devices]
| [[Control application]]
| [[Terminal client]] for communication with the main control
| [[Dynamic Webpage]]
|- Language
| Kotlin
| php
| C
| SQL
| Swift
| Rust
| Rust
| Java Script
|}


The control application, the REST API, the webpage and the SQL database are designed to run on a [https://www.raspberrypi.org Raspberry Pi].
The control application, the REST API, the webpage and the SQL database are designed to run on a [https://www.raspberrypi.org Raspberry Pi].

Revision as of 17:51, 26 December 2025

This is the Aquarium Control developer documentation.

Aquarium-Control is a control system for salt-water aquariums.

The main features include:

The components of the control system are assembled in one control cabinet.

Aquarium-Control consists of the following SW elements:

Repository name Description Programming language
AquariumControl Android Mobile App AquariumControl API AquariumControl Controllino Relay Actuator AquariumControl Database AquariumControl iOS Mobile App AquariumControl Main Control AquariumControl Terminal Client AquariumControl Test Server AquariumControl Webpage
Android application REST API Arduino-based Safety Controller for relay actuation SQL database using MariaDB App for Apple mobile devices Control application Terminal client for communication with the main control Dynamic Webpage
Kotlin php C SQL Swift Rust Rust Java Script


The control application, the REST API, the webpage and the SQL database are designed to run on a Raspberry Pi.