-
Notifications
You must be signed in to change notification settings - Fork 2
Database API
Henriette Steenhoff edited this page Feb 26, 2019
·
14 revisions
The overall setup on the server looks similar to this (fetched from this website: https://www.simplifiedcoding.net/android-mysql-tutorial-to-perform-basic-crud-operation/

The mobile application sends an HTTP request to the server through the PHP API. If the request is a valid API request the data is either stored or retrieved from the database.
Created on the server hosted by DTU Byg. All parameters are shared preferences, each parameter links to the related preference description.
Base URL: http://localhost/ClimAppAPI/v1/ClimAppApi.php
Localhost will of course be substituted with the global IP address of the server.

- Recommended Alert Limit
- Weather data
- Shared preferences
- Translation procedure
- Prediction of indoor temperature
Testing
Server/database/API
User information
- Acclimatization
- Activity level
- Age
- Age onboarding
- Gender
- Height value
- Unit
- Weight
- Wet Bulb Globe Temperature (WBGT)
Flow controls