Skip to content

Commit 1bcce52

Browse files
committed
doc: Add LBS features and glossary entries
1 parent f254818 commit 1bcce52

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

doc/content/gateways/lora-basics-station/_index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ description: ""
44
weight: -1
55
---
66

7-
The [{{% lbs %}}](https://lora-developers.semtech.com/resources/tools/basic-station/welcome-basic-station/) protocol simplifies management of large scale LoRaWAN networks. {{% lbs %}} contains two sub protocols for connecting Gateways to Network Servers, LoRaWAN Network Server (LNS) and Configuration and Update Server (CUPS).
7+
The [{{% lbs %}}](https://lora-developers.semtech.com/resources/tools/basic-station/welcome-basic-station/) protocol simplifies management of large scale LoRaWAN networks. {{% lbs %}} is the preferred way of connecting Gateways to {{% tts %}}.
8+
9+
<!--more -->
10+
11+
Some of the advantages of {{% lbs %}} over the legacy UDP Packet Forwarder are:
12+
13+
- Centralized Update and Configuration Management
14+
- TLS and Token-based Authentication
15+
- Centralized Channel-Plan Management
16+
- No Dependency on Local Time Keeping
17+
18+
{{% lbs %}} contains two sub protocols for connecting Gateways to Network Servers, LoRaWAN Network Server (LNS) and Configuration and Update Server (CUPS).
819

920
{{% tts %}} has full support for the {{% lbs %}} protocol. This section contains information for connecting your gateway using LNS or CUPS.
21+
22+
More information about {{% lbs %}} is available at [Semtech's Developer Portal](https://lora-developers.semtech.com/resources/tools/basic-station/welcome-basic-station/)

doc/data/glossary.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
1212
# - <Alt term 1>
1313
# - <Alt term 2>
1414

15+
- term: Packet Forwarder
16+
description: A Packet Forwarder is a program running on a Gateway that receives and transmits LoRa packets, and forwards these packets to and from a Network Server.
17+
18+
- term: Semtech UDP Packet Forwarder
19+
description: The Semtech UDP Packet Forwarder is the first packet forwarder, connecting to servers through the Semtech UDP protocol. Although this protocol has several drawbacks, many gateways include a pre-compiled version of the packet forwarder, which makes it easy to test a gateway with this protocol.
20+
alt:
21+
- UDP Packet Forwarder
22+
23+
- term: LoRa Basics™ Station
24+
description: "The LoRa Basics™ Station protocol simplifies management of large scale LoRaWAN networks. LoRa Basics™ Station is the preferred way of connecting Gateways to The Things Stack. Some of the advantages of LoRa Basics™ Station over the legacy UDP Packet Forwarder are: Centralized Update and Configuration Management, TLS and Token-based Authentication, Centralized Channel-Plan Management, and No Dependency on Local Time Keeping."
25+
abbr:
26+
- LBS
27+
alt:
28+
- Basic Station
29+
- Station
30+
link: https://lora-developers.semtech.com/resources/tools/basic-station/welcome-basic-station/
31+
1532
- term: Activation Mode
1633
description: "**Over-the-Air Activation (OTAA)** is the preferred and most secure way to connect a device. Devices perform a join-procedure with the network, during which a dynamic Device Address is assigned and security keys are negotiated with the device. **Activation by Personalization (ABP)** requires hardcoding the Device Address as well as the security keys in the device. This strategy might seem simpler, because you skip the join procedure, but it has downsides related to security. ABP also has the downside that devices can not switch network providers without manually changing keys in the device. **Multicast** is a virtual group of ABP devices which allows all devices to receive the same downlinks. Multicast groups do not support uplinks."
1734

0 commit comments

Comments
 (0)