gotthardp / gen_coap

Generic Erlang CoAP Client/Server
Other
106 stars 47 forks source link

Is DTLS Mandatory #12

Closed drasko closed 7 years ago

drasko commented 7 years ago

Looks like DTLS is mandatory - at least I can not find an easy way to turn it off.

I would like to test and understand how it all works without DTLS first, then add it after.

Also, on Debian there is not Erlnag 19.2 yet.

Xdeon commented 7 years ago

Though not related to this issue, but just FYI that Erlang 19.2 and newer can be downloaded from erlang-solutions.

gotthardp commented 7 years ago

DTLS is not mandatory. If DTLS is not requested by using coaps://, or start_dtls the system shall be usable also on lower Erlangs. Is it not?

drasko commented 7 years ago

Thanks, I'll test tonight and let you know.

drasko commented 7 years ago

Seems to be working OK. I will close the issue.