formatting of eclipse import tutorial authored by Björn Butzin's avatar Björn Butzin
...@@ -186,6 +186,7 @@ clientChannel.sendMessage(request); ...@@ -186,6 +186,7 @@ clientChannel.sendMessage(request);
request.setToken("MCToken".getBytes()); request.setToken("MCToken".getBytes());
``` ```
## 6. Task 2: Implementation of a AC control by using the CoAP-observe mechanism ## 6. Task 2: Implementation of a AC control by using the CoAP-observe mechanism
![Task 2 - Sequence diagram](https://gitlab.amd.e-technik.uni-rostock.de/ws4d/jcoap/raw/master/ws4d-jcoap-handsOn/img/Task2Sequence.png) ![Task 2 - Sequence diagram](https://gitlab.amd.e-technik.uni-rostock.de/ws4d/jcoap/raw/master/ws4d-jcoap-handsOn/img/Task2Sequence.png)
1. Use the eventing mechanism CoAP-Observe 1. Use the eventing mechanism CoAP-Observe
... ...
......