Changes for page Notes for ChirpStack
Last modified by Edwin Chen on 2025/01/30 09:53
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoye1 +XWiki.JeanPhilippe - Content
-
... ... @@ -318,15 +318,15 @@ 318 318 { 319 319 if(sha1[n] >= 'A' && sha1[n] <= 'Z') 320 320 { 321 - ascv = sha1.charCodeAt(n) - 55; 321 + ascv = sha1.charCodeAt( n ) - 55; 322 322 } 323 323 else if(sha1[n] >= 'a' && sha1[n] <= 'z') 324 324 { 325 - ascv = sha1.charCodeAt(n) - 87; 325 + ascv = sha1.charCodeAt( n ) - 87; 326 326 } 327 327 else 328 328 { 329 - ascv = sha1.charCodeAt(n) - 48; 329 + ascv = sha1.charCodeAt( n ) - 48; 330 330 } 331 331 \\ bit_arr = (bit_arr << 4) | ascv; 332 332 bit_num += 4; ... ... @@ -559,11 +559,14 @@ 559 559 560 560 [[image:image-20221012184501-1.png]] 561 561 562 -Use MQTT in Nore-red to subscribe to topics published by chirpstack-application and then continuously write to a file 562 +Use MQTT in Nore-red to subscribe to topics published by the chirpstack-application and then continuously write to a file 563 563 564 564 [[image:image-20221012174220-2.png]] 565 565 566 566 567 +[[image:image-20221012184655-3.png||height="395" width="1049"]] 568 + 569 + 567 567 Each message is continuously logged to a specified file 568 568 569 569 [[image:image-20221012174352-3.png]]