Changes between Version 32 and Version 33 of Software/Gateway
- Timestamp:
- 11/26/10 12:03:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/Gateway
v32 v33 168 168 169 169 Afterwards an update of the firmware can be initiated by the following protocol: 170 {{{ 170 171 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. 172 172 * receive '''InitFirmwareUpdate''' - wait for max 3sec. until server response with this message indicating that firmware can be now uploaded. … … 180 180 * The len:lenx field contains number of bytes already uploaded to the device. 181 181 * The priority field contains 16 bit error code if upload failed (0=NO ERROR, ...) 182 }}} 182 183 183 184 184 ----