From a32c94136edc10f5b95ca1e338637d4cbe7f9b97 Mon Sep 17 00:00:00 2001 From: Chandradeep-NEC Date: Fri, 30 Oct 2020 21:18:53 +0530 Subject: [PATCH] Updated for review comment fixing --- docs/stepbystep.md | 18 +++++++++--------- docs/usermanual.md | 2 -- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/stepbystep.md b/docs/stepbystep.md index 6861fd02..290aeb52 100644 --- a/docs/stepbystep.md +++ b/docs/stepbystep.md @@ -7,13 +7,13 @@ ## Introduction -This guide will show, step-by-step, how to deploy and configure an IoTAgent-JSON IoT Agent for its use to connect devices to -an external NGSI Broker (aka Context Broker). +This guide will show, step-by-step, how to deploy and configure an IoTAgent-JSON IoT Agent for its use to connect +devices to an external NGSI Broker (aka Context Broker). -The IoTAgent-JSON IoT Agent acts as a gateway for communicating devices using the MQTT protocol with NGSI brokers (or any -other piece which uses the NGSI protocol). The communication is based on a series of unidirectional MQTT topics (i.e.: -each topic is used to _publish_ device information or to _subscribe_ to entity updates, but not both). Every topic has -the same prefix, of the form: +The IoTAgent-JSON IoT Agent acts as a gateway for communicating devices using the MQTT protocol with NGSI brokers (or +any other piece which uses the NGSI protocol). The communication is based on a series of unidirectional MQTT topics +(i.e.: each topic is used to _publish_ device information or to _subscribe_ to entity updates, but not both). Every +topic has the same prefix, of the form: ```text ///topicSpecificPart @@ -48,10 +48,10 @@ The selected MQTT Broker for this tutorial was Mosquitto, although it could be s broker. The Mosquitto command tools will also be used along this guide to test the installation and show the information interchanged between simulated devices and the Context Broker. -The following list shows the prerequisite software and versions: +The following list shows the recommended software and versions: -- Orion Context Broker (v2.2.0) -- Node.js (v8) +- Orion Context Broker (v2.5.0) +- Node.js (v10) - Mosquitto (v1.4.7) (out-of-the-box setup) - Curl (v7.19.7) - Git (v1.7.1) diff --git a/docs/usermanual.md b/docs/usermanual.md index 17bb0f2c..cec0fbb7 100644 --- a/docs/usermanual.md +++ b/docs/usermanual.md @@ -85,8 +85,6 @@ following query parameters: - **k (API Key)**: API Key for the service the device is registered on. - **t (timestamp)**: Timestamp of the measure. Will override the automatic IoTAgent timestamp (optional). -======= - #### Sending Commands MQTT devices commands are always push. For HTTP Devices commands to be push they **must** be provisioned with the