formatting of eclipse import tutorial authored by Björn Butzin's avatar Björn Butzin
...@@ -173,7 +173,6 @@ clientChannel.sendMessage(request); ...@@ -173,7 +173,6 @@ clientChannel.sendMessage(request);
public void onMCResponse(...) // MC = Multicast public void onMCResponse(...) // MC = Multicast
``` ```
* Run Server: select Server.java and click on *[Run » Run]* in the Menu bar * Run Server: select Server.java and click on *[Run » Run]* in the Menu bar
* Run Client: select Client.java and click on *[Run » Run]* in the Menu bar * Run Client: select Client.java and click on *[Run » Run]* in the Menu bar
* Stretch goal: * Stretch goal:
...@@ -186,7 +185,6 @@ clientChannel.sendMessage(request); ...@@ -186,7 +185,6 @@ 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
... ...
......