<
From version < 57.2 >
edited by Xiaoling
on 2022/09/15 16:20
To version < 44.6 >
edited by Xiaoling
on 2022/07/25 17:25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,7 +12,6 @@
12 12  
13 13  This introduction shows how to use a script to monitor the gateway. The video link for this instruction is: [[https:~~/~~/youtu.be/8PieIwfSF_g>>url:https://youtu.be/8PieIwfSF_g]]
14 14  
15 -
16 16  [[image:image-20220531155018-18.png]]
17 17  
18 18  
... ... @@ -37,7 +37,6 @@
37 37  )))
38 38  
39 39  
40 -
41 41  * change the script monitor_gateway.sh with properly users setting:
42 42  
43 43  (% class="box infomessage" %)
... ... @@ -49,7 +49,6 @@
49 49  )))
50 50  
51 51  
52 -
53 53  * run (% style="color:blue" %)**/usr/bin/monitor_gateway.sh**(%%) to test if upload is good.
54 54  
55 55  * Add monitor_gateway.sh to cron work (% style="color:blue" %)**/etc/crontabs/root**(%%) to make this script runs perdiocally, below is an example to update every 20 minutes
... ... @@ -101,13 +101,13 @@
101 101  * Remote.it access will give full control of your device to remote support.
102 102  * The Remote.it allows Dragino Support to remote access to the device, If user want to access himself, it need to sign up for an remote.it account.
103 103  
104 -* For how to use remote.it for (% style="color:blue" %)**general remote control**(%%), please see :  [[Remoteit user instruction for Dragino Gateway>>https://www.remote.it/getting-started/dragino]].
101 +* For how to use remote.it for (% style="color:blue" %)**general remote control**(%%), please see :  [[Remoteit user instruction for Dragino Gateway>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/&file=Dragino-Remoteit_User_Manual.pdf]].
105 105  * For Quick add remote.it to (% style="color:blue" %)**Dragino for remote debug**(%%), please see below:
106 106  
107 107  
108 108  (% style="color:blue" %)**1. Install the Remote.it software**
109 109  
110 -Users can directly click** "Install"** on the Web UI to install Remote. it.
107 +Users can directly click** "Install"** on the Web UI to install Remote. it.
111 111  
112 112  
113 113  [[image:image-20220725134300-1.png||height="438" width="905"]]
... ... @@ -139,67 +139,6 @@
139 139  
140 140  
141 141  
142 -=== **2.1.1  How to register hp0d with Remote.it** ===
143 -
144 -
145 -**Prerequisites:**
146 -
147 -Users must have an account and APP for remote.it
148 -
149 -[[https:~~/~~/app.remote.it>>https://app.remote.it]]
150 -
151 -
152 -(% style="color:blue" %)**1.  Click "+" in the APP to add a device**
153 -
154 -Then click Add "Linux & Raspberry Pi" and the APP will generate a command to register the device.
155 -
156 -
157 -[[image:image-20220815173938-1.jpeg||height="574" width="919"]]
158 -
159 -
160 -
161 -(% style="color:blue" %)**2.  Copy the register device command**
162 -
163 -
164 -[[image:image-20220815173944-2.jpeg||height="556" width="923"]]
165 -
166 -
167 -
168 -(% style="color:blue" %)**3.  Enter the command copied from the previous step on the HP0D Linux command line**
169 -
170 -
171 -[[image:image-20220815173951-3.jpeg||height="424" width="1147"]]
172 -
173 -
174 -
175 -(% style="color:blue" %)**4.  Check whether the device is successfully registered on the Remote.it APP**
176 -
177 -
178 -[[image:image-20220815173958-4.jpeg||height="580" width="964"]]
179 -
180 -
181 -
182 -=== **2.1.2  Trouble Shooting** ===
183 -
184 -
185 -==== **What should users do when gateway Remote.it installation fails** ====
186 -
187 -[[image:image-20220907162028-4.png||height="564" width="1148"]]
188 -
189 -
190 -**(% style="color:blue" %)Step 1:  **(%%)Users can download the archive and upload it to the gateway:** [[attach:backup.tar.gz||target="_blank"]]**
191 -
192 -[[image:image-20220907161050-2.png]]
193 -
194 -
195 -**(% style="color:blue" %)Step 2:**(%%)Back to the Remote.it screen, and click **"Install"** again.
196 -
197 -[[image:image-20220907161352-3.png]]
198 -
199 -
200 -**(% style="color:blue" %)Step 3:**(%%) Follow the [[Remoteit user instruction for Dragino Gateway>>https://www.remote.it/getting-started/dragino]] steps to reconfigure
201 -
202 -
203 203  == **2.2  RSSH Introduction** ==
204 204  
205 205  
... ... @@ -226,6 +226,7 @@
226 226  
227 227  
228 228  
165 +
229 229  === **2.2.1  End User Guide to use SSH access** ===
230 230  
231 231  
... ... @@ -299,7 +299,7 @@
299 299  [[image:image-20220531151628-8.png]]
300 300  
301 301  
302 -(% style="color:blue" %)**How to install Sqlit3:**
239 +(% style="color:blue" %)**How to install Sqlit3**
303 303  
304 304  (% class="box infomessage" %)
305 305  (((
... ... @@ -306,6 +306,7 @@
306 306  **~ Step 1:** Download the SQLit3 installation package
307 307   sudo wget **[[https:~~/~~/www.sqlite.org/2021/sqlite-autoconf-3350400.tar.gz>>url:https://www.sqlite.org/2021/sqlite-autoconf-3350400.tar.gz]]**
308 308  
246 +
309 309  **Step 2: **tar the SQLit3 installation package
310 310   sudo tar -zxvf sqlite-autoconf-3350300.tar.gz
311 311  
... ... @@ -339,9 +339,9 @@
339 339  
340 340  (% class="box infomessage" %)
341 341  (((
342 -**$ ./create_sqlite3_db.sh
280 +$ ./create_sqlite3_db.sh
343 343  $ ./rssh_serv -p  3721 2>&1 &
344 -$ ps -ef | grep rssh_serv check 3721 port**
282 +$ ps -ef | grep rssh_serv check 3721 port
345 345  )))
346 346  
347 347  [[image:image-20220531151958-10.png]]
... ... @@ -381,7 +381,6 @@
381 381  
382 382  **1):**  sudo mkdir /home/xxxxx/.ssh; sudo touch /home/xxxxx/.ssh/authorizedkey
383 383  
384 -
385 385  **Debug:**
386 386  
387 387  {{{ check: sudo ls /home/xxxxx/.ssh/authorizedkey}}}
backup.tar.gz
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -93.3 KB
Content
image-20220815173938-1.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -56.6 KB
Content
image-20220815173944-2.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -40.6 KB
Content
image-20220815173951-3.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -75.4 KB
Content
image-20220815173958-4.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -54.2 KB
Content
image-20220907160848-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -39.7 KB
Content
image-20220907161050-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -57.6 KB
Content
image-20220907161352-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -39.2 KB
Content
image-20220907162028-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Kilight
Size
... ... @@ -1,1 +1,0 @@
1 -42.6 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0