Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hiimjako/smart-agriculture
- Owner: hiimjako
- Created: 2021-12-30T10:28:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T13:05:08.000Z (almost 3 years ago)
- Last Synced: 2023-04-26T22:25:40.289Z (over 1 year ago)
- Topics: iot, java, mqtt
- Language: Java
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.