Closed italktothewind closed 2 years ago
The firmware file is a a file that you need to create for your device. There isn't a standard format for this file (device/platform specific), nor does OBUSPA provide any code to deal with this file. The core OBUSPA data model does not include the Download() command - you will need to add one by calling USP_REGISTER_AsyncOperation(). The implementation of that command (and possibly the Activate command too) will deal with the file format of your firmware image file and apply it.
Thanks for the information
Hi @holme-r , I have some questions about implement the firmware download function.
Hi!
I'm trying to write a test where my controller performs the Dowload() command on this agent.
That command requires an URL where the agent can download the new firmware.
Which firmware file can I use for this purpose?
Thanks!