https://github.com/menoc61/agora_iot
This is a flutter firebase application for smart farming this would be a simple version of farmassist
https://github.com/menoc61/agora_iot
firebase-iot flutter-firebase flutter-firebase-iot flutter-smart-farming iot-application smart-farming
Last synced: 3 months ago
JSON representation
This is a flutter firebase application for smart farming this would be a simple version of farmassist
- Host: GitHub
- URL: https://github.com/menoc61/agora_iot
- Owner: menoc61
- Created: 2024-03-28T20:17:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-29T19:07:34.000Z (about 1 year ago)
- Last Synced: 2025-01-10T10:29:14.867Z (4 months ago)
- Topics: firebase-iot, flutter-firebase, flutter-firebase-iot, flutter-smart-farming, iot-application, smart-farming
- Language: Dart
- Homepage:
- Size: 6.24 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agora IOT
Agora IoT is a basic smart farming solution that utilizes Flutter for the frontend user interface and integrates with Firebase for backend services. It enables real-time monitoring and control of farming equipment, data collection from sensors, user authentication, and notifications for critical farming conditions.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)## Installation
To install and set up the project, follow these steps:
1. Ensure you have Flutter SDK installed. If not, follow the [official Flutter installation guide](https://flutter.dev/docs/get-started/install).
2. Clone the project repository to your local machine:```bash
git clone https://github.com/menoc61/agora_iot.git
```Go to the project directory
```bash
cd agora_iot
```Install dependencies
```bash
flutter pub get
```Start the server
```bash
flutter run
```## Usage
>To generate data for the graphs plots follow the instructions of the data folder ReadMe.md
## Testing
The app is currently tested on Android.
## Contributing
Guidelines for contributing to the project, including how to set up a development environment, submit pull requests, and report issues.
## License
NO licence for the moment
**Relavant video:** [Link to relevant video](https://www.youtube.com/watch?v=-a1Rsv4T0pw)