Update page 'Message Queue Endpoint'

This commit is contained in:
Auke Sytsma 2020-03-01 11:19:04 +00:00
parent a6a1a10c4d
commit e552812cba

View File

@ -13,8 +13,8 @@ To follow along with the examples, you need:
* To come up with a unique identifier for your sensors. * To come up with a unique identifier for your sensors.
Generally the URN is composed of the company or brand name and a device serial number like so: Generally the URN is composed of the company or brand name and a device serial number like so:
``` ```python
"urn\:dev\:<company-name>\:<device-serial-number>" "urn:dev:<company-name>:<device-serial-number>"
``` ```
To run the python example code you also need to install the `paho-mqtt` and the `protobuf` modules. To run the python example code you also need to install the `paho-mqtt` and the `protobuf` modules.