Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiimjako/smart-agriculture

Internet of Things University project that simulates a 4.0 agricolture scenario.
https://github.com/hiimjako/smart-agriculture

iot java mqtt

Last synced: about 2 months ago
JSON representation

Internet of Things University project that simulates a 4.0 agricolture scenario.

Awesome Lists containing this project

README

        

# Smart-Agriculture

Alberto Moretti IoT project 2021/2022

# setup

Create mosquitto image: `docker-compose up`

Install java `Open JDK 17.0.2` and use it in the intelliJ project setup

# How to run this project

switch to branch: `demo-version`

Launch demo files:

1. DataCollectorEmulator -> manager
2. LightControllerEmulator
3. IrrigationControllerEmulator
4. EnvironmentalMonitoringEmulator

# Costumize the demo

Open the listed files above and change the constants in top of the file.
In DataCollectorEmulator is also possible change `defaultIrrigationConfiguration` and `defaultLightConfiguration`.