Update page 'Message Queue Endpoint'

This commit is contained in:
Auke Sytsma 2020-03-01 11:50:05 +00:00
parent 0a5517d7e7
commit 5d56a944b8

View File

@ -151,17 +151,14 @@ for key, value in sensordata.items():
In case you want to modify the structure of the object, the `.proto` can be modified, and the python module needs to be regenerated. In case you want to modify the structure of the object, the `.proto` can be modified, and the python module needs to be regenerated.
For now, we'll stick with the pregenerated protobuf class: ` For now, we'll stick with the pregenerated protobuf class.
### Example: Pushing Live Tractor Data
To create messages and connect to the broker we will need the following settings:
## References ## References
*[Protobuf documentation](https://developers.google.com/protocol-buffers/docs/overview) * [Protobuf documentation](https://developers.google.com/protocol-buffers/docs/overview)
*[Paho MQTT documentation](https://www.eclipse.org/paho/clients/python/docs/) * [Paho MQTT documentation](https://www.eclipse.org/paho/clients/python/docs/)
## [FAQ](#faq) ## [FAQ](#faq)
#### How do I install the required Python modules? #### How do I install the required Python modules?