-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update how-to-build-agent-code.md #64
Conversation
|
||
Before integrating the Device Update agent in your existing application or solution review the below concepts. | ||
|
||
* Learn how the Device Update service will communicate with the device client using IoT Hub Plug and Play properties to orchestrate over-the-air update actions from [here](https://github.com/Azure/iot-hub-device-update/blob/main/src/agent/adu_core_interface/src/agent_workflow.c). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the links we fine last week. I will double check what is wrong with them today. New images are part of this PR if you want to take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see them, thanks Val!
|
||
* [Source code](https://github.com/Azure/iot-hub-device-update/blob/main/src/agent/adu_core_interface/src/agent_workflow.c) | ||
|
||
4.Actions returned from your application should be in this format so that the Device Update service can work with your application. Learn more about [plug and play format](https://docs.microsoft.com/azure/iot-hub-device-update/device-update-plug-and-play), and Device Update agent [workflow](https://github.com/Azure/iot-hub-device-update/blob/main/src/agent/adu_core_interface/src/agent_workflow.c). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thank you!
CONTRIBUTING.md
Outdated
@@ -0,0 +1,11 @@ | |||
# Contributing code or documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have consolidated the changes here, combined with other changes in my recent PR, so feel free to remove it here to avoid conflict
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, I will merge this PR soon!
This reverts commit 8de2a55.
…date into ValOlson-patch-6
* Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Added images * Update how-to-build-agent-code.md * Added images * Update SUPPORT.md * Contributing.md * Update how-to-build-agent-code.md * add changes for support.md * Revert "add changes for support.md" This reverts commit 8de2a55. * add support.md Co-authored-by: shiyi-peng <71347127+shiyi-peng@users.noreply.github.com> Co-authored-by: Shiyi Peng <shiyipeng@microsoft.com>
* Updates to Installed Criteria definition (Agent) * Update import-update.md * Bug 32483422: Update page 'How to run agent' with latest feedback (#39) * Update our documentation from source of truth main.c * Revision on PR feedback * markdown nit * Revision on suggested nits * Update how-to-modify-the-agent-code.md (#53) * Update how-to-run-agent.md (#52) * Update how-to-run-agent.md * Update how-to-build-agent-code.md * Update how-to-run-agent.md * Update how-to-run-agent.md * Update how-to-build-agent-code.md * Update how-to-run-agent.md * Update how-to-build-agent-code.md * Add 'adu' and 'do' user setup instruction. Co-authored-by: Nox-MSFT <55153324+Nox-MSFT@users.noreply.github.com> Co-authored-by: Nicholas Hemstreet <62158276+nihemstr@users.noreply.github.com> * Update how-to-run-agent.md (#57) * Update how-to-run-agent.md * Update how-to-run-agent.md * Update how-to-run-agent.md * Update how-to-run-agent.md * Update SUPPORT.md (#63) * Update SUPPORT.md * Update SUPPORT.md * Update how-to-modify-the-agent-code.md (#65) * Update how-to-modify-the-agent-code.md * Update how-to-modify-the-agent-code.md * Update how-to-modify-the-agent-code.md * Add the file (#67) * Update how-to-build-agent-code.md (#64) * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Added images * Update how-to-build-agent-code.md * Added images * Update SUPPORT.md * Contributing.md * Update how-to-build-agent-code.md * add changes for support.md * Revert "add changes for support.md" This reverts commit 8de2a55. * add support.md Co-authored-by: shiyi-peng <71347127+shiyi-peng@users.noreply.github.com> Co-authored-by: Shiyi Peng <shiyipeng@microsoft.com> * Update how-to-build-agent-code.md * Update how-to-build-agent-code.md * Update how-to-modify-the-agent-code.md * Update how-to-modify-the-agent-code.md * Removing all publish '.md' files Removing all publish '.md' files per ask from Andrew as these are now maintained in the official Azure docs * change version from 0.7.0-public-preview to 0.8.0-rc1-public-preview * install DO deps with v0.7.0 * Task 34732610: (agent build) Pipeline Migration to 1ES (#89) * arm32 build azr * modify both yamls * add back static analysis * add comments * modify amd64 yml Co-authored-by: Val <60334494+ValOlson@users.noreply.github.com> Co-authored-by: Nox-MSFT <55153324+Nox-MSFT@users.noreply.github.com> Co-authored-by: Nicholas Hemstreet <62158276+nihemstr@users.noreply.github.com> Co-authored-by: jw-msft <84477130+jw-msft@users.noreply.github.com>
Instructions on how to integrate the Device Update agent in customers existing solution