Bernd-H / SmartGardeningSystem_Basestation

Local server and system controller of the smart irrigation system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the source code of the basestation - the software of the gardening system which contains the irrigation algorithm and sends commands to the sensor / valve modules - that was made using .NET Core. (for a project overview see SmartGardeningSystem)

Basestation

The basestation contains the following features:

  • API & CommandServer for the mobile app
  • Automatic irrigation service
  • Interval service collecting and storing measurements from the sensors
  • Services that allow access to the basestation through the internet directly or over the external server
  • Service that starts an access point when the raspberry pi is not connected to an wlan

Usage

The software is developed to run on linux using the .NET 5 Runtime. It can also run on windows when the "accessPointJob_enabled" property of the Configuration/settings.json file is set to false. Just download the latest release and run the GardeningSystem.exe or the GardeningSystem.dll using dotnet core (sudo dotnet GardeningSystem.dll).

License

This project is licensed under the GPLv3 license.

Contact

github.smartgardeningsystem@gmail.com

About

Local server and system controller of the smart irrigation system.

License:GNU General Public License v3.0


Languages

Language:C# 99.8%Language:Shell 0.2%