Update page 'Message Queue Endpoint'
This commit is contained in:
parent
0a5517d7e7
commit
5d56a944b8
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user