遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/4671)
<a href="https://www.bestpractices.dev/projects/4671"><img src="https://www.bestpractices.dev/projects/4671/badge"></a>
This project aims to provide a Node.js module to enable IoT Agent developers to build custom agents for their devices that can easily connect to NGSI Context Brokers (such as Orion).
An IoT Agent is a component that lets groups of devices send their data to and be managed from a FIWARE NGSI Context Broker using their own native protocols. IoT Agents should also be able to deal with security aspects of the FIWARE platform (authentication and authorization of the channel) and provide other common services to the device programmer.
This project is part of FIWARE. For more information check the FIWARE Catalogue entry for the IoT Agents.( https://www.fiware.org/developers/catalogue/ )
Repository on GitHub, which uses git. git is distributed.
Yes. "npm test" invokes the automated test suite. This is documented in https://github.com/telefonicaid/iotagent-node-lib/blob/master/doc/development.md#testing
Code implements continuous integration based in GitActions. Each time a new pull request is created, the continuous integration system runs the test on it and it is ready to merge only when all tests pass ok. If a problem is found, feedback is provided via GitHub. In addition, several badges on top of the master README.md of the project provide information about the build status in the master branch.
警告:需要URL,但找不到URL。
// X-Content-Type-Options was not set to "nosniff".
Instead of embedding run-time assertions, there are many external tests with assertions that are checked during automated testing.
后退