Conversation
| "logops": "1.0.0-alpha.7", | ||
| "iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master", | ||
| "lwm2m-node-lib": "git://github.com/telefonicaid/lwm2m-node-lib.git#master", | ||
| "iotagent-node-lib": "git://github.com/m4n3dw0lf/iotagent-node-lib.git#master", |
There was a problem hiding this comment.
If the PR is finally approved, this should revert to its original value just before merging.
There was a problem hiding this comment.
Yeah, but the lwm2m-node-lib need to be merged with the DTLS Implementation..
| @@ -39,6 +39,13 @@ function start() { | |||
| config = require('../config'); | |||
There was a problem hiding this comment.
Please add an entry in CHANGES_NEXT_RELEASE about the changes included in this PR, eg:
- Add: DTLS support (#xx)
where #xx is an issue number, if we have some one for DTLS implementation in this 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: telefonicaid/lwm2m-node-lib#127 Also will need to modify the config-secure.js to use the url instead of protocol as we discuss in telefonicaid/iotagent-node-lib#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 #215) Thanks! CC: @jason-fox |
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.