Changes
Page history
formatting of eclipse import tutorial
authored
May 30, 2017
by
Björn Butzin
Hide whitespace changes
Inline
Side-by-side
home.markdown
View page @
b8cf73c3
# Tutorial for jCoAP Hands-on
In this tutorial we will explain how to develop a simple message exchange between devices using jCoAP.
In this tutorial we will explain how to develop a simple message exchange between devices using jCoAP.
Furthermore, we will introduce the observe mechanism.
The following points will be covered by this tutorial:
...
...
@@ -230,4 +230,5 @@ Depending on the received temperature, set the payload to high, medium, low or o
```
java
request
.
setPayload
(
“
medium
”
.
getBytes
());
clientChannel
.
sendMessage
(
request
);
```
\ No newline at end of file
```