@@ -328,7 +328,7 @@ Before you start you should ensure that you have obtained or built the necessary
328
328
repository and create the necessary images by running the commands as shown :
329
329
330
330
` ` ` console
331
- git clone git@ github.com: FIWARE/tutorials.IoT-over-MQTT.git
331
+ git clone https:// github.com/ FIWARE/tutorials.IoT-over-MQTT.git
332
332
cd tutorials.IoT-over-MQTT
333
333
334
334
./services create
@@ -622,9 +622,9 @@ The **topic** must be in the following form:
622
622
> between the Motion Sensor and an IoT Agent, a similar dummy HTTP request was sent to update the ` count ` value. This
623
623
> time the IoT Agent is configured to listen to MQTT topics, and we need to post a dummy message to an MQTT topic.
624
624
625
- When using the MQTT transport protocol, the IoT Agent is subscribing to the MQTT ** topics** and the device
626
- monitor will be configured to display all MQTT ** messages** sent to each ** topic** - effectively it is showing the list
627
- messages received and sent by Mosquitto.
625
+ When using the MQTT transport protocol, the IoT Agent is subscribing to the MQTT ** topics** and the device monitor will
626
+ be configured to display all MQTT ** messages** sent to each ** topic** - effectively it is showing the list messages
627
+ received and sent by Mosquitto.
628
628
629
629
With the IoT Agent connected via MQTT, the service group has defined the ** topic** which the agent is subscribed to.
630
630
Since the api-key matches the root of the ** topic** , the MQTT message from the ** Motion Sensor** is passed to the IoT
@@ -714,8 +714,8 @@ curl -iX POST \
714
714
```
715
715
716
716
Before we wire-up the context broker, we can test that a command can be sent from the IoT Agent to a device by making a
717
- REST request directly to the IoT Agent's North Port using the ` /v2/op/update ` endpoint. It is this endpoint that
718
- will eventually be invoked by the context broker once we have connected it up. To test the configuration you can run the
717
+ REST request directly to the IoT Agent's North Port using the ` /v2/op/update ` endpoint. It is this endpoint that will
718
+ eventually be invoked by the context broker once we have connected it up. To test the configuration you can run the
719
719
command directly as shown:
720
720
721
721
#### :seven : Request:
@@ -1056,6 +1056,5 @@ the other [tutorials in this series](https://fiware-tutorials.rtfd.io)
1056
1056
1057
1057
<a name =" footnote1 " ></a >
1058
1058
1059
- - [ Wikipedia: MQTT] ( https://en.wikipedia.org/wiki/MQTT ) - a
1060
- central communication point (known as the MQTT broker) which is in charge of dispatching all messages between
1061
- services
1059
+ - [ Wikipedia: MQTT] ( https://en.wikipedia.org/wiki/MQTT ) - a central communication point (known as the MQTT broker)
1060
+ which is in charge of dispatching all messages between services
0 commit comments