Changes
Page history
formatting of eclipse import tutorial
authored
May 30, 2017
by
Björn Butzin
Show whitespace changes
Inline
Side-by-side
home.markdown
View page @
f026ca22
...
...
@@ -173,7 +173,6 @@ clientChannel.sendMessage(request);
public
void
onMCResponse
(...)
// MC = Multicast
```
*
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
*
Stretch goal:
...
...
@@ -186,7 +185,6 @@ clientChannel.sendMessage(request);
request
.
setToken
(
"MCToken"
.
getBytes
());
```
## 6. Task 2: Implementation of a AC control by using the CoAP-observe mechanism

1.
Use the eventing mechanism CoAP-Observe
...
...
...
...