I am using Californium Library for my CoAP Server.
I have no difficulties using it.
However, I was wondering if there is a way to set my resource as "root resource".
It seems that some sites have no "suburl" on their server URL. (for ex. coap://192.168.0.1:8080/ )
ATM, since I don't know how to set my resource as "root resource", my url seems like this "coap://192.168.0.1:8080/myResource/"
Is there any way to bind my resource to root context?
Thank you