Documentatie/Home.md

23 lines
736 B
Markdown
Raw Normal View History

2020-02-29 16:26:32 +00:00
## Farmmaps Documentation Overview
This page provides an index of the available documentation for the FarmMaps platform.
### FarmMaps Architecture & Basic concepts
* The datastore
* Endpoints
* Workers
* Queues
* File-chains
2020-02-29 16:28:43 +00:00
2020-02-29 16:28:53 +00:00
### API Documentation
2020-02-29 16:26:32 +00:00
FarmMaps provides 3 main endpoints to build services upon.
* A file upload/download API (REST) for file uploads in chunks.
* An FTP endpoint to upload files through FTP
* [A message queue endpoint (MQTT)](/FarmMaps/Documentatie/wiki/message_queue_endpoint) to recieve streaming data and send and recieve triggering signals.
### Viewer Documentation
2020-02-29 16:28:02 +00:00
* [FarmMapsLibs](/wiki/FarmMapsLibs)
2020-02-29 16:26:32 +00:00
### Application specific documentation
2020-02-29 16:28:02 +00:00
* [VRAPoten-API](/wiki/VRAPoten-API)