Skip to content

Instantly share code, notes, and snippets.

@mcr
Last active August 29, 2015 14:03
Show Gist options
  • Save mcr/6cd49b65865888ce8d3f to your computer and use it in GitHub Desktop.
Save mcr/6cd49b65865888ce8d3f to your computer and use it in GitHub Desktop.
6tisch process
nodeA nodeB
| |
+--------->| IEEE802.15.4e type: DATA
| POST | CoAP Header: POST (T=CON)
| | Uri-Path: "6t/6/ng"
| | Payload: CBOR(
| | Opcode=RESERVATION,
| | RequiredBW,
| | SlotframeID,
| | TrackID,
| | NumOfCandidate,
| | CandidateList
| | )
| |
|<-------- + IEEE802.15.4e type: ACK
| |
|<-------- + IEEE802.15.4e type: DATA
| 2.04 | CoAP Header: 2.04 Changed (T=CON, Code=2.04)
| | Payload: CBOR(
| | NumOfCells,
| | ResultedCells
| | )
| |
+--------->| IEEE802.15.4e type: ACK
| |
nodeA   nodeB
     |          |
     +--------->| IEEE802.15.4e type: DATA
     | POST |        CoAP Header: POST (T=CON)
     |          |           Uri-Path: "6t/6/ng"
     |          |            Payload: CBOR(
     |          |                        Opcode=RESERVATION,
     |          |                        RequiredBW,
     |          |                        SlotframeID,
     |          |                        TrackID,
     |          |                        NumOfCandidate,
     |          |                        CandidateList
     |          |                     )
     |          |
     |<-------- + IEEE802.15.4e type: ACK
     |          |
     |<-------- + IEEE802.15.4e type: DATA
     | 2.04   |        CoAP Header: 2.04 Changed (T=ACK, Code=2.04)
     |          |            Payload: CBOR(
     |          |                        NumOfCells,
     |          |                        ResultedCells
     |          |                     )
     |          |
     +--------->| IEEE802.15.4e type: ACK
     |          |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment