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 @
e5d7b4f5
...
@@ -162,7 +162,7 @@ resourceServer.start(); // equals port = CoapConstants.COAP_DEFAULT_PORT
...
@@ -162,7 +162,7 @@ resourceServer.start(); // equals port = CoapConstants.COAP_DEFAULT_PORT
#### 3. Send the CoapRequest (Client.java, FIXME 7-9):
#### 3. Send the CoapRequest (Client.java, FIXME 7-9):
```
java
```
java
clientChannel
.
sendMessage
(
request
);
clientChannel
.
sendMessage
(
request
);
```
```
#### 4. Wait for CoapResponse & Print the CoapResponse on the console
#### 4. Wait for CoapResponse & Print the CoapResponse on the console
...
...
...
...