From a45ec4bff13415f361c765dfc5e58404c677a743 Mon Sep 17 00:00:00 2001 From: Aline Date: Thu, 19 Dec 2019 14:36:01 +0100 Subject: [PATCH] fix: misspeling and style fixedmisspelling and style fixed --- content/pybytes/lora/_index.md | 2 +- content/pybytes/lora/pycomLoraServerSetup.md | 41 ++++++++++---------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/content/pybytes/lora/_index.md b/content/pybytes/lora/_index.md index 0c1d5e9..f70b9e9 100644 --- a/content/pybytes/lora/_index.md +++ b/content/pybytes/lora/_index.md @@ -5,7 +5,7 @@ aliases: ## Overview -Pybytes supports [The Things Network](https://www.thethingsnetwork.org/) and Pycom LoRa Server ([ChirpStack](https://www.chirpstack.io/)). +Pybytes supports [The Things Network](https://www.thethingsnetwork.org/) and ChirpStack ([ChirpStack](https://www.chirpstack.io/)). ## TTN Server diff --git a/content/pybytes/lora/pycomLoraServerSetup.md b/content/pybytes/lora/pycomLoraServerSetup.md index 98d78df..24511ca 100644 --- a/content/pybytes/lora/pycomLoraServerSetup.md +++ b/content/pybytes/lora/pycomLoraServerSetup.md @@ -1,5 +1,5 @@ --- -title: "Pycom LoRa Server Setup" +title: "ChirpStack Setup" aliases: - pybytes/lora/pycomLoraServerSetup.html - pybytes/pycomLoraServerSetup.md @@ -8,17 +8,17 @@ aliases: ## Overview -When a LoRa device is created or LoRa network is configured in ```Pybytes → Settings``` the user profile is automacally created at [Pycom LoRa Server](https://loraserver.pycom.io/). +When a LoRa device is created or LoRa network is configured in **Pybytes → Settings -> LoRa** the user profile is automatically created at [ChirpStack](https://loraserver.pycom.io/). ## User profile -After create a loRa device or configure Pybytes to use Pycom LoRa Server, the user should receive a email with Pycom LoRa Server username and password. +After creating a loRa device or configure Pybytes to use ChirpStack, the user should receive an email with ChirpStack username and password. -To use the service the basic configurations are done by Pybytes, but if the user wants to overwrite it, it is possible using this credentials. +The basic configurations are made by Pybytes, but if the user wants to overwrite it, it is possible using these credentials. ### What is created by Pybytes? -Network-server - `Pycom` +Network-server - **Pycom** User and Organization - Created based on the same credentials used by Pybytes. @@ -33,32 +33,33 @@ Device - All devices will be created by Pybytes. ## Gateway -The user should setup their own Gateway in order to communicate with Pycom Lora Server. +The user should set up their own Gateway in order to communicate with ChirpStack. -### How to setup a gateway? +### How to set up a gateway? -* Login in Pycom LoRa Server (https://loraserver.pycom.io/) +* Login in ChirpStack (https://loraserver.pycom.io/) -* Click on `Gateway` on the main sidebar +* Click on **Gateway** on the main sidebar -* Click on `Create` button +* Click on **Create** button -* Fulfill the form with the informations below +* Fill the form with the information below - Gateway name - The name may only contain words, numbers and dashes + * *Gateway name* - The name may only contain words, numbers, and dashes. - Gateway description  + * *Gateway description* - The description of the gateway. - Gateway ID + * *Gateway ID* - The gateway ID. - Network-server - Select the network-server to which the gateway will connect. When no network-servers are available in the dropdown, make sure a service-profile exists for this organization. + * *Network-server* - Select the network-server to which the gateway will connect. When no network-servers are available in the dropdown, make sure a service-profile exists for this organization. - Gateway-profile - An optional gateway-profile which can be assigned to a gateway. This configuration can be used to automatically re-configure the gateway when LoRa Gateway Bridge is configured so that it manages the packet-forwarder configuration. + * *Gateway-profile* - An optional gateway-profile which can be assigned to a gateway. This configuration can be used to automatically re-configure the gateway when LoRa Gateway Bridge is configured so that it manages the packet-forwarder configuration. - Gateway discovery enabled - When enabled (and LoRa Server is configured with the gateway discover feature enabled), the gateway will send out periodical pings to test its coverage by other gateways in the same network. + * *Gateway discovery enabled* - When enabled (and LoRa Server is configured with the gateway discover feature enabled), the gateway will send out periodical pings to test its coverage by other gateways in the same network. - Gateway altitude (meters) - When the gateway has an on-board GPS, this value will be set automatically when the network has received statistics from the gateway. + * *Gateway altitude* (meters) - When the gateway has an on-board GPS, this value will be set automatically when the network has received statistics from the gateway. - Gateway location (set to current location) + * *Gateway location* (set to current location) -For more information look at [ChirpStack official guide](https://www.chirpstack.io/guides/first-gateway-device/#add-a-lora-sup-reg-sup-gateway) +## Further reading +For more information check out [ChirpStack official guide](https://www.chirpstack.io/guides/first-gateway-device/#add-a-lora-sup-reg-sup-gateway).