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
-
... ... @@ -714,55 +714,39 @@ 714 714 715 715 Port: 22 (via WiFi AP mode) or 2222 (via WAN Interface) 716 716 717 -User Name: **root** 717 +User Name: **(% style="color:green" %)root** 718 718 719 -Password: **dragino** (default) 719 +Password: **(% style="color:green" %)dragino** (% style="color:black" %)(default) 720 720 721 721 722 722 After logging in, you will be in the Linux console and can enter commands as shown below. 723 723 724 - 725 - 726 - 727 727 The “logread -f” command can be used to debug how system runs. 728 728 729 729 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image065.png]] 730 730 728 +== 7.2 Edit and Transfer files == 731 731 730 +The DLOS8N supports the **(% style="color:green" %)SCP protocol** (% style="color:black" %)and has a built-in **(% style="color:green" %)SFTP server**. (% style="color:black" %)There are many ways to edit and transfer files using these protocols. 732 732 733 - 734 -1. 735 -11. Edit and Transfer files 736 - 737 -The DLOS8N supports the **SCP protocol** and has a built-in **SFTP server**. There are many ways to edit and transfer files using these protocols. 738 - 739 - 740 740 In Windows, one of the easiest methods is using the [[WinSCP>>url:https://winscp.net/eng/index.php]] utility. 741 741 742 742 After establishing access via WinSCP to the device, you can use an FTP style window to drag / drop files to the DLOS8N, or edit the files directly in the windows. 743 743 744 - 745 745 Screenshot is as below: 746 746 747 747 [[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image066.png]] 748 748 740 +== File System == 749 749 750 -1. 751 -11. File System 752 - 753 753 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. 754 754 755 - 756 756 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. 757 757 758 758 You can use an external USB flash memory device to extend the size of flash memory for storage. 759 759 748 +== Package maintenance system == 760 760 761 - 762 - 763 -1. 764 -11. Package maintenance system 765 - 766 766 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 //**. 767 767 768 768