System.out.println(response.advanced().getType() + "-" + response.getCode());
System.out.println(response.getResponseText());
client.setURI(uri + "/test");
client.setTimeout(0);
client.useCONs();
System.out.println("===============\nCC18");
System.out.println("---------------\nPOST /test for Location-Path\n---------------");
response = client.post("TD_COAP_CORE_18", MediaTypeRegistry.TEXT_PLAIN);
System.out.println(response.getCode() + "-" + response.getOptions().getLocationString());