Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] TCP endpoint validation

Hi All,

I was looking at TCP connector and trying to understand how it works. I created a new coap server with the following endpoint. How can I set the URI scheme to TCP? Is there any TCP COAP clients like copper plugin for firefox?

CoapEndpoint ep = new CoapEndpoint(bindToAddress);
 server.addEndpoint(ep);

thanks
Ram

Back to the top