After the open LOG, Air write card registration failed

1. look LOG

2. look at whether to open the LOG, opened, but many did not print ah? Their own plus a serial printer, look at the code behind the implementation not later? Send the IP address and port # cis, 3: qhq port 5683,183.230.40.39

#cis,2:-[Trans]09Send Buffer 52 bytes---
44 02 28 B6  B6 28 7F 00  B2 62 73 4D  1A 65 70 3D   
31 31 31 38  30 34 66 66  66 66 66 32  63 39 30 36   
30 37 30 34  3B 34 36 30  30 34 35 30  39 30 34 30   
39 31 32 39                                          
<-[Send]<<---
#cis,3:send:5683,52,656991927
#cis,3:CI bootstrap requested to BS server
#cis,3:bootstrap step status finish(15): STATE_BS_INITIATED
#cis,3:OneNET_Pump_Handle:eventTyp=11
#cis,2:-ONT_Recv Buffer 29 bytes---
64 80 28 B6  B6 28 7F 00  C0 FF 65 6E  64 70 6F 69   
6E 74 20 6E  6F 74 20 65  78 69 73 74  73            
<-[Recv]<<---
#cis,3:Parsed: ver 1, type 2, tkl 4, code 4.00, mid 10422, 

The reply is 4.00, wrong request, Editor's Note? data analysis

44 
02 
28 B6 //消息ID
B6 28 7F 00  //token
B2 62 73  //uri path ,'bs'
4D  1A 65 70 3D 31 31 31 38  30 34 66 66  66  //uri query   'ep=111804fffff2c9060704;460045090409129'
66 66 32  63 39 30 36   
30 37 30 34  3B 34 36 30  30 34 35 30  39 30 34 30   
39 31 32 39   

The first packet data normally look at the comparison of successful registration

 

Guess you like

Origin www.cnblogs.com/429512065qhq/p/11199651.html