From f78c52eff9e1b65f7fec9a742c68418b25fe8767 Mon Sep 17 00:00:00 2001 From: auke Date: Sat, 29 Feb 2020 17:41:37 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 7d39113..d1965e8 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -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)