<
From version < 46.3 >
edited by Xiaoling
on 2022/07/23 17:04
To version < 46.7 >
edited by Xiaoling
on 2023/04/21 17:41
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,7 +12,6 @@
12 12  This is an Open Source LoRaWAN server from [[https:~~/~~/github.com/gotthardp/lorawan-server>>url:https://github.com/gotthardp/lorawan-server]].
13 13  
14 14  
15 -
16 16  = 2.  Support Devices =
17 17  
18 18  
... ... @@ -25,10 +25,8 @@
25 25  If for some reason, if the above model doesn't have this lorawan server in it. Users can install them manually.
26 26  
27 27  
28 -
29 29  == 2.1  Install lorawan server in Armbian System ==
30 30  
31 -
32 32  === 2.1.1  Check if you have the Armbian system ===
33 33  
34 34  
... ... @@ -44,7 +44,6 @@
44 44  [[image:image-20220526172628-2.png]]
45 45  
46 46  
47 -
48 48  === 2.1.2  Install lorawan server ===
49 49  
50 50  
... ... @@ -52,7 +52,7 @@
52 52  
53 53  (% class="box infomessage" %)
54 54  (((
55 -**wget https://github.com/gotthardp/lorawan-server/releases/download/v0.6.7/lorawan-server_0.6.7_all.deb****
51 +**wget https://github.com/gotthardp/lorawan-server/releases/download/v0.6.7/lorawan-server_0.6.7_all.deb**************
56 56  
57 57  **dpkg -i lorawan-server_0.6.7_all.deb **
58 58  )))
... ... @@ -62,7 +62,6 @@
62 62  At this point, lorawan-server is installed
63 63  
64 64  
65 -
66 66  == 2.2  How do start lorawan server ==
67 67  
68 68  === 2.2.1  Setting the automatic startup and start/stop lorawan-server via systemctl ===
... ... @@ -72,7 +72,7 @@
72 72  
73 73  (% class="box infomessage" %)
74 74  (((
75 - systemctl enable lorawan-server
70 +**~ systemctl enable lorawan-server**
76 76  )))
77 77  
78 78  
... ... @@ -80,17 +80,17 @@
80 80  
81 81  (% class="box infomessage" %)
82 82  (((
83 - systemctl start lorawan-server
84 - systemctl stop lorawan-server
78 +**~ systemctl start lorawan-server**
79 +
80 + ** systemctl stop lorawan-server**
85 85  )))
86 86  
87 87  [[image:image-20220527091541-2.png||height="81" width="896"]]
88 88  
89 89  
90 -By default, the server listens on HTTP port 8080 and expects "admin" as both username and password. Users can access it via a web browser by entering the URL, where is the IP or the hostname of your server.  [[http:~~/~~/ip_address:8080>>http://ip_address:8080]]
86 +By default, the server listens on HTTP port 8080 and expects "**admin**" as both username and password. Users can access it via a web browser by entering the URL, where is the IP or the hostname of your server.  [[http:~~/~~/ip_address:8080>>http://ip_address:8080]]
91 91  
92 92  
93 -
94 94  = 3.  Configure Gateway =
95 95  
96 96  == 3.1  Register Gateway ==
... ... @@ -99,7 +99,7 @@
99 99  [[image:image-20220531144134-1.png||height="623" width="965"]]
100 100  
101 101  
102 -Back to the page of Semtech UDP check the secondary server settings and click the button of (% style="color:blue" %)**Save&Apply**
97 +Back to the page of Semtech UDP check the secondary server settings and click the button of (% style="color:blue" %)**Save&Apply.**
103 103  
104 104  
105 105  
... ... @@ -115,17 +115,16 @@
115 115  [[image:image-20220531144957-4.png||height="425" width="970"]]
116 116  
117 117  
118 -
119 119  = 4.  Configure Sensors =
120 120  
115 +== 4.1  Step 1. Add the Networks ==
121 121  
122 -== Step 1. Add the Networks ==
123 123  
124 -
125 125  **The following are examples of adding EU868 frequency nodes**
126 126  
127 127  See this link for more frequency configurations [[https:~~/~~/github.com/gotthardp/lorawan-server/blob/master/doc/Regions.md>>https://github.com/gotthardp/lorawan-server/blob/master/doc/Regions.md]]
128 128  
122 +
129 129  (% class="box" %)
130 130  (((
131 131  1.  Input the NetID*  ~-~->  Random 6 digits
... ... @@ -137,8 +137,10 @@
137 137  
138 138  [[image:image-20220601184816-1.png||height="608" width="958"]]
139 139  
140 -**Configuration of ADR**
141 141  
135 +
136 +(% style="color:blue" %)**Configuration of ADR**
137 +
142 142  (% class="box" %)
143 143  (((
144 144  Max EIRP(dBm) *  ~-~->  16
... ... @@ -160,8 +160,10 @@
160 160  
161 161  [[image:image-20220601185451-2.png||height="612" width="953"]]
162 162  
163 -**Configuration of Channels**
164 164  
160 +
161 +(% style="color:blue" %)**Configuration of Channels**
162 +
165 165  (% class="box" %)
166 166  (((
167 167  Initial Channels  ~-~-> eg. 0 - 2
... ... @@ -169,10 +169,13 @@
169 169  
170 170  [[image:image-20220601190313-3.png||height="549" width="958"]]
171 171  
172 -Finally, click "submit", Complete the Add Networks step.
173 173  
174 -== Step 2. Create new group ==
171 +Finally, click** "(% style="color:blue" %)submit"(%%)**, Complete the Add Networks step.
175 175  
173 +
174 +== 4.2  Step 2. Create new group ==
175 +
176 +
176 176  (% class="box" %)
177 177  (((
178 178  Name  ~-~-> custom
... ... @@ -183,18 +183,24 @@
183 183  [[image:image-20220601200220-4.png||height="533" width="968"]]
184 184  
185 185  
186 -== Step 3. Create new profile ==
187 +== 4.3  Step 3. Create new profile ==
187 187  
189 +
188 188  [[image:image-20220601203544-5.png||height="494" width="982"]]
189 189  
190 190  
191 -== Step 4. Create new device ==
193 +== 4.4  Step 4. Create new device ==
192 192  
195 +
193 193  [[image:image-20220601203837-6.png||height="577" width="983"]]
194 194  
195 195  
196 -== Checking node Status ==
199 +== 4.5  Checking node Status ==
197 197  
201 +
198 198  [[image:image-20220601204155-7.png||height="484" width="990"]]
199 199  
204 +
200 200  [[image:image-20220601204545-8.png||height="404" width="995"]]
206 +
207 +
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0