This repository contains the source code of the mobile app. (for a project overview see SmartGardeningSystem)
The mobile app is build for the cross-platform Xamarin with .NET and C# and can therefore run on Android and iOS. With this mobile app you can for example configure the gardening system, add sensors or valves to the system and connect the basestation to another wlan.
First compile the hole project. Select Build > Rebuild Solution to verify that it builds successfully in Release mode. Then right-click the project (MobileApp.Android or MobileApp.iOS) in Solution Explorer and select the Archive... . Archive... launches the Archive Manager and begins the process of archiving the App bundle. You can then distribute the archieved project to your phone via Ad Hoc for example.
For a more details see docs.microsoft.com.
- Android 5.0 (API-Ebene 21 – Lollipop) or higher
- iOS 8.0 or higher
This project is licensed under the GPLv3 license.