<
From version < 138.4 >
edited by Xiaoling
on 2023/04/21 15:51
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
... ... @@ -258,7 +258,7 @@
258 258  
259 259  (% class="box infomessage" %)
260 260  (((
261 -/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 **
262 262  )))
263 263  
264 264  
... ... @@ -268,7 +268,7 @@
268 268  
269 269  (% class="box infomessage" %)
270 270  (((
271 -vim /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml
271 +**vim /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml **
272 272  )))
273 273  
274 274  [[image:image-20230415165254-1.png||height="583" width="956"]]
... ... @@ -281,7 +281,7 @@
281 281  
282 282  (% class="box infomessage" %)
283 283  (((
284 -/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**
285 285  )))
286 286  
287 287  If the gateway-bridge connection is normal, the debug log displays **"connected to mqtt broker"**.
... ... @@ -341,7 +341,8 @@
341 341  
342 342  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
343 343  
344 -* 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 +
345 345  * Make sure the following settings are set:
346 346  ** **Service Provider:** //~-~-Custom/Private LoRaWAN~-~-//
347 347  ** **LoRaWAN Server Address:** //localhost or 127.0.0.1//
... ... @@ -348,7 +348,7 @@
348 348  ** **Server port for upstream:** //1700//
349 349  ** **Server port for downstream:** //1700//
350 350  
351 - Click **Save & Apply**.
352 + Click (% style="color:blue" %)**Save & Apply**.
352 352  
353 353  [[image:image-20221222114220-2.png||height="748" width="931"]]
354 354  
... ... @@ -368,7 +368,7 @@
368 368  
369 369  (% class="box infomessage" %)
370 370  (((
371 -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 **
372 372  )))
373 373  
374 374  [[image:image-20221222113302-1.png]]
... ... @@ -756,7 +756,7 @@
756 756  
757 757  This example will be shown how to store/get all the data in two ways:
758 758  
759 -**//1). Chirpstack ~-~-> Node-red//**
760 +(% style="color:blue" %)**//1). Chirpstack ~-~-> Node-red//**
760 760  
761 761  
762 762  [[image:image-20221012184501-1.png]]
... ... @@ -775,7 +775,7 @@
775 775  [[image:image-20221012174352-3.png]]
776 776  
777 777  
778 -**//2). MQTT  Sub//**
779 +(% style="color:blue" %)**//2). MQTT  Sub//**
779 779  
780 780  If you don't want to store the information via node-red, you can get the output via the subscribe command.
781 781  
... ... @@ -784,15 +784,15 @@
784 784  
785 785  (% class="box infomessage" %)
786 786  (((
787 -mosquitto_sub -h localhost -t "application/#" -v
788 +**mosquitto_sub -h localhost -t "application/#" -v**
788 788  )))
789 789  
790 790  
791 -**Different host**
792 +(% style="color:blue" %)**Different host**
792 792  
793 793  (% class="box infomessage" %)
794 794  (((
795 -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**
796 796  )))
797 797  
798 798  [[image:image-20221012173639-1.png]]
... ... @@ -810,7 +810,5 @@
810 810  (((
811 811  Under normal circumstances, users need to change the APPKEY to solve this problem.
812 812  
813 -
814 -
815 815  
816 816  )))
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0