Update page 'Message Queue Endpoint'

master
Auke Sytsma 2020-03-01 11:50:05 +00:00
parent 0a5517d7e7
commit 5d56a944b8
1 changed files with 3 additions and 6 deletions

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.
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:
For now, we'll stick with the pregenerated protobuf class.
## References
*[Protobuf documentation](https://developers.google.com/protocol-buffers/docs/overview)
*[Paho MQTT documentation](https://www.eclipse.org/paho/clients/python/docs/)
* [Protobuf documentation](https://developers.google.com/protocol-buffers/docs/overview)
* [Paho MQTT documentation](https://www.eclipse.org/paho/clients/python/docs/)
## [FAQ](#faq)
#### How do I install the required Python modules?