Last active
August 29, 2015 14:03
-
-
Save mcr/6cd49b65865888ce8d3f to your computer and use it in GitHub Desktop.
6tisch process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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