daniel.moran
daniel.moran
Polling command documentation has been reported to be quite hard to read. Some examples and an improved description should be added.
- 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...
Current implementation doesn't support passive attributes. They should be supported for both bindings.
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...
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...
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...
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.:...
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...