<
From version < 138.2 >
edited by Xiaoling
on 2023/04/21 15:48
To version < 138.5 >
edited by Xiaoling
on 2023/04/21 16:30
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -226,19 +226,15 @@
226 226  
227 227  In the Dragino gateway web interface, you need to configure the Packet Forwarder so that it forwards its data to the port. localhost:1700 or 127.0.0.1:1700
228 228  
229 -* In the **LoRaWAN** menu, click on **LoRaWAN ~-~- Semtech UDP**
229 +* In the (% style="color:blue" %)**LoRaWAN** (%%)menu, click on (% style="color:blue" %)**LoRaWAN ~-~- Semtech UDP**
230 230  
231 231  * Make sure the following settings are set:
232 -
233 233  ** **Service Provider:** //~-~-Custom/Private LoRaWAN~-~-//
234 -
235 235  ** **LoRaWAN Server Address:** //localhost or 127.0.0.1//
236 -
237 237  ** **Server port for upstream:** //1700//
238 -
239 239  ** **Server port for downstream:** //1700//
240 240  
241 - Click **(% style="color:blue" %)Save & Apply**.
237 + Click (% style="color:blue" %)**Save & Apply**.
242 242  
243 243  [[image:image-20221222114220-2.png||height="748" width="931"]]
244 244  
... ... @@ -262,7 +262,7 @@
262 262  
263 263  (% class="box infomessage" %)
264 264  (((
265 -/opt/chirpstack-gateway-bridge/chirpstack-gateway-bridge configfile > /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml
261 +**/opt/chirpstack-gateway-bridge/chirpstack-gateway-bridge configfile > /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml **
266 266  )))
267 267  
268 268  
... ... @@ -272,7 +272,7 @@
272 272  
273 273  (% class="box infomessage" %)
274 274  (((
275 -vim /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml
271 +**vim /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml **
276 276  )))
277 277  
278 278  [[image:image-20230415165254-1.png||height="583" width="956"]]
... ... @@ -285,7 +285,7 @@
285 285  
286 286  (% class="box infomessage" %)
287 287  (((
288 -/opt/chirpstack-gateway-bridge/chirpstack-gateway-bridge ~-~-config /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml
284 +**/opt/chirpstack-gateway-bridge/chirpstack-gateway-bridge ~-~-config /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml**
289 289  )))
290 290  
291 291  If the gateway-bridge connection is normal, the debug log displays **"connected to mqtt broker"**.
... ... @@ -345,7 +345,8 @@
345 345  
346 346  In the Dragino gateway web interface, you need to configure the Packet Forwarder so that it forwards its data to the port. localhost:1700 or 127.0.0.1:1700
347 347  
348 -* In the **LoRaWAN** menu, click on **LoRaWAN ~-~- Semtech UDP**
344 +* In the (% style="color:blue" %)**LoRaWAN**(%%) menu, click on (% style="color:blue" %)**LoRaWAN ~-~- Semtech UDP**
345 +
349 349  * Make sure the following settings are set:
350 350  ** **Service Provider:** //~-~-Custom/Private LoRaWAN~-~-//
351 351  ** **LoRaWAN Server Address:** //localhost or 127.0.0.1//
... ... @@ -352,7 +352,7 @@
352 352  ** **Server port for upstream:** //1700//
353 353  ** **Server port for downstream:** //1700//
354 354  
355 - Click **Save & Apply**.
352 + Click (% style="color:blue" %)**Save & Apply**.
356 356  
357 357  [[image:image-20221222114220-2.png||height="748" width="931"]]
358 358  
... ... @@ -372,7 +372,7 @@
372 372  
373 373  (% class="box infomessage" %)
374 374  (((
375 -root@dragino-1d27d4:~~#  vim /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml
372 +**root@dragino-1d27d4:~~#  vim /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml **
376 376  )))
377 377  
378 378  [[image:image-20221222113302-1.png]]
... ... @@ -760,7 +760,7 @@
760 760  
761 761  This example will be shown how to store/get all the data in two ways:
762 762  
763 -**//1). Chirpstack ~-~-> Node-red//**
760 +(% style="color:blue" %)**//1). Chirpstack ~-~-> Node-red//**
764 764  
765 765  
766 766  [[image:image-20221012184501-1.png]]
... ... @@ -779,7 +779,7 @@
779 779  [[image:image-20221012174352-3.png]]
780 780  
781 781  
782 -**//2). MQTT  Sub//**
779 +(% style="color:blue" %)**//2). MQTT  Sub//**
783 783  
784 784  If you don't want to store the information via node-red, you can get the output via the subscribe command.
785 785  
... ... @@ -788,15 +788,15 @@
788 788  
789 789  (% class="box infomessage" %)
790 790  (((
791 -mosquitto_sub -h localhost -t "application/#" -v
788 +**mosquitto_sub -h localhost -t "application/#" -v**
792 792  )))
793 793  
794 794  
795 -**Different host**
792 +(% style="color:blue" %)**Different host**
796 796  
797 797  (% class="box infomessage" %)
798 798  (((
799 -mosquitto_sub -h IPADDRESS -p 8883 ~-~-insecure ~-~-cafile ca.pem ~-~-cert cert.pem ~-~-key key.pem -t "application/#" -v
796 +**mosquitto_sub -h IPADDRESS -p 8883 ~-~-insecure ~-~-cafile ca.pem ~-~-cert cert.pem ~-~-key key.pem -t "application/#" -v**
800 800  )))
801 801  
802 802  [[image:image-20221012173639-1.png]]
... ... @@ -814,7 +814,5 @@
814 814  (((
815 815  Under normal circumstances, users need to change the APPKEY to solve this problem.
816 816  
817 -
818 -
819 819  
820 820  )))
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0