daniel.moran

Results 33 issues of daniel.moran

Polling command documentation has been reported to be quite hard to read. Some examples and an improved description should be added.

documentation

- https://github.com/telefonicaid/iotagent-ul/blob/master/README.md: The apiary link is broken: https://github.com/telefonicaid/iotagent-ul/blob/master - Links to the "Protocol section" are not working. Something seems to be broken with the "#protocol" anchor. - The sentence "This...

documentation

Current implementation doesn't support passive attributes. They should be supported for both bindings.

techdebt

Due to restrictions in the administration portal of the platform and the IoT Manager, we were forced to guess the transport protocol of the each device based on the presence...

techdebt

This IoTA does not yet support lazy attributes but it support a very similar mechanism based on subscriptions and explicit requests from the device to retrieve information from the Context...

enhancement

Most of the code for the transport protocol binding is replicated between the Ultralight and JSON bindings. Maybe this code can be moved to an external library for Southbound transport...

techdebt

A `sonar-project.properties` file is needed in order to extract metrics for the repository. It should be filled following the example of other of our Node.js projects: ``` https://github.com/telefonicaid/fiware-pep-steelskin/blob/master/sonar-project.properties ```

Currently, both the in-memory and MongoDB registries use the same manual mechanism to expire records based on lifetime. There may be better ways to make this expiration using MongoDB (e.g.:...

enhancement

Some documentation should be wrote explaining the behavior in case of lifetime expiration (handler execution, registry removals, and so).

One of the tests of the test suite fails randomly with the following error: 1) Information reporting interface When the user invokes the Cancel operation on a resource should stop...

bug