I'm trying to write CoAP
client protocol implementation for embedded device.
Now I'm working on tcp-implementation.
I don't understand where I should placed "coap+tcp" uri in the request.
I'm testing my code with Californium
, so that works fine without that uri.
But in the sources of Californium
i saw options:
"coap"
"coaps"
"coap+tcp"
"coaps+tcp"
I dont't understand purpose of that. May anybody explain how to work with that in client-context?