Changes for page LPS8N -- LoRaWAN Gateway User Manual
Last modified by Kilight Cao on 2024/05/18 14:36
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -19,15 +19,15 @@ 19 19 20 20 == 1.1 What is the DLOS8N == 21 21 22 -The DLOS8N is (% class="mark" %)an open source outdoor LoRaWAN Gateway(%%). It lets you bridge LoRa wireless network to an IP network via WiFi, Ethernet, 3G or 4G cellular. The LoRa wireless allows users to send data and reach extremely long ranges at low data-rates.22 +The DLOS8N is an open source outdoor LoRaWAN Gateway. It lets you bridge LoRa wireless network to an IP network via WiFi, Ethernet, 3G or 4G cellular. The LoRa wireless allows users to send data and reach extremely long ranges at low data-rates. 23 23 24 -DLOS8N (% class="mark" %)supports Semtech packet forwarder(%%)and(% class="mark" %)LoRaWAN Station connection(%%), it is fully compatible with LoRaWAN protocol. DLOS8N includes a(% class="mark" %)SX1302LoRaWAN concentrator(%%).24 +DLOS8N supports Semtech packet forwarder and LoRaWAN Station connection, it is fully compatible with LoRaWAN protocol. DLOS8N includes a SX1302(% class="mark" %) (%%)LoRaWAN concentrator. 25 25 26 -DLOS8N has (% class="mark" %)pre-configured standard LoRaWAN frequency bands(%%)to use for different countries.User can also customize the frequency bands to use in their own LoRaWAN network.26 +DLOS8N has pre-configured standard LoRaWAN frequency bands to use for different countries.User can also customize the frequency bands to use in their own LoRaWAN network. 27 27 28 28 DLOS8N can communicate with ABP LoRaWAN end node without LoRaWAN server. System integrator can use it to integrate with their existing IoT Service without set up own LoRaWAN server or use 3rd party LoRaWAN service. 29 29 30 -DLOS8N supports (% class="mark" %)auto-provision(%%)for mass deployment and long term maintain. System intergrator can easily change the settings.30 +DLOS8N supports auto-provision for mass deployment and long term maintain. System intergrator can easily change the settings. 31 31 32 32 [[image:1652411526195-923.png]] 33 33 ... ... @@ -737,10 +737,11 @@ 737 737 738 738 Screenshot is as below: 739 739 740 - 740 +[[image:1652431650755-450.png]] 741 741 742 -== File System == 743 743 743 +== 7.3 File System == 744 + 744 744 The DLOS8N has a 16MB flash and a 64MB RAM. The /var and /tmp directories are in the RAM, so contents stored in /tmp and /var will be erased after rebooting the device. Other directories are in the flash and will remain after reboot. 745 745 746 746 The Linux system uses around 8MB ~~10MB flash size which means there is not much room for user to store data in the DLOS8N flash. ... ... @@ -747,12 +747,12 @@ 747 747 748 748 You can use an external USB flash memory device to extend the size of flash memory for storage. 749 749 750 -== Package maintenance system == 751 +== 7.4 Package maintenance system == 751 751 752 -DLOS8N uses the OpenWrt [[OPKG package maint >>url:https://wiki.openwrt.org/doc/techref/opkg]][[e>>url:https://wiki.openwrt.org/doc/techref/opkg]][[n>>url:https://wiki.openwrt.org/doc/techref/opkg]][[ance>>url:https://wiki.openwrt.org/doc/techref/opkg]][[ system>>url:https://wiki.openwrt.org/doc/techref/opkg]]. There are more than 3000+ packages available in our package server for users to install for their applications. For example, if you want to add the **//iperf //** tool, you can install the related packages and configure DLOS8N to use **//iperf //**.753 +DLOS8N uses the OpenWrt [[**OPKG package maintenance system**>>https://oldwiki.archive.openwrt.org/doc/techref/opkg]]. There are more than 3000+ packages available in our package server for users to install for their applications. For example, if you want to add the **//iperf //** tool, you can install the related packages and configure DLOS8N to use **//iperf //**. 753 753 754 754 755 -Below are some example **//opkg //** commands. For more information please refer to the [[OPKG package maintain system>> url:https://wiki.openwrt.org/doc/techref/opkg]]** **([[https:~~/~~/wiki.openwrt.org/doc/techref/opkg>>url:https://wiki.openwrt.org/doc/techref/opkg]])756 +Below are some example **//opkg //** commands. For more information please refer to the [[OPKG package maintain system>>https://oldwiki.archive.openwrt.org/doc/techref/opkg]]** **([[https:~~/~~/oldwiki.archive.openwrt.org/doc/techref/opkg>>https://oldwiki.archive.openwrt.org/doc/techref/opkg]]) 756 756 757 757 758 758 In Linux Console run: