Update page 'Message Queue Endpoint'

master
Auke Sytsma 2020-03-01 11:15:39 +00:00
parent 5efa4ab89b
commit c8f8b9b97a
1 changed files with 3 additions and 2 deletions

View File

@ -13,8 +13,9 @@ To follow along with the examples, you need:
* 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:
> urn:dev:<company/brand-name>:<device-serial-number>
```
urn:dev:<company/brand-name>:<device-serial-number>
```
To run the python example code you also need to install the `paho-mqtt` and the `protobuf` modules.
### Workflow