Update MQE file

master
Auke Sytsma 2020-03-24 09:36:46 +01:00
parent 8331b5ae12
commit a90a8c4e91
1 changed files with 1 additions and 1 deletions

View File

@ -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.