Re: [nodejs] Re: DTLS Support in node

2016-01-30 Thread Yann STEPHAN
Add more details on your stack trace, or report to node_dtls package the issue. Regards On Sat, Jan 30, 2016 at 6:51 PM, Raja Ramesh wrote: > DTLS support required in COAP Application. > But not succeeded to install DTLS Package with COAP for implementation. > > More Info:: > > I tried to insta

Re: [nodejs] Re: DTLS Support in node

2013-10-15 Thread Matteo Collina
2013/8/26 Ben Noordhuis > > We can put DTLS on the roadmap for v0.14 / v1.0 if there is demand for > it. Not many people have asked for it so far but it's been brought up > once or twice. DTLS might be interesting for Internet of Things applications, mainly for securing CoAP communications. Th

[nodejs] Re: DTLS Support in node

2013-08-26 Thread Ben Noordhuis
On Fri, Aug 23, 2013 at 11:05 PM, migounette wrote: > All, > > I am planning to implement DTLS, I would like to have this in nodejs core > and not as a npm module. > > It may be like http://nodejs.org/api/all.html#all_tls_ssl, but instead of > TCP it will be over UDP > > This function is mainly us