16/02/04 10:53:32.65 L460uLqxK
クエリサーバからResponseを受け取ったW01は次の動作にうつります。
URLリンク(update.hicloud.com:8180)
を取得しに行きます。(実際W01のアップデートはincrementアップデートは皆無ですが)
404(存在しない場合)なら、
URLリンク(update.hicloud.com:8180)
を取得しに行きます。
中身はこうなっています。
----------------
<?xml version="1.0" encoding="utf-8"?>
<root>
<component>
<name>FIRMWARE1</name>
<compress>0</compress>
</component>
<files>
<file>
<spath>changelog.xml</spath>
<dpath>changelog.xml</dpath>
<operation>c</operation>
<md5>216B63EBF3D978C5F8023BDAA05E90D3</md5>
<size>475</size>
</file>
<file>
<spath>Mizuho_UPDATE_11.411.13.80.824_WEBUI_14.100.03.46.04.ZIP</spath>
<dpath>Mizuho_UPDATE_11.411.13.80.824_WEBUI_14.100.03.46.04.ZIP</dpath>
<operation>c</operation>
<md5>4713E319C171CD899468C4AC212374CB</md5>
<size>92970520</size>
</file>
</files>
</root>
----------------
filelist.xml内を読み取り、この中のchangelog.xmlを読みに行きます。
URLリンク(update.hicloud.com:8180)
同様に中身はこうなっています。
----------------
<?xml version="1.0" encoding="utf-8"?>
<root>
<component name="FIRMWARE1" version="11.411.13.80.824"/>
<default-language name="en-us">1033</default-language>
<language name="en-us" code="1033">
<features>
<feature>Found new version</feature>
</features>
</language>
<language name="ja-jp" code="1041">
<features>
<feature>新しいソフトウェアがあります</feature>
</features>
</language>
</root>
----------------