lightweightm2m-iotagent
lightweightm2m-iotagent copied to clipboard
[WIP] DTLS Implementation
Described here: https://github.com/m4n3dw0lf/SecureFiware Not shure if need some adjustments or something to merge in the master branch, any feedback will be appreciated, the config-secure.js is the configuration file used in the SecureFiware repository.
@m4n3dw0lf could this PR be considered final work? Or it stills in work-in-progresss status?
@fgalan , as a developer i will never have a final work, always will have something to improve hahaha, but.
This modifications in the iota is based in the features added in lwm2m-node-lib: https://github.com/telefonicaid/lwm2m-node-lib/pull/127
Also will need to modify the config-secure.js to use the url instead of protocol as we discuss in https://github.com/telefonicaid/iotagent-node-lib/pull/601
I will focus on the libs first, when the matter is resolved I will reformulate this PR to adapt to the modifications of the libraries, and also fix those checks that failed on the CI.
given that this is pending finalisation of work on the lib, i would rename it as WIP
@m4n3dw0lf If this PR is still alive (long time since: "I will focus on the libs first, when the matter is resolved I will reformulate this PR to adapt to the modifications of the libraries, and also fix those checks that failed on the CI" :), please upgrade it with master branch and solve the file conflicts (probably due to the recent merge of PR https://github.com/telefonicaid/lightweightm2m-iotagent/pull/215)
Thanks!
CC: @jason-fox