updated workflow and component pages, restructure index

This commit is contained in:
auke
2020-04-08 18:49:50 +02:00
parent 208e776dd0
commit 35ced21791
5 changed files with 153 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
## Message Queue Endpoint
## Sending data to the MQTT endpoint
This documentation page provides the basics on how to access the MQTT endpoint of FarmMaps, using Python code for examples.
The same workflow can be followed for different languages, as long as there's a MQTT client and a Protobuf library for the language you are using.
FarmMaps provides an MQTT endpoint to allow your application to send signals to FarmMaps, and listen for events.