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 #29

Open Shriyanshmit opened 9 years ago

Shriyanshmit commented 9 years ago

Hi, How we can expose coaps endpoint in .net.

Thanks Shreyansh

longshine commented 9 years ago

Could you be more specific on what you are going to do with CoAP endpoints? CoAPEndPoint is a public class and can be used freely. Each Request, CoapClient or CoapServer can have its own endpoint to send/receive messages.

Please see

for more info.

Shriyanshmit commented 9 years ago

Thanks for your reply. I want to expose secure endpoint(coaps) using .net. Currently every user can send data to coap endpoint .We want to implement DTLS for secure endpoint. DTLS is a flavor of SSL/TLS designed to be run over UDP and similar transports. If its is not implemented in current solution please let me know the alternative solution.

Thanks Shreyansh

vindupuri commented 6 years ago

Any update on the above query of Shriyanshmit. I want to implement the same.