fix url
This commit is contained in:
@@ -67,20 +67,20 @@ The REST API is the primary API for FarmMaps and allows you to:
|
||||
* Run other tasks (create a taskmap, create cropfield etc.)
|
||||
* Monitor the progress of the processing tasks
|
||||
|
||||
Several how-to's can be found in the [examples folder][/src/branch/master/examples/]
|
||||
Several how-to's can be found in the [examples folder][src/branch/master/examples/]
|
||||
There's also swagger based reference of the [REST API](https://farmmaps.awacc.nl/swagger/index.html)
|
||||
|
||||
#### MQTT Endpoint
|
||||
The MQTT Endpoint provides a way to input more stream like data like a live GPS location, or live temperature measurement to FarmMaps.
|
||||
This endpoint is still under development. If you would like to build on top of this endpoint, please contact the FarmMaps development team.
|
||||
As a reference, please also see [Sending data to MQTT](/src/branch/master/Message-Queue-Endpoint).
|
||||
As a reference, please also see [Sending data to MQTT](src/branch/master/Message-Queue-Endpoint).
|
||||
|
||||
### Data processing infrastructure
|
||||
To process the data that is provided through the endpoints, FarmMaps uses queues and workers to manage the execution of these tasks.
|
||||
How this works is described in [the workflow article](/src/branch/master/Workflow)
|
||||
How this works is described in [the workflow article](src/branch/master/Workflow)
|
||||
|
||||
### Viewer
|
||||
To visualize all data in the FarmMaps backend, FarmMaps integrates it's own viewer.
|
||||
This viewer is available as an open source project and can be found in the [FarmMapsLibs Repository](https://git.akkerweb.nl/FarmMaps/FarmMapsLib).
|
||||
There's also a separate documentation page which can be found [here](/src/branch/master/FarmMapsLibs). [under development]
|
||||
There's also a separate documentation page which can be found [here](src/branch/master/FarmMapsLibs). [under development]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user