Admin message
Gitlab Update from 18.8.2 to 18.8.4 runs on 2026-02-17
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 @
99bf7057
...
@@ -162,7 +162,7 @@ You can find the required files in our repository at [https://gitlab.amd.e-techn
...
@@ -162,7 +162,7 @@ You can find the required files in our repository at [https://gitlab.amd.e-techn
#### 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
...
...
...
...