Documentatie/Home.md

1.6 KiB

Farmmaps Documentation Overview

The documentation is still work in progress and heavily subject to change!

This page provides an index of the available documentation for the FarmMaps platform.

Getting started

The main starting point for Farmmaps API access is the REST API. To get started, follow the steps below. The workflow and high-level architecture FarmMaps are documented on the Farmmaps Workflow and FarmMaps Main Components pages.

Environments

At the moment, FarmMaps provides two environments for development.

When developing your application, using the acceptation environment is highly recommended.

Credentials

To get access to the API, you need an akkerweb development account (akkerweb development and farmmaps development use the same credentials). These can be created at:

Authentication

To start uploading files, you need to authenticate to the API. The REST API uses OpenID Connect as the protocol.

[Todo: Basic explanation, based of "Authentication.md"]

How to build a FarmMaps App

- Accessing the API
- Uploading a file
- Checking the file processing status
- Creating a crop field
- Pushing data to MQTT

Use-case examples