Main Page: Difference between revisions

From Aquarium-Control
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 15: Line 15:
Aquarium-Control consists of the following SW elements:
Aquarium-Control consists of the following SW elements:


 
{| class="wikitable"
{| class="wikitable"  
|-
!- Repository name
!|Repository name
! AquariumControl Android Mobile App  
!|Description
! AquariumControl API
!|Programming language
!- Description
|-
 
|| [https://bitbucket.org/in-dubio/aquariumcontrol-android-mobile-app/ AquariumControl Android Mobile App]
|- Language
|| [[Android application]]
|| Kotlin
|-
|| [https://bitbucket.org/in-dubio/aquariumcontrol-api AquariumControl API]
|| [[REST API]]
|| php
|-
|| [https://bitbucket.org/in-dubio/aquariumcontrol-controllino-relay-actuator AquariumControl Controllino Relay Actuator]
|| [[Arduino-based relay actuation]]
|| C
|-
|| [https://bitbucket.org/in-dubio/aquariumcontrol-database AquariumControl Database]
|| [[SQL database]] using MariaDB
|| SQL
|-
|| [https://bitbucket.org/in-dubio/aquariumcontrol-ios-mobile-app AquariumControl iOS Mobile App]
|| [https://getapp.cc/app/6480310799 App for Apple mobile devices]
|| Swift
|-
|| [https://bitbucket.org/in-dubio/aquariumcontrol-main-control AquariumControl Main Control]
|| [[Control application]], [[Terminal client]] and test server
|| Rust
|-
|| [https://bitbucket.org/in-dubio/aquariumcontrol-webpage AquariumControl Webpage]
|| [[Dynamic Webpage]]
|| Java Script
|-
|| [https://bitbucket.org/in-dubio/aquariumcontrol-deb AquariumControl Debian package]
|| [[Debian package]]
|| Bash
|-
|}
|}


{| 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].

Latest revision as of 08:43, 27 January 2026

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 Android application Kotlin
AquariumControl API REST API php
AquariumControl Controllino Relay Actuator Arduino-based relay actuation C
AquariumControl Database SQL database using MariaDB SQL
AquariumControl iOS Mobile App App for Apple mobile devices Swift
AquariumControl Main Control Control application, Terminal client and test server Rust
AquariumControl Webpage Dynamic Webpage Java Script
AquariumControl Debian package Debian package Bash


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