-->
Page 4 of 8

Re: Device Discovery (UPnP, SSDP etc...)

PostPosted: Fri Sep 19, 2014 2:47 pm
by jonsmirl
There are some decent COAP tools...

http://people.inf.ethz.ch/mkovatsc/copper.php
http://people.inf.ethz.ch/mkovatsc/californium.php

But I though COAP requires IPv6? Does the esp8266 have working IPv6?

Re: Device Discovery (UPnP, SSDP etc...)

PostPosted: Fri Sep 19, 2014 2:50 pm
by jonsmirl
You will need a DTLS implementation instead of SSL for COAP.

http://tinydtls.sourceforge.net/

Re: Device Discovery (UPnP, SSDP etc...)

PostPosted: Fri Sep 19, 2014 2:55 pm
by jonsmirl
Looks like COAP is defined for IPv4 now, but you still need DTLS for security.

Re: Device Discovery (UPnP, SSDP etc...)

PostPosted: Sun Sep 21, 2014 4:17 pm
by JDub
With a bit of luck we can find a small DTLS implementation somewhere. I've run CoAP before (over IPv4) but that was unencrypted - I relied on my firewall to protect the device.

Do you have any experience with DTLS?