AshwiniCUB / final-project-aesd

0 stars 0 forks source link

Creation of webserver using Apache #10

Closed AshwiniCUB closed 9 months ago

AshwiniCUB commented 10 months ago

Adding an Apache based webserver to buildroot image. It will be used to display the temperature, humidity and pressure data collected by the sensor. It is optional part of the project. In case, ESP8266 web server doesn't work out then Apache server will be implemented.

DOD:

Blockers: None

AshwiniCUB commented 9 months ago

To ensure the reliable presentation of temperature, humidity & pressure data, I have implemented a web server utilizing Apache.

  1. Added necessary packages for Apache, PHP with startup script.
  2. Added the sensordata.php file at rootfs_overlay/usr/htdocs to be displayed while accessing the IP address.
  3. After buildin & flashing image into the RPi4, I able to see the sensor data at the IP address: for my device - it is 10.0.0.19/sensordata.php

Commit ID link - link

Image

AshwiniCUB commented 9 months ago

The Project video can be seen here