-
Notifications
You must be signed in to change notification settings - Fork 0
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
use coap_client + download_client for nrf cloud coap downloads #9
Conversation
WIP - functional demo Signed-off-by: Justin Morton <[email protected]>
|
||
struct coap_client_request request = { | ||
.method = COAP_METHOD_GET, | ||
.confirmable = true, // todo ? |
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 think it would be a bad idea to allow folks to do FOTA especially with non-confirmable transfers.
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.
is there any reason to expose an option to the user? this would not always be used for FOTA downloads.
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.
Looks good so far.
9933ce9
to
f2ff64d
Compare
Expose transport functions so that external coap_client instances can be used with nRF Cloud. IRIS-8806 Signed-off-by: Justin Morton <[email protected]>
WIP Signed-off-by: Justin Morton <[email protected]>
f2ff64d
to
f8e0fb3
Compare
No description provided.