The purpose of this application is to poll time-series data from our Mikapod Soil Reader application and save it to the Mikapod Storage application. The interval of time is every one minute.
You must have the following installed before proceeding. If you are missing any one of these then you cannot begin.
Go 1.15
-
Please visit the Mikapod Soil (Arduino) device repository and setup the external device and connect it to your development machine.
-
Please visit the Mikapod Soil Reader repository and setup that application on your device.
-
Please visit the Mikapod Storage repository and setup that application on your device.
-
Download the source code, build and install the application.
GO111MODULE=on go get -u github.com/mikaponics/mikapod-soil-poller
-
Run our application.
mikapod-soil-poller
-
If you see a message saying
Poller is now running
then the application has been successfully started.
This application is licensed under the BSD license. See LICENSE for more information.