From c8f8b9b97a23930878ed9996a0068b9f9f375f49 Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 11:15:39 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 11d66da..29bb1d3 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -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:: - +``` +urn:dev:: +``` To run the python example code you also need to install the `paho-mqtt` and the `protobuf` modules. ### Workflow