Перейти к файлу
Bert Kleewein 5c77a9f120
add constant, skip PNP, and assert required settings (#118)
* add constant for transport

* skip PNP tests if PNP not installed

* assert required fields
2021-09-24 12:57:36 -07:00
c/device Add folders for each language and Hub SDK 2020-08-13 11:36:07 -07:00
codegen add constant, skip PNP, and assert required settings (#118) 2021-09-24 12:57:36 -07:00
java Add folders for each language and Hub SDK 2020-08-13 11:36:07 -07:00
net Update to latest device SDK and recase IoT in namespace (#70) 2021-03-25 09:36:46 -07:00
nodejs Convert operations to promise based, add reported properties testing, change metrics to update on an interval (#76) 2021-05-10 17:09:42 -07:00
python add constant, skip PNP, and assert required settings (#118) 2021-09-24 12:57:36 -07:00
scripts remove extra 'thief' object layer (#115) 2021-08-10 10:53:33 -07:00
.dockerignore make python docker scripts generic (#23) 2020-11-10 11:14:31 -08:00
.flake8 move and re-organize fixtures (#109) 2021-08-05 09:11:50 -07:00
.gitignore big rename and cleanup of detritus (#104) 2021-08-02 13:21:51 -07:00
.pre-commit-config.yaml Add Azure App Analytics, refactor again. (#13) 2020-10-09 11:54:30 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-08-13 11:25:53 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-08-18 11:41:32 -07:00
LICENSE Initial LICENSE commit 2020-08-13 11:25:54 -07:00
README.md Update README.md 2020-08-18 11:45:46 -07:00
SECURITY.md Initial SECURITY.md commit 2020-08-13 11:25:57 -07:00
pyproject.toml Initial python test app (#3) 2020-08-20 11:08:24 -07:00
requirements.txt utility to watch reported properties (#113) 2021-08-10 08:11:19 -07:00

README.md

Azure IoT SDK Long-Haul Testing

This repo holds source code used in SDK long-haul evaluation, and meant to be good examples of well-written device and service code.

Data collection

This software collects information about the environment and the operational success and sends it to an IoT Hub and an Application Insights instance of your choosing.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.