From a90a8c4e91aec52d4d83c4d326308240cd248b0e Mon Sep 17 00:00:00 2001 From: auke Date: Tue, 24 Mar 2020 09:36:46 +0100 Subject: [PATCH] Update MQE file --- 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 f9e0062..c3e4ae3 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -1,4 +1,4 @@ -## Intro +## Message Queue 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.