I'm developing CoAP Client proxy funtionailty. But, I'm confused the spec and how it works. What I'm confused as the following:
Proxy-URI option
1.1 Which coap server can be connected if Proxy-URI option is setup?
1.2 Should CoAP request message include URI-* options if there is Proxy-URI option? As far as I know, the URI-* options should be included. But, the URI-* options are skipped in libcoap code.
Proxy-Scheme option
2.1 How to construct URI-* options if proxy-scheme option is present? If it's present, normal URI-* options should be skipped or not?