Eclipse Californium CoAP wildcard as url path
问题 I'm working on a CoAP app using Eclipse Californium that will declare explicitly only the root resource path, and the rest of the resources should be served and resolved through a wildcard /root/* just like on REST APIs or servlets. Is there any way to achieve that ? 回答1: Ok I managed to do it. So after a few hours of digging on their Source code here is what ended up doing. Note that it works but it's only to show how it could be done, it's still a work on progress (I did this in 3h) as I