-
I'm pretty unsure, for what this is used. Currently leshan puts some data in.
Is intended to be related to the CorrelationContext? Or was it intended to be used unrelated to that context?
boaks updated
7 years ago
-
public Observation(final Request request, final CorrelationContext context) {
if (request == null) {
throw new NullPointerException("request must not be null");
} else if (request.getOpti…
boaks updated
7 years ago
-
I'm working on a HTTP-CoAP ProxyServer based on Californium and I'm using cf-rd from californium.tools project. My intention is to support both `coap` and `coaps` endpoints on the proxy server and wi…