formatting of eclipse import tutorial authored by Björn Butzin's avatar Björn Butzin
...@@ -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
... ...
......