smeshlink / CoAP.NET

A C# implementation of the CoAP protocol
open.smeshlink.com/CoAP.NET/
Other
159 stars 81 forks source link

CoAP.NET-master Client and Server issue #22

Open Shriyanshmit opened 9 years ago

Shriyanshmit commented 9 years ago

HI, Thanks for your valuable response on my pre issues.

I want to configure COAP.Net protocol in WCF. is it possible to configure endpoint in WCF which supports COAP.Net protocol.

Thanks Shreyansh

longshine commented 9 years ago

You're welcome. If no further discussions, may I have those issues closed?

As far as I know, there is no built-in support of UDP channels in WCF. Since CoAP protocol is base on UDP, you will have to extend WCF with your custom UDP transport. Besides, WCF has its own messaging model, which in my opinion is inappropriate for CoAP.

Shriyanshmit commented 9 years ago

Thanks for reply. Sure you can close.. I want to setup my coap protocol in wcf if you tried this thing in your solution please let me know.

Thanks Shreyansh On 8 May 2015 09:27, "longshine" notifications@github.com wrote:

You're welcome. If no further discussions, may I have those issues closed?

As far as I know, there is no built-in support of UDP channels in WCF. Since CoAP protocol is base on UDP, you will have to extend WCF with your custom UDP transport. Besides, WCF has its own messaging model, which in my opinion is inappropriate for CoAP.

— Reply to this email directly or view it on GitHub https://github.com/smeshlink/CoAP.NET/issues/22#issuecomment-100095259.

longshine commented 9 years ago

We'll see if we can make a plan for WCF in future. Any help would be appreciated if you would like to contribute, for example, via pull requests.