Update page 'Message Queue Endpoint'

master
Auke Sytsma 2020-02-29 17:41:37 +00:00
parent ac7a179d06
commit f78c52eff9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
## Intro
This documentation page provides the basics on how to access the MQTT endpoint of FarmMaps, using Python code for examples.
This documentation page provides the basics on how to access the MQTT endpoint of FarmMaps, using Python code for examples.
Even when using a different programming language, the same workflow can be followed (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. These signals are collected in a "message queue". If you are not familiar with MQTT or message queues in general, please see the short explanation below.
#### What is a message queue? (skip ahead if familiar)