Advertisement
Guest User

debug sllurp inventory with -X 0

a guest
May 27th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 94.13 KB | None | 0 0
  1. (venv) C:\Users\antho\PycharmProjects\rfidreader>sllurp --debug inventory 192.168.1.1 -X 0
  2. 2018-05-27 19:16:05,544 sllurp.cli: DEBUG: inventory args: Args(host=('192.168.1.1',), port=5084, time=None, every_n=None, antennas='1', tx_power=0, modulation=None, tari=0, session=2, population=4, mode_identifier=None, reconnect=False)
  3. 2018-05-27 19:16:05,545 sllurp.verb.inventory: INFO: Antenna map: {'192.168.1.1': {'1': 'Antenna 1'}}
  4. 2018-05-27 19:16:05,545 sllurp.llrp: INFO: connecting to 192.168.1.1:5084...
  5. 2018-05-27 19:16:05,547 sllurp.llrp: DEBUG: Building protocol for 192.168.1.1:5084
  6. 2018-05-27 19:16:05,547 sllurp.llrp: DEBUG: Antennas in buildProtocol: [1]
  7. 2018-05-27 19:16:05,548 sllurp.llrp: DEBUG: 192.168.1.1:5084 start_inventory: True
  8. 2018-05-27 19:16:05,548 sllurp.llrp: INFO: will reset reader state on connect
  9. 2018-05-27 19:16:05,548 sllurp.llrp: INFO: will start inventory on connect
  10. 2018-05-27 19:16:05,548 sllurp.llrp: INFO: using antennas: [1]
  11. 2018-05-27 19:16:05,548 sllurp.llrp: INFO: transmit power: {1: 0}
  12. 2018-05-27 19:16:05,549 sllurp.llrp: INFO: connected to ('192.168.1.1', 5084) (192.168.1.1:5084)
  13. 2018-05-27 19:16:05,550 sllurp.llrp: DEBUG: got 32 bytes from reader: b'043f000000200000000000f600160080000c00056d383084c390010000060000'
  14. 2018-05-27 19:16:05,550 sllurp.llrp: DEBUG: expect 32 bytes (have 32)
  15. 2018-05-27 19:16:05,550 sllurp.llrp: DEBUG: deserializing READER_EVENT_NOTIFICATION command
  16. 2018-05-27 19:16:05,580 sllurp.llrp_proto: DEBUG: decode_ReaderEventNotification
  17. 2018-05-27 19:16:05,586 sllurp.llrp_proto: DEBUG: decode_ReaderEventNotificationData (type=246 len=22)
  18. 2018-05-27 19:16:05,590 sllurp.llrp_proto: DEBUG: decode_UTCTimestamp
  19. 2018-05-27 19:16:05,596 sllurp.llrp_proto: DEBUG: decode_UTCTimestamp (type=128 len=12)
  20. 2018-05-27 19:16:05,601 sllurp.llrp_proto: DEBUG: decode_ConnectionAttemptEvent
  21. 2018-05-27 19:16:05,606 sllurp.llrp_proto: DEBUG: decode_ConnectionAttemptEvent (type=256 len=6)
  22. 2018-05-27 19:16:05,610 sllurp.llrp_proto: DEBUG: decode_AntennaEvent
  23. 2018-05-27 19:16:05,611 sllurp.llrp: DEBUG: done deserializing READER_EVENT_NOTIFICATION command
  24. 2018-05-27 19:16:05,611 sllurp.llrp: DEBUG: LLRPMessage received in state 1: <READER_EVENT_NOTIFICATION>
  25. <Ver>1</Ver>
  26. <Type>63</Type>
  27. <ID>0</ID>
  28. <ReaderEventNotificationData>
  29. <ConnectionAttemptEvent>
  30. <Status>Success</Status>
  31. </ConnectionAttemptEvent>
  32. </ReaderEventNotificationData>
  33. </READER_EVENT_NOTIFICATION>
  34. 2018-05-27 19:16:05,611 sllurp.llrp: DEBUG: starting message callbacks for READER_EVENT_NOTIFICATION
  35. 2018-05-27 19:16:05,612 sllurp.llrp: DEBUG: done with message callbacks for READER_EVENT_NOTIFICATION
  36. 2018-05-27 19:16:05,612 sllurp.llrp: DEBUG: in handleMessage(READER_EVENT_NOTIFICATION), there are 0 Deferreds
  37. 2018-05-27 19:16:05,612 sllurp.llrp: DEBUG: serializing GET_READER_CAPABILITIES command
  38. 2018-05-27 19:16:05,612 sllurp.llrp: DEBUG: serialized bytes: b'04010000000b0000000000'
  39. 2018-05-27 19:16:05,612 sllurp.llrp: DEBUG: done serializing GET_READER_CAPABILITIES command
  40. 2018-05-27 19:16:05,613 sllurp.llrp: DEBUG: state change: STATE_DISCONNECTED -> STATE_SENT_GET_CAPABILITIES
  41. 2018-05-27 19:16:05,613 sllurp.llrp: DEBUG: got 10 bytes from reader: b'043e0000000a00000000'
  42. 2018-05-27 19:16:05,613 sllurp.llrp: DEBUG: expect 10 bytes (have 10)
  43. 2018-05-27 19:16:05,613 sllurp.llrp: DEBUG: deserializing KEEPALIVE command
  44. 2018-05-27 19:16:05,613 sllurp.llrp: DEBUG: done deserializing KEEPALIVE command
  45. 2018-05-27 19:16:05,614 sllurp.llrp: DEBUG: LLRPMessage received in state 21: <KEEPALIVE>
  46. <Ver>1</Ver>
  47. <Type>62</Type>
  48. <ID>0</ID>
  49. </KEEPALIVE>
  50. 2018-05-27 19:16:05,614 sllurp.llrp: DEBUG: starting message callbacks for KEEPALIVE
  51. 2018-05-27 19:16:05,614 sllurp.llrp: DEBUG: done with message callbacks for KEEPALIVE
  52. 2018-05-27 19:16:05,614 sllurp.llrp: DEBUG: serializing KEEPALIVE_ACK command
  53. 2018-05-27 19:16:05,614 sllurp.llrp: DEBUG: serialized bytes: b'04480000000a00000000'
  54. 2018-05-27 19:16:05,615 sllurp.llrp: DEBUG: done serializing KEEPALIVE_ACK command
  55. 2018-05-27 19:16:05,771 sllurp.llrp: DEBUG: got 1613 bytes from reader: b'040b0000064d00000000011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e0089019b0004c0000000aaaa0000bbbb0007322e30312e3036008b0008
  56. 00010000008b000800020023008b000800030024008b000800040025008b000800050026008b000800060027008b000800070028008b000800080029008b00080009002a008b0008000a002b008b0008000b002c008b0008000c002d008b0008000d002e008b0008000e002f008b0008000f0030008b000800100031008b000800110032
  57. 008b000800120033008b000800130034008b000800140035008b000800150036008b000800160037008b000800170038008b000800180039008b00080019003a008b0008001a003b008b0008001b003c008b0008001c003d008b0008001d003e008b0008001e003f008b0008001f0040008b000800200041008b000800210042008b0008
  58. 00220043008b000800230044008b000800240045008b000800250046008b000800260047008b000800270048008b000800280049008b00080029004a008b0008002a004b008d000800020006008c00090001000101008c00090002000101008c00090003000101008c00090004000101016b0006ffdd008e001cc0010000000000010000
  59. 0001000000010000001000000010008f044d034800010090044500910008000103e80091000800020401009100080003041a0091000800040433009100080005044c0091000800060465009100080007047e009100080008049700910008000904b000910008000a04c900910008000b04e200910008000c04fb00910008000d05140091
  60. 0008000e052d00910008000f0546009100080010055f0091000800110578009100080012059100910008001305aa00910008001405c300910008001505dc00910008001605f5009100080017060e0091000800180627009100080019064000910008001a065900910008001b067200910008001c068b00910008001d06a400910008001e
  61. 06bd00910008001f06d600910008002006ef00910008002107080091000800220721009100080023073a0091000800240753009100080025076c0091000800260785009100080027079e00910008002807b700910008002907d000910008002a07e900910008002b080200910008002c081b00910008002d083400910008002e084d0091
  62. 0008002f0866009100080030087f009100080031089800910008003208b100910008003308ca00910008003408e300910008003508fc0091000800360915009100080037092e0091000800380947009100080039096000910008003a097900910008003b099200910008003c09ab00910008003d09c400910008003e09dd00910008003f
  63. 09f60091000800400a0f0091000800410a280091000800420a410091000800430a5a0091000800440a730091000800450a8c0091000800460aa50091000800470abe0091000800480ad70091000800490af000910008004a0b0900910008004b0b2200910008004c0b3b00910008004d0b5400910008004e0b6d00910008004f0b860091
  64. 000800500b9f0091000800510bb8009200d500009300d001000032000dc65e000dc852000dca46000dcc3a000dce2e000dd022000dd216000dd40a000dd5fe000dd7f2000dd9e6000ddbda000dddce000ddfc2000de1b6000de3aa000de59e000de792000de986000deb7a000ded6e000def62000df156000df34a000df53e000df73200
  65. 0df926000dfb1a000dfd0e000dff02000e00f6000e02ea000e04de000e06d2000e08c6000e0aba000e0cae000e0ea2000e1096000e128a000e147e000e1672000e1866000e1a5a000e1c4e000e1e42000e2036000e222a000e241e000e2612014800e40149002000000015800202000009c400000005dc0000186a0000186a0000000001
  66. 49002000000016800202000009c400000005dc0000186a0000186a000000000149002000000017800202000009c400000005dc0000186a0000186a000000000149002000000018800202000009c400000005dc0000186a0000186a000000000149002000000019800202000009c400000005dc0000186a0000186a000000000149002000
  67. 00001a800202000009c400000005dc0000186a0000186a00000000014900200000001b800202000009c400000005dc0000186a0000186a0000000001470007040001'
  68. 2018-05-27 19:16:05,771 sllurp.llrp: DEBUG: expect 1613 bytes (have 1613)
  69. 2018-05-27 19:16:05,773 sllurp.llrp: DEBUG: deserializing GET_READER_CAPABILITIES_RESPONSE command
  70. 2018-05-27 19:16:05,783 sllurp.llrp_proto: DEBUG: decode_GetReaderCapabilitiesResponse
  71. 2018-05-27 19:16:05,793 sllurp.llrp_proto: DEBUG: decode_LLRPStatus
  72. 2018-05-27 19:16:05,793 sllurp.llrp_proto: DEBUG: decode_LLRPStatus: b'011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e0089019b0004c0000000aaaa0000bbbb0007322e30312e3036008b000800010000008b00080002002
  73. 3008b000800030024008b000800040025008b000800050026008b000800060027008b000800070028008b000800080029008b00080009002a008b0008000a002b008b0008000b002c008b0008000c002d008b0008000d002e008b0008000e002f008b0008000f0030008b000800100031008b000800110032008b000800120033008b000
  74. 800130034008b000800140035008b000800150036008b000800160037008b000800170038008b000800180039008b00080019003a008b0008001a003b008b0008001b003c008b0008001c003d008b0008001d003e008b0008001e003f008b0008001f0040008b000800200041008b000800210042008b000800220043008b00080023004
  75. 4008b000800240045008b000800250046008b000800260047008b000800270048008b000800280049008b00080029004a008b0008002a004b008d000800020006008c00090001000101008c00090002000101008c00090003000101008c00090004000101016b0006ffdd008e001cc001000000000001000000010000000100000010000
  76. 00010008f044d034800010090044500910008000103e80091000800020401009100080003041a0091000800040433009100080005044c0091000800060465009100080007047e009100080008049700910008000904b000910008000a04c900910008000b04e200910008000c04fb00910008000d051400910008000e052d00910008000
  77. f0546009100080010055f0091000800110578009100080012059100910008001305aa00910008001405c300910008001505dc00910008001605f5009100080017060e0091000800180627009100080019064000910008001a065900910008001b067200910008001c068b00910008001d06a400910008001e06bd00910008001f06d6009
  78. 10008002006ef00910008002107080091000800220721009100080023073a0091000800240753009100080025076c0091000800260785009100080027079e00910008002807b700910008002907d000910008002a07e900910008002b080200910008002c081b00910008002d083400910008002e084d00910008002f086600910008003
  79. 0087f009100080031089800910008003208b100910008003308ca00910008003408e300910008003508fc0091000800360915009100080037092e0091000800380947009100080039096000910008003a097900910008003b099200910008003c09ab00910008003d09c400910008003e09dd00910008003f09f60091000800400a0f009
  80. 1000800410a280091000800420a410091000800430a5a0091000800440a730091000800450a8c0091000800460aa50091000800470abe0091000800480ad70091000800490af000910008004a0b0900910008004b0b2200910008004c0b3b00910008004d0b5400910008004e0b6d00910008004f0b860091000800500b9f00910008005
  81. 10bb8009200d500009300d001000032000dc65e000dc852000dca46000dcc3a000dce2e000dd022000dd216000dd40a000dd5fe000dd7f2000dd9e6000ddbda000dddce000ddfc2000de1b6000de3aa000de59e000de792000de986000deb7a000ded6e000def62000df156000df34a000df53e000df732000df926000dfb1a000dfd0e0
  82. 00dff02000e00f6000e02ea000e04de000e06d2000e08c6000e0aba000e0cae000e0ea2000e1096000e128a000e147e000e1672000e1866000e1a5a000e1c4e000e1e42000e2036000e222a000e241e000e2612014800e40149002000000015800202000009c400000005dc0000186a0000186a000000000149002000000016800202000
  83. 009c400000005dc0000186a0000186a000000000149002000000017800202000009c400000005dc0000186a0000186a000000000149002000000018800202000009c400000005dc0000186a0000186a000000000149002000000019800202000009c400000005dc0000186a0000186a00000000014900200000001a800202000009c4000
  84. 00005dc0000186a0000186a00000000014900200000001b800202000009c400000005dc0000186a0000186a0000000001470007040001'
  85. 2018-05-27 19:16:05,803 sllurp.llrp_proto: DEBUG: decode_LLRPStatus (type=287 len=56)
  86. 2018-05-27 19:16:05,809 sllurp.llrp_proto: DEBUG: decode_FieldError
  87. 2018-05-27 19:16:05,809 sllurp.llrp_proto: DEBUG: no FieldError
  88. 2018-05-27 19:16:05,814 sllurp.llrp_proto: DEBUG: decode_ParameterError
  89. 2018-05-27 19:16:05,814 sllurp.llrp_proto: DEBUG: no ParameterError
  90. 2018-05-27 19:16:05,819 sllurp.llrp_proto: DEBUG: decode_GeneralDeviceCapabilities
  91. 2018-05-27 19:16:05,824 sllurp.llrp_proto: DEBUG: decode_GeneralDeviceCapabilities (type=137 len=411)
  92. 2018-05-27 19:16:05,829 sllurp.llrp_proto: DEBUG: decode_ReceiveSensitivityTableEntry
  93. 2018-05-27 19:16:05,834 sllurp.llrp_proto: DEBUG: decode_ReceiveSensitivityTableEntry (type=139 len=8)
  94. 2018-05-27 19:16:05,838 sllurp.llrp_proto: DEBUG: decode_PerAntennaReceiveSensitivityRange
  95. 2018-05-27 19:16:05,844 sllurp.llrp_proto: DEBUG: decode_GPIOCapabilities
  96. 2018-05-27 19:16:05,848 sllurp.llrp_proto: DEBUG: decode_PerAntennaAirProtocol
  97. 2018-05-27 19:16:05,853 sllurp.llrp_proto: DEBUG: decode_MaximumReceiveSensitivity
  98. 2018-05-27 19:16:05,858 sllurp.llrp_proto: DEBUG: decode_LLRPCapabilities
  99. 2018-05-27 19:16:05,862 sllurp.llrp_proto: DEBUG: decode_LLRPCapabilities (type=142 len=28)
  100. 2018-05-27 19:16:05,867 sllurp.llrp_proto: DEBUG: decode_RegulatoryCapabilities
  101. 2018-05-27 19:16:05,871 sllurp.llrp_proto: DEBUG: decode_RegulatoryCapabilities (type=143 len=1101)
  102. 2018-05-27 19:16:05,876 sllurp.llrp_proto: DEBUG: decode_UHFBandCapabilities
  103. 2018-05-27 19:16:05,881 sllurp.llrp_proto: DEBUG: decode_UHFBandCapabilities (type=144 len=1093)
  104. 2018-05-27 19:16:05,886 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  105. 2018-05-27 19:16:05,890 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  106. 2018-05-27 19:16:05,896 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  107. 2018-05-27 19:16:05,900 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  108. 2018-05-27 19:16:05,906 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  109. 2018-05-27 19:16:05,910 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  110. 2018-05-27 19:16:05,915 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  111. 2018-05-27 19:16:05,920 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  112. 2018-05-27 19:16:05,924 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  113. 2018-05-27 19:16:05,929 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  114. 2018-05-27 19:16:05,933 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  115. 2018-05-27 19:16:05,939 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  116. 2018-05-27 19:16:05,943 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  117. 2018-05-27 19:16:05,949 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  118. 2018-05-27 19:16:05,953 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  119. 2018-05-27 19:16:05,959 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  120. 2018-05-27 19:16:05,963 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  121. 2018-05-27 19:16:05,969 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  122. 2018-05-27 19:16:05,973 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  123. 2018-05-27 19:16:05,979 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  124. 2018-05-27 19:16:05,983 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  125. 2018-05-27 19:16:05,989 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  126. 2018-05-27 19:16:05,993 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  127. 2018-05-27 19:16:05,997 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  128. 2018-05-27 19:16:06,003 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  129. 2018-05-27 19:16:06,008 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  130. 2018-05-27 19:16:06,013 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  131. 2018-05-27 19:16:06,019 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  132. 2018-05-27 19:16:06,023 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  133. 2018-05-27 19:16:06,029 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  134. 2018-05-27 19:16:06,034 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  135. 2018-05-27 19:16:06,039 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  136. 2018-05-27 19:16:06,044 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  137. 2018-05-27 19:16:06,049 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  138. 2018-05-27 19:16:06,055 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  139. 2018-05-27 19:16:06,059 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  140. 2018-05-27 19:16:06,063 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  141. 2018-05-27 19:16:06,069 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  142. 2018-05-27 19:16:06,075 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  143. 2018-05-27 19:16:06,079 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  144. 2018-05-27 19:16:06,085 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  145. 2018-05-27 19:16:06,089 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  146. 2018-05-27 19:16:06,095 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  147. 2018-05-27 19:16:06,101 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  148. 2018-05-27 19:16:06,106 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  149. 2018-05-27 19:16:06,110 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  150. 2018-05-27 19:16:06,115 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  151. 2018-05-27 19:16:06,120 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  152. 2018-05-27 19:16:06,125 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  153. 2018-05-27 19:16:06,130 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  154. 2018-05-27 19:16:06,136 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  155. 2018-05-27 19:16:06,140 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  156. 2018-05-27 19:16:06,148 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  157. 2018-05-27 19:16:06,154 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  158. 2018-05-27 19:16:06,160 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  159. 2018-05-27 19:16:06,165 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  160. 2018-05-27 19:16:06,170 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  161. 2018-05-27 19:16:06,175 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  162. 2018-05-27 19:16:06,181 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  163. 2018-05-27 19:16:06,186 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  164. 2018-05-27 19:16:06,191 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  165. 2018-05-27 19:16:06,196 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  166. 2018-05-27 19:16:06,201 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  167. 2018-05-27 19:16:06,206 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  168. 2018-05-27 19:16:06,211 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  169. 2018-05-27 19:16:06,216 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  170. 2018-05-27 19:16:06,221 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  171. 2018-05-27 19:16:06,226 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  172. 2018-05-27 19:16:06,230 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  173. 2018-05-27 19:16:06,235 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  174. 2018-05-27 19:16:06,240 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  175. 2018-05-27 19:16:06,245 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  176. 2018-05-27 19:16:06,250 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  177. 2018-05-27 19:16:06,254 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  178. 2018-05-27 19:16:06,262 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  179. 2018-05-27 19:16:06,270 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  180. 2018-05-27 19:16:06,275 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  181. 2018-05-27 19:16:06,280 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  182. 2018-05-27 19:16:06,285 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  183. 2018-05-27 19:16:06,289 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  184. 2018-05-27 19:16:06,295 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  185. 2018-05-27 19:16:06,299 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  186. 2018-05-27 19:16:06,305 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  187. 2018-05-27 19:16:06,309 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  188. 2018-05-27 19:16:06,313 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  189. 2018-05-27 19:16:06,319 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  190. 2018-05-27 19:16:06,323 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  191. 2018-05-27 19:16:06,330 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  192. 2018-05-27 19:16:06,335 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  193. 2018-05-27 19:16:06,340 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  194. 2018-05-27 19:16:06,345 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  195. 2018-05-27 19:16:06,349 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  196. 2018-05-27 19:16:06,353 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  197. 2018-05-27 19:16:06,359 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  198. 2018-05-27 19:16:06,363 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  199. 2018-05-27 19:16:06,367 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  200. 2018-05-27 19:16:06,373 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  201. 2018-05-27 19:16:06,378 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  202. 2018-05-27 19:16:06,383 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  203. 2018-05-27 19:16:06,388 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  204. 2018-05-27 19:16:06,393 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  205. 2018-05-27 19:16:06,398 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  206. 2018-05-27 19:16:06,402 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  207. 2018-05-27 19:16:06,409 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  208. 2018-05-27 19:16:06,414 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  209. 2018-05-27 19:16:06,419 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  210. 2018-05-27 19:16:06,424 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  211. 2018-05-27 19:16:06,428 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  212. 2018-05-27 19:16:06,432 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  213. 2018-05-27 19:16:06,438 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  214. 2018-05-27 19:16:06,442 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  215. 2018-05-27 19:16:06,448 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  216. 2018-05-27 19:16:06,454 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  217. 2018-05-27 19:16:06,458 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  218. 2018-05-27 19:16:06,464 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  219. 2018-05-27 19:16:06,468 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  220. 2018-05-27 19:16:06,473 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  221. 2018-05-27 19:16:06,478 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  222. 2018-05-27 19:16:06,482 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  223. 2018-05-27 19:16:06,488 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  224. 2018-05-27 19:16:06,492 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  225. 2018-05-27 19:16:06,496 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  226. 2018-05-27 19:16:06,502 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  227. 2018-05-27 19:16:06,506 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  228. 2018-05-27 19:16:06,512 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  229. 2018-05-27 19:16:06,518 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  230. 2018-05-27 19:16:06,523 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  231. 2018-05-27 19:16:06,528 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  232. 2018-05-27 19:16:06,533 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  233. 2018-05-27 19:16:06,538 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  234. 2018-05-27 19:16:06,543 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  235. 2018-05-27 19:16:06,547 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  236. 2018-05-27 19:16:06,552 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  237. 2018-05-27 19:16:06,557 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  238. 2018-05-27 19:16:06,562 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  239. 2018-05-27 19:16:06,569 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  240. 2018-05-27 19:16:06,574 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  241. 2018-05-27 19:16:06,580 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  242. 2018-05-27 19:16:06,585 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  243. 2018-05-27 19:16:06,590 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  244. 2018-05-27 19:16:06,595 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  245. 2018-05-27 19:16:06,601 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  246. 2018-05-27 19:16:06,606 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  247. 2018-05-27 19:16:06,612 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  248. 2018-05-27 19:16:06,617 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  249. 2018-05-27 19:16:06,621 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  250. 2018-05-27 19:16:06,627 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  251. 2018-05-27 19:16:06,630 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  252. 2018-05-27 19:16:06,636 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  253. 2018-05-27 19:16:06,642 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  254. 2018-05-27 19:16:06,648 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  255. 2018-05-27 19:16:06,654 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  256. 2018-05-27 19:16:06,658 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  257. 2018-05-27 19:16:06,664 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  258. 2018-05-27 19:16:06,669 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  259. 2018-05-27 19:16:06,674 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  260. 2018-05-27 19:16:06,679 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  261. 2018-05-27 19:16:06,684 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  262. 2018-05-27 19:16:06,689 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  263. 2018-05-27 19:16:06,694 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  264. 2018-05-27 19:16:06,698 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  265. 2018-05-27 19:16:06,704 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry (type=145 len=8)
  266. 2018-05-27 19:16:06,710 sllurp.llrp_proto: DEBUG: decode_TransmitPowerLevelTableEntry
  267. 2018-05-27 19:16:06,714 sllurp.llrp_proto: DEBUG: decode_FrequencyInformation
  268. 2018-05-27 19:16:06,720 sllurp.llrp_proto: DEBUG: decode_FrequencyInformation (type=146 len=213)
  269. 2018-05-27 19:16:06,724 sllurp.llrp_proto: DEBUG: decode_FrequencyHopTable
  270. 2018-05-27 19:16:06,730 sllurp.llrp_proto: DEBUG: decode_FrequencyHopTable (type=147 len=208)
  271. 2018-05-27 19:16:06,736 sllurp.llrp_proto: DEBUG: decode_FrequencyHopTable
  272. 2018-05-27 19:16:06,740 sllurp.llrp_proto: DEBUG: decode_FrequencyInformation
  273. 2018-05-27 19:16:06,746 sllurp.llrp_proto: DEBUG: decode_UHFRFModeTable
  274. 2018-05-27 19:16:06,750 sllurp.llrp_proto: DEBUG: decode_UHFRFModeTable (type=328 len=228)
  275. 2018-05-27 19:16:06,756 sllurp.llrp_proto: DEBUG: decode_UHFRFModeTable (type=328 len=228)
  276. 2018-05-27 19:16:06,764 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry
  277. 2018-05-27 19:16:06,768 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry (type=329 len=32)
  278. 2018-05-27 19:16:06,774 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry
  279. 2018-05-27 19:16:06,780 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry (type=329 len=32)
  280. 2018-05-27 19:16:06,786 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry
  281. 2018-05-27 19:16:06,792 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry (type=329 len=32)
  282. 2018-05-27 19:16:06,796 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry
  283. 2018-05-27 19:16:06,802 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry (type=329 len=32)
  284. 2018-05-27 19:16:06,806 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry
  285. 2018-05-27 19:16:06,811 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry (type=329 len=32)
  286. 2018-05-27 19:16:06,817 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry
  287. 2018-05-27 19:16:06,822 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry (type=329 len=32)
  288. 2018-05-27 19:16:06,827 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry
  289. 2018-05-27 19:16:06,833 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry (type=329 len=32)
  290. 2018-05-27 19:16:06,837 sllurp.llrp_proto: DEBUG: decode_UHFC1G2RFModeTableEntry
  291. 2018-05-27 19:16:06,841 sllurp.llrp_proto: DEBUG: decode_RFSurveyFrequencyCapabilities
  292. 2018-05-27 19:16:06,841 sllurp.llrp: DEBUG: done deserializing GET_READER_CAPABILITIES_RESPONSE command
  293. 2018-05-27 19:16:06,841 sllurp.llrp: DEBUG: LLRPMessage received in state 21: <GET_READER_CAPABILITIES_RESPONSE>
  294. <Ver>1</Ver>
  295. <Type>11</Type>
  296. <ID>0</ID>
  297. <LLRPStatus>
  298. <StatusCode>Success</StatusCode>
  299. <ErrorDescription>b'message was received and processed successfully.'</ErrorDescription>
  300. </LLRPStatus>
  301. <GeneralDeviceCapabilities>
  302. <MaxNumberOfAntennaSupported>4</MaxNumberOfAntennaSupported>
  303. <CanSetAntennaProperties>True</CanSetAntennaProperties>
  304. <HasUTCClockCapability>True</HasUTCClockCapability>
  305. <DeviceManufacturerName>43690</DeviceManufacturerName>
  306. <ModelName>48059</ModelName>
  307. <FirmwareVersionByteCount>7</FirmwareVersionByteCount>
  308. <ReaderFirmwareVersion>b'2.01.06'</ReaderFirmwareVersion>
  309. <ReceiveSensitivityTableEntry>
  310. <Index>1</Index>
  311. <ReceiveSensitivityValue>0</ReceiveSensitivityValue>
  312. </ReceiveSensitivityTableEntry>
  313. </GeneralDeviceCapabilities>
  314. <LLRPCapabilities>
  315. <CanDoRFSurvey>True</CanDoRFSurvey>
  316. <CanReportBufferFillWarning>True</CanReportBufferFillWarning>
  317. <SupportsClientRequestOpSpec>False</SupportsClientRequestOpSpec>
  318. <CanDoTagInventoryStateAwareSingulation>False</CanDoTagInventoryStateAwareSingulation>
  319. <SupportsEventAndReportHolding>False</SupportsEventAndReportHolding>
  320. <MaxPriorityLevelSupported>1</MaxPriorityLevelSupported>
  321. <ClientRequestOpSpecTimeout>0</ClientRequestOpSpecTimeout>
  322. <MaxNumROSpec>1</MaxNumROSpec>
  323. <MaxNumSpecsPerROSpec>1</MaxNumSpecsPerROSpec>
  324. <MaxNumInventoryParametersSpecsPerAISpec>1</MaxNumInventoryParametersSpecsPerAISpec>
  325. <MaxNumAccessSpec>16</MaxNumAccessSpec>
  326. <MaxNumOpSpecsPerAccessSpec>16</MaxNumOpSpecsPerAccessSpec>
  327. </LLRPCapabilities>
  328. <RegulatoryCapabilities>
  329. <CountryCode>840</CountryCode>
  330. <CommunicationsStandard>1</CommunicationsStandard>
  331. <UHFBandCapabilities>
  332. <FrequencyInformation>
  333. <Hopping>False</Hopping>
  334. </FrequencyInformation>
  335. <UHFRFModeTable>
  336. </UHFRFModeTable>
  337. </UHFBandCapabilities>
  338. </RegulatoryCapabilities>
  339. <AirProtocolLLRPCapabilities>b'\x01G\x00\x07\x04\x00\x01'</AirProtocolLLRPCapabilities>
  340. </GET_READER_CAPABILITIES_RESPONSE>
  341. 2018-05-27 19:16:06,843 sllurp.llrp: DEBUG: starting message callbacks for GET_READER_CAPABILITIES_RESPONSE
  342. 2018-05-27 19:16:06,843 sllurp.llrp: DEBUG: done with message callbacks for GET_READER_CAPABILITIES_RESPONSE
  343. 2018-05-27 19:16:06,843 sllurp.llrp: DEBUG: in handleMessage(GET_READER_CAPABILITIES_RESPONSE), there are 1 Deferreds
  344. 2018-05-27 19:16:06,859 sllurp.llrp: DEBUG: Capabilities: {'AirProtocolLLRPCapabilities': b'\x01G\x00\x07\x04\x00\x01',
  345. 'GeneralDeviceCapabilities': {'CanSetAntennaProperties': True,
  346. 'DeviceManufacturerName': 43690,
  347. 'FirmwareVersionByteCount': 7,
  348. 'HasUTCClockCapability': True,
  349. 'MaxNumberOfAntennaSupported': 4,
  350. 'ModelName': 48059,
  351. 'ReaderFirmwareVersion': b'2.01.06',
  352. 'ReceiveSensitivityTableEntry': {'Index': 1,
  353. 'ReceiveSensitivityValue': 0}},
  354. 'ID': 0,
  355. 'LLRPCapabilities': {'CanDoRFSurvey': True,
  356. 'CanDoTagInventoryStateAwareSingulation': False,
  357. 'CanReportBufferFillWarning': True,
  358. 'ClientRequestOpSpecTimeout': 0,
  359. 'MaxNumAccessSpec': 16,
  360. 'MaxNumInventoryParametersSpecsPerAISpec': 1,
  361. 'MaxNumOpSpecsPerAccessSpec': 16,
  362. 'MaxNumROSpec': 1,
  363. 'MaxNumSpecsPerROSpec': 1,
  364. 'MaxPriorityLevelSupported': 1,
  365. 'SupportsClientRequestOpSpec': False,
  366. 'SupportsEventAndReportHolding': False},
  367. 'LLRPStatus': {'ErrorDescription': b'message was received and processed succe'
  368. b'ssfully.',
  369. 'StatusCode': 'Success'},
  370. 'RegulatoryCapabilities': {'CommunicationsStandard': 1,
  371. 'CountryCode': 840,
  372. 'UHFBandCapabilities': {'FrequencyInformation': {'FrequencyHopTable0': {'Frequency1': (902750,),
  373. 'Frequency10': (907250,),
  374. 'Frequency11': (907750,),
  375. 'Frequency12': (908250,),
  376. 'Frequency13': (908750,),
  377. 'Frequency14': (909250,),
  378. 'Frequency15': (909750,),
  379. 'Frequency16': (910250,),
  380. 'Frequency17': (910750,),
  381. 'Frequency18': (911250,),
  382. 'Frequency19': (911750,),
  383. 'Frequency2': (903250,),
  384. 'Frequency20': (912250,),
  385. 'Frequency21': (912750,),
  386. 'Frequency22': (913250,),
  387. 'Frequency23': (913750,),
  388. 'Frequency24': (914250,),
  389. 'Frequency25': (914750,),
  390. 'Frequency26': (915250,),
  391. 'Frequency27': (915750,),
  392. 'Frequency28': (916250,),
  393. 'Frequency29': (916750,),
  394. 'Frequency3': (903750,),
  395. 'Frequency30': (917250,),
  396. 'Frequency31': (917750,),
  397. 'Frequency32': (918250,),
  398. 'Frequency33': (918750,),
  399. 'Frequency34': (919250,),
  400. 'Frequency35': (919750,),
  401. 'Frequency36': (920250,),
  402. 'Frequency37': (920750,),
  403. 'Frequency38': (921250,),
  404. 'Frequency39': (921750,),
  405. 'Frequency4': (904250,),
  406. 'Frequency40': (922250,),
  407. 'Frequency41': (922750,),
  408. 'Frequency42': (923250,),
  409. 'Frequency43': (923750,),
  410. 'Frequency44': (924250,),
  411. 'Frequency45': (924750,),
  412. 'Frequency46': (925250,),
  413. 'Frequency47': (925750,),
  414. 'Frequency48': (926250,),
  415. 'Frequency49': (926750,),
  416. 'Frequency5': (904750,),
  417. 'Frequency50': (927250,),
  418. 'Frequency6': (905250,),
  419. 'Frequency7': (905750,),
  420. 'Frequency8': (906250,),
  421. 'Frequency9': (906750,),
  422. 'HopTableId': 1,
  423. 'NumHops': 50},
  424. 'Hopping': False},
  425. 'TransmitPowerLevelTableEntry0': {'Index': 1,
  426. 'TransmitPowerValue': 1000},
  427. 'TransmitPowerLevelTableEntry1': {'Index': 2,
  428. 'TransmitPowerValue': 1025},
  429. 'TransmitPowerLevelTableEntry10': {'Index': 11,
  430. 'TransmitPowerValue': 1250},
  431. 'TransmitPowerLevelTableEntry11': {'Index': 12,
  432. 'TransmitPowerValue': 1275},
  433. 'TransmitPowerLevelTableEntry12': {'Index': 13,
  434. 'TransmitPowerValue': 1300},
  435. 'TransmitPowerLevelTableEntry13': {'Index': 14,
  436. 'TransmitPowerValue': 1325},
  437. 'TransmitPowerLevelTableEntry14': {'Index': 15,
  438. 'TransmitPowerValue': 1350},
  439. 'TransmitPowerLevelTableEntry15': {'Index': 16,
  440. 'TransmitPowerValue': 1375},
  441. 'TransmitPowerLevelTableEntry16': {'Index': 17,
  442. 'TransmitPowerValue': 1400},
  443. 'TransmitPowerLevelTableEntry17': {'Index': 18,
  444. 'TransmitPowerValue': 1425},
  445. 'TransmitPowerLevelTableEntry18': {'Index': 19,
  446. 'TransmitPowerValue': 1450},
  447. 'TransmitPowerLevelTableEntry19': {'Index': 20,
  448. 'TransmitPowerValue': 1475},
  449. 'TransmitPowerLevelTableEntry2': {'Index': 3,
  450. 'TransmitPowerValue': 1050},
  451. 'TransmitPowerLevelTableEntry20': {'Index': 21,
  452. 'TransmitPowerValue': 1500},
  453. 'TransmitPowerLevelTableEntry21': {'Index': 22,
  454. 'TransmitPowerValue': 1525},
  455. 'TransmitPowerLevelTableEntry22': {'Index': 23,
  456. 'TransmitPowerValue': 1550},
  457. 'TransmitPowerLevelTableEntry23': {'Index': 24,
  458. 'TransmitPowerValue': 1575},
  459. 'TransmitPowerLevelTableEntry24': {'Index': 25,
  460. 'TransmitPowerValue': 1600},
  461. 'TransmitPowerLevelTableEntry25': {'Index': 26,
  462. 'TransmitPowerValue': 1625},
  463. 'TransmitPowerLevelTableEntry26': {'Index': 27,
  464. 'TransmitPowerValue': 1650},
  465. 'TransmitPowerLevelTableEntry27': {'Index': 28,
  466. 'TransmitPowerValue': 1675},
  467. 'TransmitPowerLevelTableEntry28': {'Index': 29,
  468. 'TransmitPowerValue': 1700},
  469. 'TransmitPowerLevelTableEntry29': {'Index': 30,
  470. 'TransmitPowerValue': 1725},
  471. 'TransmitPowerLevelTableEntry3': {'Index': 4,
  472. 'TransmitPowerValue': 1075},
  473. 'TransmitPowerLevelTableEntry30': {'Index': 31,
  474. 'TransmitPowerValue': 1750},
  475. 'TransmitPowerLevelTableEntry31': {'Index': 32,
  476. 'TransmitPowerValue': 1775},
  477. 'TransmitPowerLevelTableEntry32': {'Index': 33,
  478. 'TransmitPowerValue': 1800},
  479. 'TransmitPowerLevelTableEntry33': {'Index': 34,
  480. 'TransmitPowerValue': 1825},
  481. 'TransmitPowerLevelTableEntry34': {'Index': 35,
  482. 'TransmitPowerValue': 1850},
  483. 'TransmitPowerLevelTableEntry35': {'Index': 36,
  484. 'TransmitPowerValue': 1875},
  485. 'TransmitPowerLevelTableEntry36': {'Index': 37,
  486. 'TransmitPowerValue': 1900},
  487. 'TransmitPowerLevelTableEntry37': {'Index': 38,
  488. 'TransmitPowerValue': 1925},
  489. 'TransmitPowerLevelTableEntry38': {'Index': 39,
  490. 'TransmitPowerValue': 1950},
  491. 'TransmitPowerLevelTableEntry39': {'Index': 40,
  492. 'TransmitPowerValue': 1975},
  493. 'TransmitPowerLevelTableEntry4': {'Index': 5,
  494. 'TransmitPowerValue': 1100},
  495. 'TransmitPowerLevelTableEntry40': {'Index': 41,
  496. 'TransmitPowerValue': 2000},
  497. 'TransmitPowerLevelTableEntry41': {'Index': 42,
  498. 'TransmitPowerValue': 2025},
  499. 'TransmitPowerLevelTableEntry42': {'Index': 43,
  500. 'TransmitPowerValue': 2050},
  501. 'TransmitPowerLevelTableEntry43': {'Index': 44,
  502. 'TransmitPowerValue': 2075},
  503. 'TransmitPowerLevelTableEntry44': {'Index': 45,
  504. 'TransmitPowerValue': 2100},
  505. 'TransmitPowerLevelTableEntry45': {'Index': 46,
  506. 'TransmitPowerValue': 2125},
  507. 'TransmitPowerLevelTableEntry46': {'Index': 47,
  508. 'TransmitPowerValue': 2150},
  509. 'TransmitPowerLevelTableEntry47': {'Index': 48,
  510. 'TransmitPowerValue': 2175},
  511. 'TransmitPowerLevelTableEntry48': {'Index': 49,
  512. 'TransmitPowerValue': 2200},
  513. 'TransmitPowerLevelTableEntry49': {'Index': 50,
  514. 'TransmitPowerValue': 2225},
  515. 'TransmitPowerLevelTableEntry5': {'Index': 6,
  516. 'TransmitPowerValue': 1125},
  517. 'TransmitPowerLevelTableEntry50': {'Index': 51,
  518. 'TransmitPowerValue': 2250},
  519. 'TransmitPowerLevelTableEntry51': {'Index': 52,
  520. 'TransmitPowerValue': 2275},
  521. 'TransmitPowerLevelTableEntry52': {'Index': 53,
  522. 'TransmitPowerValue': 2300},
  523. 'TransmitPowerLevelTableEntry53': {'Index': 54,
  524. 'TransmitPowerValue': 2325},
  525. 'TransmitPowerLevelTableEntry54': {'Index': 55,
  526. 'TransmitPowerValue': 2350},
  527. 'TransmitPowerLevelTableEntry55': {'Index': 56,
  528. 'TransmitPowerValue': 2375},
  529. 'TransmitPowerLevelTableEntry56': {'Index': 57,
  530. 'TransmitPowerValue': 2400},
  531. 'TransmitPowerLevelTableEntry57': {'Index': 58,
  532. 'TransmitPowerValue': 2425},
  533. 'TransmitPowerLevelTableEntry58': {'Index': 59,
  534. 'TransmitPowerValue': 2450},
  535. 'TransmitPowerLevelTableEntry59': {'Index': 60,
  536. 'TransmitPowerValue': 2475},
  537. 'TransmitPowerLevelTableEntry6': {'Index': 7,
  538. 'TransmitPowerValue': 1150},
  539. 'TransmitPowerLevelTableEntry60': {'Index': 61,
  540. 'TransmitPowerValue': 2500},
  541. 'TransmitPowerLevelTableEntry61': {'Index': 62,
  542. 'TransmitPowerValue': 2525},
  543. 'TransmitPowerLevelTableEntry62': {'Index': 63,
  544. 'TransmitPowerValue': 2550},
  545. 'TransmitPowerLevelTableEntry63': {'Index': 64,
  546. 'TransmitPowerValue': 2575},
  547. 'TransmitPowerLevelTableEntry64': {'Index': 65,
  548. 'TransmitPowerValue': 2600},
  549. 'TransmitPowerLevelTableEntry65': {'Index': 66,
  550. 'TransmitPowerValue': 2625},
  551. 'TransmitPowerLevelTableEntry66': {'Index': 67,
  552. 'TransmitPowerValue': 2650},
  553. 'TransmitPowerLevelTableEntry67': {'Index': 68,
  554. 'TransmitPowerValue': 2675},
  555. 'TransmitPowerLevelTableEntry68': {'Index': 69,
  556. 'TransmitPowerValue': 2700},
  557. 'TransmitPowerLevelTableEntry69': {'Index': 70,
  558. 'TransmitPowerValue': 2725},
  559. 'TransmitPowerLevelTableEntry7': {'Index': 8,
  560. 'TransmitPowerValue': 1175},
  561. 'TransmitPowerLevelTableEntry70': {'Index': 71,
  562. 'TransmitPowerValue': 2750},
  563. 'TransmitPowerLevelTableEntry71': {'Index': 72,
  564. 'TransmitPowerValue': 2775},
  565. 'TransmitPowerLevelTableEntry72': {'Index': 73,
  566. 'TransmitPowerValue': 2800},
  567. 'TransmitPowerLevelTableEntry73': {'Index': 74,
  568. 'TransmitPowerValue': 2825},
  569. 'TransmitPowerLevelTableEntry74': {'Index': 75,
  570. 'TransmitPowerValue': 2850},
  571. 'TransmitPowerLevelTableEntry75': {'Index': 76,
  572. 'TransmitPowerValue': 2875},
  573. 'TransmitPowerLevelTableEntry76': {'Index': 77,
  574. 'TransmitPowerValue': 2900},
  575. 'TransmitPowerLevelTableEntry77': {'Index': 78,
  576. 'TransmitPowerValue': 2925},
  577. 'TransmitPowerLevelTableEntry78': {'Index': 79,
  578. 'TransmitPowerValue': 2950},
  579. 'TransmitPowerLevelTableEntry79': {'Index': 80,
  580. 'TransmitPowerValue': 2975},
  581. 'TransmitPowerLevelTableEntry8': {'Index': 9,
  582. 'TransmitPowerValue': 1200},
  583. 'TransmitPowerLevelTableEntry80': {'Index': 81,
  584. 'TransmitPowerValue': 3000},
  585. 'TransmitPowerLevelTableEntry9': {'Index': 10,
  586. 'TransmitPowerValue': 1225},
  587. 'UHFRFModeTable': {'UHFC1G2RFModeTableEntry0': {'BDR': 640000,
  588. 'C': 0,
  589. 'FLM': 2,
  590. 'M': 0,
  591. 'MaxTari': 6250,
  592. 'MinTari': 6250,
  593. 'Mod': 2,
  594. 'ModeIdentifier': 21,
  595. 'PIE': 1500,
  596. 'R': 1,
  597. 'StepTari': 0},
  598. 'UHFC1G2RFModeTableEntry1': {'BDR': 640000,
  599. 'C': 0,
  600. 'FLM': 2,
  601. 'M': 0,
  602. 'MaxTari': 6250,
  603. 'MinTari': 6250,
  604. 'Mod': 2,
  605. 'ModeIdentifier': 22,
  606. 'PIE': 1500,
  607. 'R': 1,
  608. 'StepTari': 0},
  609. 'UHFC1G2RFModeTableEntry2': {'BDR': 640000,
  610. 'C': 0,
  611. 'FLM': 2,
  612. 'M': 0,
  613. 'MaxTari': 6250,
  614. 'MinTari': 6250,
  615. 'Mod': 2,
  616. 'ModeIdentifier': 23,
  617. 'PIE': 1500,
  618. 'R': 1,
  619. 'StepTari': 0},
  620. 'UHFC1G2RFModeTableEntry3': {'BDR': 640000,
  621. 'C': 0,
  622. 'FLM': 2,
  623. 'M': 0,
  624. 'MaxTari': 6250,
  625. 'MinTari': 6250,
  626. 'Mod': 2,
  627. 'ModeIdentifier': 24,
  628. 'PIE': 1500,
  629. 'R': 1,
  630. 'StepTari': 0},
  631. 'UHFC1G2RFModeTableEntry4': {'BDR': 640000,
  632. 'C': 0,
  633. 'FLM': 2,
  634. 'M': 0,
  635. 'MaxTari': 6250,
  636. 'MinTari': 6250,
  637. 'Mod': 2,
  638. 'ModeIdentifier': 25,
  639. 'PIE': 1500,
  640. 'R': 1,
  641. 'StepTari': 0},
  642. 'UHFC1G2RFModeTableEntry5': {'BDR': 640000,
  643. 'C': 0,
  644. 'FLM': 2,
  645. 'M': 0,
  646. 'MaxTari': 6250,
  647. 'MinTari': 6250,
  648. 'Mod': 2,
  649. 'ModeIdentifier': 26,
  650. 'PIE': 1500,
  651. 'R': 1,
  652. 'StepTari': 0},
  653. 'UHFC1G2RFModeTableEntry6': {'BDR': 640000,
  654. 'C': 0,
  655. 'FLM': 2,
  656. 'M': 0,
  657. 'MaxTari': 6250,
  658. 'MinTari': 6250,
  659. 'Mod': 2,
  660. 'ModeIdentifier': 27,
  661. 'PIE': 1500,
  662. 'R': 1,
  663. 'StepTari': 0}}}},
  664. 'Type': 11,
  665. 'Ver': 1}
  666. 2018-05-27 19:16:06,863 sllurp.llrp: DEBUG: set antennas: [1]
  667. 2018-05-27 19:16:06,863 sllurp.llrp: DEBUG: tx_power_table: [0, 10.0, 10.25, 10.5, 10.75, 11.0, 11.25, 11.5, 11.75, 12.0, 12.25, 12.5, 12.75, 13.0, 13.25, 13.5, 13.75, 14.0, 14.25, 14.5, 14.75, 15.0, 15.25, 15.5, 15.75, 16.0, 16.25, 16.5, 16.75, 17.0, 17.25, 17.5,
  668. 17.75, 18.0, 18.25, 18.5, 18.75, 19.0, 19.25, 19.5, 19.75, 20.0, 20.25, 20.5, 20.75, 21.0, 21.25, 21.5, 21.75, 22.0, 22.25, 22.5, 22.75, 23.0, 23.25, 23.5, 23.75, 24.0, 24.25, 24.5, 24.75, 25.0, 25.25, 25.5, 25.75, 26.0, 26.25, 26.5, 26.75, 27.0, 27.25, 27.5, 27.
  669. 75, 28.0, 28.25, 28.5, 28.75, 29.0, 29.25, 29.5, 29.75, 30.0]
  670. 2018-05-27 19:16:06,863 sllurp.llrp: DEBUG: requested tx_power: {1: 0}
  671. 2018-05-27 19:16:06,865 sllurp.llrp: DEBUG: tx_pow_validated: {1: (81, 30.0)}
  672. 2018-05-27 19:16:06,865 sllurp.llrp: DEBUG: tx_power for antenna 1: 81 (30.0 dBm)
  673. 2018-05-27 19:16:06,867 sllurp.llrp: INFO: using reader mode: None
  674. 2018-05-27 19:16:06,867 sllurp.llrp: DEBUG: running 1 Deferreds for GET_READER_CAPABILITIES_RESPONSE; isSuccess=True
  675. 2018-05-27 19:16:06,867 sllurp.llrp: DEBUG: state change: STATE_SENT_GET_CAPABILITIES -> STATE_CONNECTED
  676. 2018-05-27 19:16:06,867 sllurp.llrp: DEBUG: serializing GET_READER_CONFIG command
  677. 2018-05-27 19:16:06,867 sllurp.llrp: DEBUG: serialized bytes: b'0402000000110000000000000000000000'
  678. 2018-05-27 19:16:06,867 sllurp.llrp: DEBUG: done serializing GET_READER_CONFIG command
  679. 2018-05-27 19:16:06,867 sllurp.llrp: DEBUG: state change: STATE_CONNECTED -> STATE_SENT_GET_CONFIG
  680. 2018-05-27 19:16:06,871 sllurp.llrp: DEBUG: got 467 bytes from reader: b'040c000001d300000000011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e00da000b0100040200010500dd0009800001000000dd000980000200000
  681. 0dd0009800003000000dd0009800004000000de002e000100df0006000000e0000a000100000051014a001800014f000803e800000150000b0000200000000000de002e000200df0006002a00e0000a000100000051014a001800014f000803e800000150000b0000200000000000de002e000300df0006002a00e0000a0001000000510
  682. 14a001800014f000803e800000150000b0000200000000000de002e000400df0006002a00e0000a000100000051014a001800014f000803e800000150000b0000200000000000f4004300f5000700008000f5000700018000f5000700028000f5000700038000f5000700048000f5000700058000f5000700068000f5000700070000f50
  683. 00700080000ed001202000100ee000bffc0015c0005c000ef00050100d900080000000000dc0009000000000000e100080001000000e100080002000000db000700010000db000700020000db000700030000db000700040000db000700050000db000700060000e2000500'
  684. 2018-05-27 19:16:06,875 sllurp.llrp: DEBUG: expect 467 bytes (have 467)
  685. 2018-05-27 19:16:06,878 sllurp.llrp: DEBUG: deserializing GET_READER_CONFIG_RESPONSE command
  686. 2018-05-27 19:16:06,883 sllurp.llrp_proto: DEBUG: decode_GetReaderConfigResponse
  687. 2018-05-27 19:16:06,887 sllurp.llrp_proto: DEBUG: decode_LLRPStatus
  688. 2018-05-27 19:16:06,888 sllurp.llrp_proto: DEBUG: decode_LLRPStatus: b'011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e00da000b0100040200010500dd0009800001000000dd0009800002000000dd0009800003000000dd0
  689. 009800004000000de002e000100df0006000000e0000a000100000051014a001800014f000803e800000150000b0000200000000000de002e000200df0006002a00e0000a000100000051014a001800014f000803e800000150000b0000200000000000de002e000300df0006002a00e0000a000100000051014a001800014f000803e80
  690. 0000150000b0000200000000000de002e000400df0006002a00e0000a000100000051014a001800014f000803e800000150000b0000200000000000f4004300f5000700008000f5000700018000f5000700028000f5000700038000f5000700048000f5000700058000f5000700068000f5000700070000f5000700080000ed001202000
  691. 100ee000bffc0015c0005c000ef00050100d900080000000000dc0009000000000000e100080001000000e100080002000000db000700010000db000700020000db000700030000db000700040000db000700050000db000700060000e2000500'
  692. 2018-05-27 19:16:06,892 sllurp.llrp_proto: DEBUG: decode_LLRPStatus (type=287 len=56)
  693. 2018-05-27 19:16:06,897 sllurp.llrp_proto: DEBUG: decode_FieldError
  694. 2018-05-27 19:16:06,897 sllurp.llrp_proto: DEBUG: no FieldError
  695. 2018-05-27 19:16:06,902 sllurp.llrp_proto: DEBUG: decode_ParameterError
  696. 2018-05-27 19:16:06,902 sllurp.llrp_proto: DEBUG: no ParameterError
  697. 2018-05-27 19:16:06,902 sllurp.llrp_proto: DEBUG: TODO: decode rest of GET_READER_CONFIG_RESPONSE
  698. 2018-05-27 19:16:06,903 sllurp.llrp: DEBUG: done deserializing GET_READER_CONFIG_RESPONSE command
  699. 2018-05-27 19:16:06,903 sllurp.llrp: DEBUG: LLRPMessage received in state 4: <GET_READER_CONFIG_RESPONSE>
  700. <Ver>1</Ver>
  701. <Type>12</Type>
  702. <ID>0</ID>
  703. <LLRPStatus>
  704. <StatusCode>Success</StatusCode>
  705. <ErrorDescription>b'message was received and processed successfully.'</ErrorDescription>
  706. </LLRPStatus>
  707. </GET_READER_CONFIG_RESPONSE>
  708. 2018-05-27 19:16:06,903 sllurp.llrp: DEBUG: starting message callbacks for GET_READER_CONFIG_RESPONSE
  709. 2018-05-27 19:16:06,903 sllurp.llrp: DEBUG: done with message callbacks for GET_READER_CONFIG_RESPONSE
  710. 2018-05-27 19:16:06,903 sllurp.llrp: DEBUG: in handleMessage(GET_READER_CONFIG_RESPONSE), there are 1 Deferreds
  711. 2018-05-27 19:16:06,904 sllurp.llrp: DEBUG: running 1 Deferreds for GET_READER_CONFIG_RESPONSE; isSuccess=True
  712. 2018-05-27 19:16:06,904 sllurp.llrp: DEBUG: state change: STATE_SENT_GET_CONFIG -> STATE_SENT_GET_CONFIG
  713. 2018-05-27 19:16:06,905 sllurp.llrp: DEBUG: serializing ENABLE_EVENTS_AND_REPORTS command
  714. 2018-05-27 19:16:06,905 sllurp.llrp: DEBUG: serialized bytes: b'04400000000a00000000'
  715. 2018-05-27 19:16:06,905 sllurp.llrp: DEBUG: done serializing ENABLE_EVENTS_AND_REPORTS command
  716. 2018-05-27 19:16:06,905 sllurp.llrp: DEBUG: serializing SET_READER_CONFIG command
  717. 2018-05-27 19:16:06,906 sllurp.llrp: DEBUG: serialized bytes: b'04030000000b0000000000'
  718. 2018-05-27 19:16:06,908 sllurp.llrp: DEBUG: done serializing SET_READER_CONFIG command
  719. 2018-05-27 19:16:06,908 sllurp.llrp: DEBUG: state change: STATE_SENT_GET_CONFIG -> STATE_SENT_SET_CONFIG
  720. 2018-05-27 19:16:06,911 sllurp.llrp: DEBUG: got 59 bytes from reader: b'04640000003b00000000011f0031006d0029616e20756e737570706f72746564206d6573736167652074797065207761732072656365697665642e'
  721. 2018-05-27 19:16:06,912 sllurp.llrp: DEBUG: expect 59 bytes (have 59)
  722. 2018-05-27 19:16:06,912 sllurp.llrp: DEBUG: deserializing ErrorMessage command
  723. 2018-05-27 19:16:06,916 sllurp.llrp_proto: DEBUG: decode_ErrorMessage
  724. 2018-05-27 19:16:06,921 sllurp.llrp_proto: DEBUG: decode_LLRPStatus
  725. 2018-05-27 19:16:06,921 sllurp.llrp_proto: DEBUG: decode_LLRPStatus: b'011f0031006d0029616e20756e737570706f72746564206d6573736167652074797065207761732072656365697665642e'
  726. 2018-05-27 19:16:06,925 sllurp.llrp_proto: DEBUG: decode_LLRPStatus (type=287 len=49)
  727. 2018-05-27 19:16:06,930 sllurp.llrp_proto: DEBUG: decode_FieldError
  728. 2018-05-27 19:16:06,930 sllurp.llrp_proto: DEBUG: no FieldError
  729. 2018-05-27 19:16:06,935 sllurp.llrp_proto: DEBUG: decode_ParameterError
  730. 2018-05-27 19:16:06,935 sllurp.llrp_proto: DEBUG: no ParameterError
  731. 2018-05-27 19:16:06,936 sllurp.llrp: DEBUG: done deserializing ErrorMessage command
  732. 2018-05-27 19:16:06,936 sllurp.llrp: DEBUG: LLRPMessage received in state 5: <ErrorMessage>
  733. <Type>100</Type>
  734. <LLRPStatus>
  735. <StatusCode>UnsupportedMessage</StatusCode>
  736. <ErrorDescription>b'an unsupported message type was received.'</ErrorDescription>
  737. </LLRPStatus>
  738. </ErrorMessage>
  739. 2018-05-27 19:16:06,936 sllurp.llrp: DEBUG: starting message callbacks for ErrorMessage
  740. 2018-05-27 19:16:06,936 sllurp.llrp: DEBUG: done with message callbacks for ErrorMessage
  741. 2018-05-27 19:16:06,937 sllurp.llrp: DEBUG: in handleMessage(ErrorMessage), there are 0 Deferreds
  742. 2018-05-27 19:16:06,937 sllurp.llrp: ERROR: unexpected response ErrorMessage setting config
  743. 2018-05-27 19:16:06,953 sllurp.llrp: DEBUG: got 66 bytes from reader: b'040d0000004200000000011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  744. 2018-05-27 19:16:06,953 sllurp.llrp: DEBUG: expect 66 bytes (have 66)
  745. 2018-05-27 19:16:06,955 sllurp.llrp: DEBUG: deserializing SET_READER_CONFIG_RESPONSE command
  746. 2018-05-27 19:16:06,959 sllurp.llrp_proto: DEBUG: decode_LLRPStatus
  747. 2018-05-27 19:16:06,959 sllurp.llrp_proto: DEBUG: decode_LLRPStatus: b'011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  748. 2018-05-27 19:16:06,963 sllurp.llrp_proto: DEBUG: decode_LLRPStatus (type=287 len=56)
  749. 2018-05-27 19:16:06,969 sllurp.llrp_proto: DEBUG: decode_FieldError
  750. 2018-05-27 19:16:06,969 sllurp.llrp_proto: DEBUG: no FieldError
  751. 2018-05-27 19:16:06,973 sllurp.llrp_proto: DEBUG: decode_ParameterError
  752. 2018-05-27 19:16:06,973 sllurp.llrp_proto: DEBUG: no ParameterError
  753. 2018-05-27 19:16:06,973 sllurp.llrp: DEBUG: done deserializing SET_READER_CONFIG_RESPONSE command
  754. 2018-05-27 19:16:06,973 sllurp.llrp: DEBUG: LLRPMessage received in state 5: <SET_READER_CONFIG_RESPONSE>
  755. <Ver>1</Ver>
  756. <Type>13</Type>
  757. <ID>0</ID>
  758. <LLRPStatus>
  759. <StatusCode>Success</StatusCode>
  760. <ErrorDescription>b'message was received and processed successfully.'</ErrorDescription>
  761. </LLRPStatus>
  762. </SET_READER_CONFIG_RESPONSE>
  763. 2018-05-27 19:16:06,975 sllurp.llrp: DEBUG: starting message callbacks for SET_READER_CONFIG_RESPONSE
  764. 2018-05-27 19:16:06,975 sllurp.llrp: DEBUG: done with message callbacks for SET_READER_CONFIG_RESPONSE
  765. 2018-05-27 19:16:06,975 sllurp.llrp: DEBUG: in handleMessage(SET_READER_CONFIG_RESPONSE), there are 1 Deferreds
  766. 2018-05-27 19:16:06,975 sllurp.llrp: DEBUG: running 1 Deferreds for SET_READER_CONFIG_RESPONSE; isSuccess=True
  767. 2018-05-27 19:16:06,975 sllurp.llrp: DEBUG: state change: STATE_SENT_SET_CONFIG -> STATE_SENT_SET_CONFIG
  768. 2018-05-27 19:16:06,975 sllurp.llrp: INFO: stopping politely
  769. 2018-05-27 19:16:06,975 sllurp.llrp: DEBUG: serializing DELETE_ACCESSSPEC command
  770. 2018-05-27 19:16:06,975 sllurp.llrp: DEBUG: serialized bytes: b'04290000000e0000000000000000'
  771. 2018-05-27 19:16:06,975 sllurp.llrp: DEBUG: done serializing DELETE_ACCESSSPEC command
  772. 2018-05-27 19:16:06,975 sllurp.llrp: DEBUG: state change: STATE_SENT_SET_CONFIG -> STATE_SENT_DELETE_ACCESSSPEC
  773. 2018-05-27 19:16:06,979 sllurp.llrp: DEBUG: got 66 bytes from reader: b'04330000004200000000011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  774. 2018-05-27 19:16:06,979 sllurp.llrp: DEBUG: expect 66 bytes (have 66)
  775. 2018-05-27 19:16:06,979 sllurp.llrp: DEBUG: deserializing DELETE_ACCESSSPEC_RESPONSE command
  776. 2018-05-27 19:16:06,983 sllurp.llrp_proto: DEBUG: decode_DeleteROSpecResponse
  777. 2018-05-27 19:16:06,987 sllurp.llrp_proto: DEBUG: decode_LLRPStatus
  778. 2018-05-27 19:16:06,987 sllurp.llrp_proto: DEBUG: decode_LLRPStatus: b'011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  779. 2018-05-27 19:16:06,993 sllurp.llrp_proto: DEBUG: decode_LLRPStatus (type=287 len=56)
  780. 2018-05-27 19:16:06,997 sllurp.llrp_proto: DEBUG: decode_FieldError
  781. 2018-05-27 19:16:06,997 sllurp.llrp_proto: DEBUG: no FieldError
  782. 2018-05-27 19:16:07,003 sllurp.llrp_proto: DEBUG: decode_ParameterError
  783. 2018-05-27 19:16:07,003 sllurp.llrp_proto: DEBUG: no ParameterError
  784. 2018-05-27 19:16:07,003 sllurp.llrp: DEBUG: done deserializing DELETE_ACCESSSPEC_RESPONSE command
  785. 2018-05-27 19:16:07,003 sllurp.llrp: DEBUG: LLRPMessage received in state 20: <DELETE_ACCESSSPEC_RESPONSE>
  786. <Ver>1</Ver>
  787. <Type>51</Type>
  788. <ID>0</ID>
  789. <LLRPStatus>
  790. <StatusCode>Success</StatusCode>
  791. <ErrorDescription>b'message was received and processed successfully.'</ErrorDescription>
  792. </LLRPStatus>
  793. </DELETE_ACCESSSPEC_RESPONSE>
  794. 2018-05-27 19:16:07,003 sllurp.llrp: DEBUG: starting message callbacks for DELETE_ACCESSSPEC_RESPONSE
  795. 2018-05-27 19:16:07,005 sllurp.llrp: DEBUG: done with message callbacks for DELETE_ACCESSSPEC_RESPONSE
  796. 2018-05-27 19:16:07,005 sllurp.llrp: DEBUG: in handleMessage(DELETE_ACCESSSPEC_RESPONSE), there are 1 Deferreds
  797. 2018-05-27 19:16:07,005 sllurp.llrp: DEBUG: running 1 Deferreds for DELETE_ACCESSSPEC_RESPONSE; isSuccess=True
  798. 2018-05-27 19:16:07,005 sllurp.llrp: DEBUG: serializing DELETE_ROSPEC command
  799. 2018-05-27 19:16:07,005 sllurp.llrp: DEBUG: serialized bytes: b'04150000000e0000000000000000'
  800. 2018-05-27 19:16:07,005 sllurp.llrp: DEBUG: done serializing DELETE_ROSPEC command
  801. 2018-05-27 19:16:07,005 sllurp.llrp: DEBUG: state change: STATE_SENT_DELETE_ACCESSSPEC -> STATE_SENT_DELETE_ROSPEC
  802. 2018-05-27 19:16:07,018 sllurp.llrp: DEBUG: got 66 bytes from reader: b'041f0000004200000000011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  803. 2018-05-27 19:16:07,019 sllurp.llrp: DEBUG: expect 66 bytes (have 66)
  804. 2018-05-27 19:16:07,019 sllurp.llrp: DEBUG: deserializing DELETE_ROSPEC_RESPONSE command
  805. 2018-05-27 19:16:07,023 sllurp.llrp_proto: DEBUG: decode_DeleteROSpecResponse
  806. 2018-05-27 19:16:07,028 sllurp.llrp_proto: DEBUG: decode_LLRPStatus
  807. 2018-05-27 19:16:07,028 sllurp.llrp_proto: DEBUG: decode_LLRPStatus: b'011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  808. 2018-05-27 19:16:07,033 sllurp.llrp_proto: DEBUG: decode_LLRPStatus (type=287 len=56)
  809. 2018-05-27 19:16:07,038 sllurp.llrp_proto: DEBUG: decode_FieldError
  810. 2018-05-27 19:16:07,038 sllurp.llrp_proto: DEBUG: no FieldError
  811. 2018-05-27 19:16:07,043 sllurp.llrp_proto: DEBUG: decode_ParameterError
  812. 2018-05-27 19:16:07,043 sllurp.llrp_proto: DEBUG: no ParameterError
  813. 2018-05-27 19:16:07,043 sllurp.llrp: DEBUG: done deserializing DELETE_ROSPEC_RESPONSE command
  814. 2018-05-27 19:16:07,044 sllurp.llrp: DEBUG: LLRPMessage received in state 19: <DELETE_ROSPEC_RESPONSE>
  815. <Ver>1</Ver>
  816. <Type>31</Type>
  817. <ID>0</ID>
  818. <LLRPStatus>
  819. <StatusCode>Success</StatusCode>
  820. <ErrorDescription>b'message was received and processed successfully.'</ErrorDescription>
  821. </LLRPStatus>
  822. </DELETE_ROSPEC_RESPONSE>
  823. 2018-05-27 19:16:07,044 sllurp.llrp: DEBUG: starting message callbacks for DELETE_ROSPEC_RESPONSE
  824. 2018-05-27 19:16:07,044 sllurp.llrp: DEBUG: done with message callbacks for DELETE_ROSPEC_RESPONSE
  825. 2018-05-27 19:16:07,044 sllurp.llrp: DEBUG: in handleMessage(DELETE_ROSPEC_RESPONSE), there are 1 Deferreds
  826. 2018-05-27 19:16:07,045 sllurp.llrp: DEBUG: state change: STATE_SENT_DELETE_ROSPEC -> STATE_CONNECTED
  827. 2018-05-27 19:16:07,045 sllurp.llrp: DEBUG: running 1 Deferreds for DELETE_ROSPEC_RESPONSE; isSuccess=True
  828. 2018-05-27 19:16:07,045 sllurp.llrp: DEBUG: ROSpec: <ROSpec>
  829. <ROSpecID>1</ROSpecID>
  830. <Priority>0</Priority>
  831. <CurrentState>Disabled</CurrentState>
  832. <ROBoundarySpec>
  833. <ROSpecStartTrigger>
  834. <ROSpecStartTriggerType>Immediate</ROSpecStartTriggerType>
  835. </ROSpecStartTrigger>
  836. <ROSpecStopTrigger>
  837. <ROSpecStopTriggerType>Null</ROSpecStopTriggerType>
  838. <DurationTriggerValue>0</DurationTriggerValue>
  839. </ROSpecStopTrigger>
  840. </ROBoundarySpec>
  841. <AISpec>
  842. <AntennaIDs>[1]</AntennaIDs>
  843. <AISpecStopTrigger>
  844. <AISpecStopTriggerType>Null</AISpecStopTriggerType>
  845. <DurationTriggerValue>0</DurationTriggerValue>
  846. </AISpecStopTrigger>
  847. <InventoryParameterSpec>
  848. <InventoryParameterSpecID>1</InventoryParameterSpecID>
  849. <ProtocolID>1</ProtocolID>
  850. <AntennaConfiguration>
  851. <AntennaID>1</AntennaID>
  852. <RFTransmitter>
  853. <HopTableId>1</HopTableId>
  854. <ChannelIndex>1</ChannelIndex>
  855. <TransmitPower>81</TransmitPower>
  856. </RFTransmitter>
  857. <C1G2InventoryCommand>
  858. <TagInventoryStateAware>False</TagInventoryStateAware>
  859. <C1G2SingulationControl>
  860. <Session>2</Session>
  861. <TagPopulation>4</TagPopulation>
  862. <TagTransitTime>0</TagTransitTime>
  863. </C1G2SingulationControl>
  864. </C1G2InventoryCommand>
  865. </AntennaConfiguration>
  866. </InventoryParameterSpec>
  867. </AISpec>
  868. <ROReportSpec>
  869. <N>0</N>
  870. <ROReportTrigger>Upon_N_Tags_Or_End_Of_AISpec</ROReportTrigger>
  871. <TagReportContentSelector>
  872. <EnableROSpecID>False</EnableROSpecID>
  873. <EnableSpecIndex>False</EnableSpecIndex>
  874. <EnableInventoryParameterSpecID>False</EnableInventoryParameterSpecID>
  875. <EnableAntennaID>True</EnableAntennaID>
  876. <EnableChannelIndex>False</EnableChannelIndex>
  877. <EnablePeakRRSI>True</EnablePeakRRSI>
  878. <EnableFirstSeenTimestamp>False</EnableFirstSeenTimestamp>
  879. <EnableLastSeenTimestamp>True</EnableLastSeenTimestamp>
  880. <EnableTagSeenCount>True</EnableTagSeenCount>
  881. <EnableAccessSpecID>False</EnableAccessSpecID>
  882. </TagReportContentSelector>
  883. </ROReportSpec>
  884. </ROSpec>
  885. 2018-05-27 19:16:07,046 sllurp.llrp: INFO: starting inventory
  886. 2018-05-27 19:16:07,046 sllurp.llrp: DEBUG: made enabled_rospec
  887. 2018-05-27 19:16:07,046 sllurp.llrp: DEBUG: made added_rospec
  888. 2018-05-27 19:16:07,046 sllurp.llrp: DEBUG: about to send_ADD_ROSPEC
  889. 2018-05-27 19:16:07,046 sllurp.llrp: DEBUG: serializing ADD_ROSPEC command
  890. 2018-05-27 19:16:07,047 sllurp.llrp_proto: DEBUG: encoding AntennaConfiguration: {'AntennaID': 1, 'RFTransmitter': {'HopTableId': 1, 'ChannelIndex': 1, 'TransmitPower': 81}, 'C1G2InventoryCommand': {'TagInventoryStateAware': False, 'C1G2SingulationControl': {'Sess
  891. ion': 2, 'TagPopulation': 4, 'TagTransitTime': 0}}}
  892. 2018-05-27 19:16:07,047 sllurp.llrp: DEBUG: serialized bytes: b'04140000006b0000000000b1006100000001000000b2001200b300050100b60009000000000000b700380001000100b80009000000000000ba002700010100de0020000100e0000a000100010051014a0010000150000b8000040000000000ed000d0100
  893. 0000ee00061580'
  894. 2018-05-27 19:16:07,048 sllurp.llrp: DEBUG: done serializing ADD_ROSPEC command
  895. 2018-05-27 19:16:07,048 sllurp.llrp: DEBUG: sent ADD_ROSPEC
  896. 2018-05-27 19:16:07,048 sllurp.llrp: DEBUG: state change: STATE_CONNECTED -> STATE_SENT_ADD_ROSPEC
  897. 2018-05-27 19:16:07,060 sllurp.llrp: DEBUG: got 81 bytes from reader: b'041e0000005100000000011f00470065002f616e206572726f72206f6363757272656420776974682061206669656c64206f662074686973206d6573736167652e01200008000500c90121000800e0012c'
  898. 2018-05-27 19:16:07,060 sllurp.llrp: DEBUG: expect 81 bytes (have 81)
  899. 2018-05-27 19:16:07,060 sllurp.llrp: DEBUG: deserializing ADD_ROSPEC_RESPONSE command
  900. 2018-05-27 19:16:07,064 sllurp.llrp_proto: DEBUG: decode_AddROSpecResponse
  901. 2018-05-27 19:16:07,070 sllurp.llrp_proto: DEBUG: decode_LLRPStatus
  902. 2018-05-27 19:16:07,070 sllurp.llrp_proto: DEBUG: decode_LLRPStatus: b'011f00470065002f616e206572726f72206f6363757272656420776974682061206669656c64206f662074686973206d6573736167652e01200008000500c90121000800e0012c'
  903. 2018-05-27 19:16:07,074 sllurp.llrp_proto: DEBUG: decode_LLRPStatus (type=287 len=71)
  904. 2018-05-27 19:16:07,080 sllurp.llrp_proto: DEBUG: decode_FieldError
  905. 2018-05-27 19:16:07,084 sllurp.llrp_proto: DEBUG: decode_FieldError (type=288 len=8 data=b'\x00\x05\x00\xc9')
  906. 2018-05-27 19:16:07,088 sllurp.llrp_proto: DEBUG: decode_ParameterError
  907. 2018-05-27 19:16:07,094 sllurp.llrp_proto: DEBUG: decode_ParameterError (type=289 len=8 data=b'\x00\xe0\x01,')
  908. 2018-05-27 19:16:07,099 sllurp.llrp_proto: DEBUG: decode_FieldError
  909. 2018-05-27 19:16:07,102 sllurp.llrp_proto: DEBUG: decode_ParameterError
  910. 2018-05-27 19:16:07,104 sllurp.llrp: DEBUG: done deserializing ADD_ROSPEC_RESPONSE command
  911. 2018-05-27 19:16:07,104 sllurp.llrp: DEBUG: LLRPMessage received in state 15: <ADD_ROSPEC_RESPONSE>
  912. <Ver>1</Ver>
  913. <Type>30</Type>
  914. <ID>0</ID>
  915. <LLRPStatus>
  916. <StatusCode>FieldError</StatusCode>
  917. <ErrorDescription>b'an error occurred with a field of this message.'</ErrorDescription>
  918. <FieldError>
  919. <FieldNum>5</FieldNum>
  920. </FieldError>
  921. <ParameterError>
  922. <ParameterType>224</ParameterType>
  923. <ErrorCode>300</ErrorCode>
  924. </ParameterError>
  925. </LLRPStatus>
  926. </ADD_ROSPEC_RESPONSE>
  927. 2018-05-27 19:16:07,104 sllurp.llrp: DEBUG: starting message callbacks for ADD_ROSPEC_RESPONSE
  928. 2018-05-27 19:16:07,104 sllurp.llrp: DEBUG: done with message callbacks for ADD_ROSPEC_RESPONSE
  929. 2018-05-27 19:16:07,104 sllurp.llrp: DEBUG: in handleMessage(ADD_ROSPEC_RESPONSE), there are 1 Deferreds
  930. 2018-05-27 19:16:07,104 sllurp.llrp: CRITICAL: Error FieldError adding ROSpec: b'an error occurred with a field of this message.'
  931. 2018-05-27 19:16:14,577 sllurp.llrp: DEBUG: got 10 bytes from reader: b'043e0000000a00000000'
  932. 2018-05-27 19:16:14,577 sllurp.llrp: DEBUG: expect 10 bytes (have 10)
  933. 2018-05-27 19:16:14,578 sllurp.llrp: DEBUG: deserializing KEEPALIVE command
  934. 2018-05-27 19:16:14,578 sllurp.llrp: DEBUG: done deserializing KEEPALIVE command
  935. 2018-05-27 19:16:14,579 sllurp.llrp: DEBUG: LLRPMessage received in state 15: <KEEPALIVE>
  936. <Ver>1</Ver>
  937. <Type>62</Type>
  938. <ID>0</ID>
  939. </KEEPALIVE>
  940. 2018-05-27 19:16:14,579 sllurp.llrp: DEBUG: starting message callbacks for KEEPALIVE
  941. 2018-05-27 19:16:14,580 sllurp.llrp: DEBUG: done with message callbacks for KEEPALIVE
  942. 2018-05-27 19:16:14,580 sllurp.llrp: DEBUG: serializing KEEPALIVE_ACK command
  943. 2018-05-27 19:16:14,580 sllurp.llrp: DEBUG: serialized bytes: b'04480000000a00000000'
  944. 2018-05-27 19:16:14,581 sllurp.llrp: DEBUG: done serializing KEEPALIVE_ACK command
  945. 2018-05-27 19:16:18,087 sllurp.llrp: INFO: stopping politely
  946. 2018-05-27 19:16:18,088 sllurp.llrp: INFO: will disconnect when stopped
  947. 2018-05-27 19:16:18,089 sllurp.llrp: DEBUG: serializing DELETE_ACCESSSPEC command
  948. 2018-05-27 19:16:18,089 sllurp.llrp: DEBUG: serialized bytes: b'04290000000e0000000000000000'
  949. 2018-05-27 19:16:18,094 sllurp.llrp: DEBUG: done serializing DELETE_ACCESSSPEC command
  950. 2018-05-27 19:16:18,096 sllurp.llrp: DEBUG: state change: STATE_SENT_ADD_ROSPEC -> STATE_SENT_DELETE_ACCESSSPEC
  951. 2018-05-27 19:16:18,099 sllurp.llrp: DEBUG: got 66 bytes from reader: b'04330000004200000000011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  952. 2018-05-27 19:16:18,099 sllurp.llrp: DEBUG: expect 66 bytes (have 66)
  953. 2018-05-27 19:16:18,100 sllurp.llrp: DEBUG: deserializing DELETE_ACCESSSPEC_RESPONSE command
  954. 2018-05-27 19:16:18,109 sllurp.llrp_proto: DEBUG: decode_DeleteROSpecResponse
  955. 2018-05-27 19:16:18,120 sllurp.llrp_proto: DEBUG: decode_LLRPStatus
  956. 2018-05-27 19:16:18,120 sllurp.llrp_proto: DEBUG: decode_LLRPStatus: b'011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  957. 2018-05-27 19:16:18,137 sllurp.llrp_proto: DEBUG: decode_LLRPStatus (type=287 len=56)
  958. 2018-05-27 19:16:18,144 sllurp.llrp_proto: DEBUG: decode_FieldError
  959. 2018-05-27 19:16:18,144 sllurp.llrp_proto: DEBUG: no FieldError
  960. 2018-05-27 19:16:18,150 sllurp.llrp_proto: DEBUG: decode_ParameterError
  961. 2018-05-27 19:16:18,150 sllurp.llrp_proto: DEBUG: no ParameterError
  962. 2018-05-27 19:16:18,151 sllurp.llrp: DEBUG: done deserializing DELETE_ACCESSSPEC_RESPONSE command
  963. 2018-05-27 19:16:18,151 sllurp.llrp: DEBUG: LLRPMessage received in state 20: <DELETE_ACCESSSPEC_RESPONSE>
  964. <Ver>1</Ver>
  965. <Type>51</Type>
  966. <ID>0</ID>
  967. <LLRPStatus>
  968. <StatusCode>Success</StatusCode>
  969. <ErrorDescription>b'message was received and processed successfully.'</ErrorDescription>
  970. </LLRPStatus>
  971. </DELETE_ACCESSSPEC_RESPONSE>
  972. 2018-05-27 19:16:18,152 sllurp.llrp: DEBUG: starting message callbacks for DELETE_ACCESSSPEC_RESPONSE
  973. 2018-05-27 19:16:18,152 sllurp.llrp: DEBUG: done with message callbacks for DELETE_ACCESSSPEC_RESPONSE
  974. 2018-05-27 19:16:18,152 sllurp.llrp: DEBUG: in handleMessage(DELETE_ACCESSSPEC_RESPONSE), there are 1 Deferreds
  975. 2018-05-27 19:16:18,152 sllurp.llrp: DEBUG: running 1 Deferreds for DELETE_ACCESSSPEC_RESPONSE; isSuccess=True
  976. 2018-05-27 19:16:18,152 sllurp.llrp: DEBUG: serializing DELETE_ROSPEC command
  977. 2018-05-27 19:16:18,152 sllurp.llrp: DEBUG: serialized bytes: b'04150000000e0000000000000000'
  978. 2018-05-27 19:16:18,152 sllurp.llrp: DEBUG: done serializing DELETE_ROSPEC command
  979. 2018-05-27 19:16:18,153 sllurp.llrp: DEBUG: state change: STATE_SENT_DELETE_ACCESSSPEC -> STATE_SENT_DELETE_ROSPEC
  980. 2018-05-27 19:16:18,155 sllurp.llrp: DEBUG: got 66 bytes from reader: b'041f0000004200000000011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  981. 2018-05-27 19:16:18,155 sllurp.llrp: DEBUG: expect 66 bytes (have 66)
  982. 2018-05-27 19:16:18,155 sllurp.llrp: DEBUG: deserializing DELETE_ROSPEC_RESPONSE command
  983. 2018-05-27 19:16:18,166 sllurp.llrp_proto: DEBUG: decode_DeleteROSpecResponse
  984. 2018-05-27 19:16:18,171 sllurp.llrp_proto: DEBUG: decode_LLRPStatus
  985. 2018-05-27 19:16:18,171 sllurp.llrp_proto: DEBUG: decode_LLRPStatus: b'011f0038000000306d6573736167652077617320726563656976656420616e642070726f636573736564207375636365737366756c6c792e'
  986. 2018-05-27 19:16:18,176 sllurp.llrp_proto: DEBUG: decode_LLRPStatus (type=287 len=56)
  987. 2018-05-27 19:16:18,181 sllurp.llrp_proto: DEBUG: decode_FieldError
  988. 2018-05-27 19:16:18,181 sllurp.llrp_proto: DEBUG: no FieldError
  989. 2018-05-27 19:16:18,186 sllurp.llrp_proto: DEBUG: decode_ParameterError
  990. 2018-05-27 19:16:18,186 sllurp.llrp_proto: DEBUG: no ParameterError
  991. 2018-05-27 19:16:18,186 sllurp.llrp: DEBUG: done deserializing DELETE_ROSPEC_RESPONSE command
  992. 2018-05-27 19:16:18,187 sllurp.llrp: DEBUG: LLRPMessage received in state 19: <DELETE_ROSPEC_RESPONSE>
  993. <Ver>1</Ver>
  994. <Type>31</Type>
  995. <ID>0</ID>
  996. <LLRPStatus>
  997. <StatusCode>Success</StatusCode>
  998. <ErrorDescription>b'message was received and processed successfully.'</ErrorDescription>
  999. </LLRPStatus>
  1000. </DELETE_ROSPEC_RESPONSE>
  1001. 2018-05-27 19:16:18,187 sllurp.llrp: DEBUG: starting message callbacks for DELETE_ROSPEC_RESPONSE
  1002. 2018-05-27 19:16:18,188 sllurp.llrp: DEBUG: done with message callbacks for DELETE_ROSPEC_RESPONSE
  1003. 2018-05-27 19:16:18,188 sllurp.llrp: DEBUG: in handleMessage(DELETE_ROSPEC_RESPONSE), there are 1 Deferreds
  1004. 2018-05-27 19:16:18,188 sllurp.llrp: DEBUG: state change: STATE_SENT_DELETE_ROSPEC -> STATE_DISCONNECTED
  1005. 2018-05-27 19:16:18,189 sllurp.llrp: DEBUG: running 1 Deferreds for DELETE_ROSPEC_RESPONSE; isSuccess=True
  1006. 2018-05-27 19:16:18,192 sllurp.llrp: INFO: lost connection: Connection to the other side was lost in a non-clean fashion: Connection lost.
  1007. 2018-05-27 19:16:18,192 sllurp.verb.inventory: INFO: total # of tags seen: 0 (0 tags/second)
  1008. 2018-05-27 19:16:18,192 sllurp.llrp: INFO: disconnecting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement