Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mal1k-me/iot-project
Graphical soil moisture monitoring system using Raspberry Pi
https://github.com/mal1k-me/iot-project
iot plants raspberry-pi soil-moisture-sensor
Last synced: about 2 months ago
JSON representation
Graphical soil moisture monitoring system using Raspberry Pi
- Host: GitHub
- URL: https://github.com/mal1k-me/iot-project
- Owner: mal1k-me
- Created: 2024-12-12T22:58:41.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-21T05:59:05.000Z (about 2 months ago)
- Last Synced: 2024-12-21T06:28:16.881Z (about 2 months ago)
- Topics: iot, plants, raspberry-pi, soil-moisture-sensor
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IOT Project
Assuming you have `python3-virtualenv` or equivelnt installed on your system, run the following commands while inside
the local repository to create the virtual Python environment```shell
virtualenv ./.venv/
```then activate the environment and install packages
```shell
# in bash
source ./.venv/bin/activate# or, in fish
source ./.venv/bin/activate.fishpip install -r requirements.txt
```
## RunningIn the Python virtual envirnoment
```
# in one terminal window, start the server
python3 api/flask_server.py# then in another one run
python3 main.py
```Finally, open your this URL in your browser: `http://:8765`