Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
  • Loading branch information
manuio authored Dec 30, 2018
1 parent 96856d3 commit 163ef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ CoAP Adapter sends these notifications every 12 hours. To configure this period,
}
```

To receive Lora messages the lora-adapter subscribes to the topic `applications/+/devices/+` of the LoRa Server. The [LoRa-Gateways-Bridge](https://www.loraserver.io/lora-gateway-bridge/overview) uses the same topic to publish decoded messages received from gateways as UDP packets. The lora-adapter verifies the applicationID and the deviceEUI of published message and if they are known it forwards the message on the Mainflux NATS broker as corresponding Channel and Thing.
To receive Lora messages the lora-adapter subscribes to the topic `applications/+/devices/+` of the [LoRa Server](https://www.loraserver.io/loraserver/overview). The [LoRa Gateway Bridge](https://www.loraserver.io/lora-gateway-bridge/overview) uses the same topic to publish decoded messages received from gateways as UDP packets. The lora-adapter verifies the applicationID and the deviceEUI of published message and if they are known it forwards the message on the Mainflux NATS broker as corresponding Channel and Thing.
For more information about service capabilities and its usage, please check out the API documentation.

## Add-ons
Expand Down

0 comments on commit 163ef43

Please sign in to comment.