LoRaWAN NS
This section comprises two parts:
LoRa Network ServerandLoRa Application Server. However, people habitually refer to these two components collectively as "LoRa NS". It typically runs on a server(local or cloud). It is the core network component that manages devices and processes data from gateways. It receives uplink data from LoRaWAN Gateways, handles routing and processing, and forwards data to applications or cloud platforms. It is also responsible for device authentication, network control, and data security.
As introduced in the previous chapter on LoRaWAN architecture, the first step in building a LoRaWAN system is to deploy the LoRaWAN NS and ensure it operates reliably and stably.
Here are three commonly used LoRaWAN NS
| LoRaWAN NS | Descrption |
|---|---|
| Snapemu | A comprehensive IoT management platform with LoRaWAN support developed by Heltec, it's a lightweight and open-source IoT devices visualization management platform. Including device management, data analysis, curve drawing, and data storage. |
| ChirpStack | Well-known open-source solution |
| The Things Stack | TTS, public LoRaWAN network |
Usage Guide
This Usage Guide provides detailed operating instructions for LoRaWAN NS, helping users deploy quickly and use the system correctly and efficiently.
📄️ SnapEmu User Manual
📄️ ChirpStack Quick start
We recommend deploying ChirpStack using Docker for a simpler and more reliable setup. If you prefer not to use Docker, please refer to the [official documentation](https://www.chirpstack.io/docs/getting-started/debian-ubuntu.html
📄️ The Things Stack Quick start
1. Environmental preparation
ChirpStack and The Things Stack are provided as reference examples only. Related content may change with version updates; please refer to the official documentation for the most accurate information.