Skip to content

Commit

Permalink
Improved notation in the examples of message exchanges with proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-tiloca-sics committed Jan 21, 2024
1 parent 995fd30 commit d749e73
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions draft-ietf-core-observe-multicast-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ C1 C2 P S
| | | |


(*) Sent over IP multicast to GROUP_ADDR:GROUP_PORT
(*) Sent over IP multicast to GROUP_ADDR:GROUP_PORT.

~~~~~~~~~~~
{: #example-proxy-no-oscore title="Example of group observation with a proxy"}
Expand Down Expand Up @@ -1799,7 +1799,7 @@ C1 C2 P S
| | | | (S sends to itself a phantom observation
| | | | request PH_REQ as coming from the
| | | | IP multicast address GRP_ADDR)
| | | |
| | | (*) |
| | | -------+
| | | / |
| | | \------>| Token: 0x7b
Expand Down Expand Up @@ -1857,7 +1857,7 @@ C1 C2 P S
| | | | 0xff
| | | | (Same Encrypted_payload)
| | | |
| | | |
| (*) | | |
+-------------->| | Token: 0x4b
| FETCH | | | Observe: 0 (register)
| | | | OSCORE: {kid: 0x05 ; piv: 501;
Expand Down Expand Up @@ -1952,7 +1952,7 @@ C1 C2 P S
| | | | <Other class U/I options>
| | | | 0xff
| | | | (Same Encrypted_payload)
| | | |
| | (*) | |
| +------>| | Token: 0x02
| | FETCH | | Observe: 0 (register)
| | | | OSCORE: {kid: 0x05; piv: 501;
Expand Down Expand Up @@ -1984,7 +1984,7 @@ C1 C2 P S
: : : : (The value of the resource
: : : : /r changes to "5678".)
: : : :
| | | (*) |
| | | (**) |
| | |<--------+ Token: 0x7b
| | | 2.05 | Observe: 11
| | | | OSCORE: {kid: 0x05; piv: 502; ...}
Expand All @@ -1999,14 +1999,14 @@ C1 C2 P S
| | | | CBOR_Payload: "5678"
| | | | }
| | | | <Signature>
| | | |
| (*) | | |
|<--------------+ | Token: 0x4b
| 2.05 | | | Observe: 54123
| | | | OSCORE: {kid: 0x05; piv: 502; ...}
| | | | <Other class U/I options>
| | | | 0xff
| | | | (Same Encrypted_payload and Signature)
| | | |
| | (*) | |
| |<------+ | Token: 0x02
| | 2.05 | | Observe: 54123
| | | | OSCORE: {kid: 0x05; piv: 502; ...}
Expand All @@ -2016,8 +2016,11 @@ C1 C2 P S
| | | |


(*) Sent over IP multicast to GROUP_ADDR:GROUP_PORT and protected
with Group OSCORE end-to-end between the server and the clients.
(*) Sent over unicast, and protected with Group OSCORE end-to-end
between the server and the clients.

(**) Sent over IP multicast to GROUP_ADDR:GROUP_PORT, and protected
with Group OSCORE end-to-end between the server and the clients.

~~~~~~~~~~~
{: #example-proxy-oscore title="Example of group observation with a proxy and Group OSCORE"}
Expand Down Expand Up @@ -2168,7 +2171,7 @@ C1 C2 P S
| | | |
| | | | (S responds to the proxy with an
| | | | unprotected informative response)
| | | |
| | | (*) |
| | |<--------| Token: 0x5e
| | | 5.03 | Content-Format: application/
| | | | informative-response+cbor
Expand Down Expand Up @@ -2247,7 +2250,7 @@ C1 C2 P S
| | | | (The value of the resource
| | | | /r changes to "5678".)
| | | |
| | | (*) |
| | | (**) |
| | |<--------| Token: 0x7b
| | | 2.05 | Observe: 11
| | | | OSCORE: {kid: 0x05; piv: 502 ; ...}
Expand Down Expand Up @@ -2282,8 +2285,11 @@ C1 C2 P S
| | | |


(*) Sent over IP multicast to GROUP_ADDR:GROUP_PORT and protected
with Group OSCORE end-to-end between the server and the clients.
(*) Sent over unicast and unprotected.

(**) Sent over IP multicast to GROUP_ADDR:GROUP_PORT, and protected
with Group OSCORE end-to-end between the server and the clients.

~~~~~~~~~~~

# Document Updates # {#sec-document-updates}
Expand All @@ -2292,6 +2298,8 @@ RFC EDITOR: PLEASE REMOVE THIS SECTION.

## Version -07 to -08 ## {#sec-07-08}

* Improved notation in the examples of message exchanges with proxy.

* Clarifications and editorial improvements.

## Version -06 to -07 ## {#sec-06-07}
Expand Down

0 comments on commit d749e73

Please sign in to comment.