Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoAP.NET-master Client and Server issue #22

Open
Shriyanshmit opened this issue May 7, 2015 · 3 comments
Open

CoAP.NET-master Client and Server issue #22

Shriyanshmit opened this issue May 7, 2015 · 3 comments

Comments

@Shriyanshmit
Copy link

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
Copy link
Member

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
Copy link
Author

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
#22 (comment).

@longshine
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants