diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 94943d2..7ca8336 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -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?