From 5efa4ab89bc75873f683624fcbf1883bed8c6328 Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 11:14:49 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 858a42d..11d66da 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -12,7 +12,8 @@ To follow along with the examples, you need: * To have Python 3.7 or higher installed. * 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::` +Generally the URN is composed of the company or brand name and a device serial number like so: +> urn:dev:: To run the python example code you also need to install the `paho-mqtt` and the `protobuf` modules.