mirror of
https://github.com/parnic/node-intellicenter.git
synced 2025-06-17 02:21:53 -05:00
Updated Finding an IntelliCenter controller (markdown)
@ -13,7 +13,7 @@ Specifically, that means (all in big-endian):
|
||||
|
||||
The unit will respond with a unicast packet. For my local system, that packet contains (for an IPv4 system):
|
||||
* Transaction ID: 0x0000
|
||||
* Flags: 0x8400 (Breaking down the bits here, that means 1 0000 1 0 0 0 0 0 0 0000, or 1: "is response", 0000: "opcode 0", 1: "is authority", 0: "not truncated", 0: "no recursion desired", 0: "no recursion available", 0: reserved 0 bit, 0: "answer is not authenticated", 0: "non-authenticated data is unaccaptable" (🤷), 0000: "no error")
|
||||
* Flags: 0x8400 (Breaking down the bits here, that means 1 0000 1 0 0 0 0 0 0 0000, or 1: "is response", 0000: "opcode 0", 1: "is authority", 0: "not truncated", 0: "no recursion desired", 0: "no recursion available", 0: reserved 0 bit, 0: "answer is not authenticated", 0: "non-authenticated data is unacceptable" (🤷), 0000: "no error")
|
||||
* Questions: 0x0000
|
||||
* For some queries, the issued Question will be included as part of the response. If this value is > 0, you'll need to process/skip over the questions after reading RRs and before processing answers. Question segments follow the format laid out above (Name, Type, Class).
|
||||
* Answer RRs: 0x0004
|
||||
|
Reference in New Issue
Block a user