Skip to content

Commit

Permalink
image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimejim committed Nov 30, 2023
1 parent 9660c56 commit db241b7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions draft-ietf-core-coap-pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,18 @@ The broker is responsible for the store-and-forward of state update representati
~~~~ aasvg
CoAP CoAP CoAP
clients server clients
.-----------. .----------. observe .-----------.
| | publish | |<----------+ |
| publisher +--------->+ +---------->| subscribe |
| | | +---------->| |
'-----------' | | '-----------'
.-----------. .----------. observe .------------.
| | publish | |<----------+ |
| publisher +--------->+ +---------->| subscriber |
| | | +---------->| |
'-----------' | | '------------'
... | broker | ...
... | | ...
.-----------. | | observe .-----------.
| | publish | |<----------+ |
| publisher +--------->| +---------->| subscribe |
| | | +---------->| |
'-----------' '----------' '-----------'
.-----------. | | observe .------------.
| | publish | |<----------+ |
| publisher +--------->| +---------->| subscriber |
| | | +---------->| |
'-----------' '----------' '------------'
~~~~
{: #fig-arch title='Publish-subscribe architecture over CoAP' artwork-align="center"}

Expand Down

0 comments on commit db241b7

Please sign in to comment.