Changes between Version 31 and Version 32 of Software/Gateway


Ignore:
Timestamp:
11/26/10 12:03:33 (13 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Gateway

    v31 v32  
    169169Afterwards an update of the firmware can be initiated by the following protocol: 
    170170{{{ 
    171   * send '''InitFirmwareUpdate''': ''src='f' '', ''dst='i' '' - which will cause server to initiate firmware update. The message must contain in the priority field the 32bit password which is specific to the flashed unit and the firmware.  
     171  * send '''InitFirmwareUpdate''': ''src='f' '', ''dst='i' '' - which will cause server to initiate firmware update. The message must contain in the priority field and both last reserved bytes the 32bit password which is specific to the flashed unit and the firmware.  
    172172  * receive '''InitFirmwareUpdate''' - wait for max 3sec. until server response with this message indicating that firmware can be now uploaded.  
    173   * send '''UploadFirmware''': ''src='f' '', ''dst='u' '' - here the len:lenx is a 16bit number indicating the length in bytes of the data (i.e. firmware) following in the data part of the message. The priority field must contain the checksum (16 bit) delivered with the firmware data. And finally both last reserved bytes in the header must contain the firmware version we are uploading. The data field of this message must contain the full firmware data which will be directly uploaded to the unit. 
     173  * send '''UploadFirmware''': ''src='f' '', ''dst='u' '': 
     174     * the len:lenx is a 16bit number indicating the length in bytes of the data (i.e. firmware) following in the data part of the message.  
     175     * priority field must contain the checksum (16 bit) delivered with the firmware data.  
     176     * both last reserved bytes in the header must contain the firmware version we are uploading.  
     177     * The data field of this message must contain the full firmware data which will be directly uploaded to the unit. (will be buffered by the Gateway server) 
    174178  * receive '''UploadFirmware''' - server responses with this message every time when next chunk of bytes has been uploaded to the device.  
    175179     * Client application can use the response in order to indicate how much of the data has been already uploaded.