Admin message
Gitlab Update from 18.6.1 to 18.6.2 runs on 2025-12-17
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 @
4aa6631e
...
...
@@ -185,7 +185,6 @@ You can find the required files in our repository at [https://gitlab.amd.e-techn
*
If you have written your own resources before: GET them
*
GET the
`/.well-known/core`
resource (it is generated automatically by the server)
*
GET the
`/.well-known/core`
resource using multicast (aka. Multicast Discovery)
*
Multicast Adresses and add a token to identify resposes on multicast request
```
java
// Multicast addresses
...
...
@@ -193,7 +192,7 @@ You can find the required files in our repository at [https://gitlab.amd.e-techn
// CoapConstants.COAP_ALL_NODES_IPV6_LL_MC_ADDR
// CoapConstants.COAP_ALL_NODES_IPV6_SL_MC_ADDR
//
add a (mandatory)
token to match
outgoing
multicast
message and incoming
unicast
m
es
sag
es
//
On Multicast: add
token to match multicast
request and
unicast
r
es
pons
es
request
.
setToken
(
"MCToken"
.
getBytes
());
```
...
...
...
...