Changes between Version 32 and Version 33 of Software/Gateway


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Gateway

    v32 v33  
    168168 
    169169Afterwards an update of the firmware can be initiated by the following protocol: 
    170 {{{ 
     170 
    171171  * 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.  
     
    180180     * The len:lenx field contains number of bytes already uploaded to the device. 
    181181     * The priority field contains 16 bit error code if upload failed (0=NO ERROR, ...) 
    182 }}} 
     182 
    183183 
    184184----