<
From version < 121.1 >
edited by Jean-Philippe Gagné
on 2022/11/29 23:31
To version < 119.1 >
edited by Xiaoye
on 2022/10/12 18:46
>
Change comment: Uploaded new attachment "image-20221012184655-3.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.JeanPhilippe
1 +XWiki.Xiaoye
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,14 +559,11 @@
559 559  
560 560  [[image:image-20221012184501-1.png]]
561 561  
562 -Use MQTT in Nore-red to subscribe to topics published by the chirpstack-application and then continuously write to a file
562 +Use MQTT in Nore-red to subscribe to topics published by 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 -
570 570  Each message is continuously logged to a specified file
571 571  
572 572  [[image:image-20221012174352-3.png]]
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0