Skip to content
GitLab
Explore
Sign in
Admin message
Gitlab Update from 17.11.1 to 17.11.2 runs on 2025-05-14
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 @
478eea27
...
@@ -185,7 +185,10 @@ You can find the required files in our repository at [https://gitlab.amd.e-techn
...
@@ -185,7 +185,10 @@ 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
*
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 (it is generated automatically by the server)
*
GET the
`/.well-known/core`
resource using multicast (aka. Multicast Discovery)
*
GET the
`/.well-known/core`
resource using multicast (aka. Multicast Discovery)
*
Multicast Adresses:
`CoapConstants.COAP_ALL_NODES_IPV4_MC_ADDR`
,
`CoapConstants.COAP_ALL_NODES_IPV6_LL_MC_ADDR`
and
`CoapConstants.COAP_ALL_NODES_IPV6_SL_MC_ADDR`
*
Multicast Adresses:
*
`CoapConstants.COAP_ALL_NODES_IPV4_MC_ADDR`
,
*
`CoapConstants.COAP_ALL_NODES_IPV6_LL_MC_ADDR`
and
*
`CoapConstants.COAP_ALL_NODES_IPV6_SL_MC_ADDR`
```
java
```
java
// add a (mandatory) token to match outgoing multicast message and incoming unicast messages
// add a (mandatory) token to match outgoing multicast message and incoming unicast messages
...
...