tito97sp opened a new issue #911:
URL: https://github.com/apache/incubator-nuttx-apps/issues/911
When downloading images in mcuboot_agent application from a URL with a GET
command it would be a good feature to add a function that lets you send board
custom headers to the server to indicate board related data.
I am thinking in a OTA Server that serves the firmware image depending in
the board ID, Firmware current version, etc...
A function that adds to the` webclient_context struct` the extra headers
could be implement in `mcuboot_agent_main.c` file in `download_firmware_image`
function like this:
```
#ifdef CONFIG_MCUBOOT_UPDATE_AGENT_EXTRA_HEADERS
mcuboot_add_extra_headers(&client_ctx)
#endif
```
Then `mcuboot_add_extra_headers` would be defined by the user depending on
his concrete server according to its needs...
How do you see this feature?? Could it be a good idea?? @pkarashchenko
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]