From c91adfdb23dbb627f6053c314fc68f3c0adf1ad5 Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 11:05:59 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 016e8ff..584c31f 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -1,4 +1,4 @@ -## Intro +## [Intro](#intro) 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. @@ -62,6 +62,8 @@ All settings are required except for the `META_DATA_URL`, this parameter is opti This tutorial requires the `paho-mqtt` and `protobuf` modules. These can be installed with the following commands: +[intro](#intro) + **Windows command prompt:** ``` py -m pip install 'paho-mqtt==1.5.0'