From 21845b5921ebbf829107eacd321823a092d245e0 Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 10:16:27 +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 09b6207..bd95a65 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -1,6 +1,8 @@ ## 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. These signals are collected in a "message queue". +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. +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.