"NANIKA"
Documents - Network Update -


Abstract

This feature makes possible to update the whole component files of your ghost automatically through the network.
home
  +-ghost
    +-naru
       +-ghost
          +-master
             +-updates2.dau

Configurations

You must configure three elements to update through the network. The first is how to prepare the appropriate "updates2.dau" file. The second is how to set up correctly the server that has the URL of the update site. The last is how to make the directory tree and place the update files correctly on that server physically.
  • updates2.dau
    The "updates2.dau" file is the text data written the update information. You must need to calculate the MD5 checksum of each update files when you prepare the "updates2.dau" file. Therefore, you can not read and/or write the contents of this file with text/binary editor by yourself.

    If you want to prepare the "updates2.dau" file from the initial conditions, you must need to make a suitable directory at first, next, make the empty (0 byte) updates2.dau file, third, place update files correctly on your directory, and finally drug and drop this directory to the embryo.exe. This directory corresponds to the home directory of a ghost.

    The structure of this directory tree and contents of these update files will keep faithfully when extract the archive.

    Following is an example of the directory tree and its contents of component files.
    +-updatedata
       +-ghost
          +-master
             +-banner
                +-sample.png
       +-shell
          +-master
             +-surface0.png
       updates2.dau
    

  • Configurations of URL for updating
    The URL for updating is conducted by the SHIORI. Description format is different according to each SHIORI subsystem. Please refer each SHIORI subsystem manuals.
  • How to post the update files to the server
    When you post the update files, upload the directory includes updates2.dau to the server as there is.
    If you want to upload these files via ftp, you MUST transport all files in binary mode. (Of course, you MUST NOT convert the character set, i.e. SHIFT_JIS to EUC_JP, and/or change CR+LF treatment.)

delete

+-home
   updates2.dau
   delete.txt
When use Special file "delete.txt" for embryo, You can delete client side files.

"delete.txt" is simple file list file. The file name which wants to be deleted is described by the relative path from the home directory of ghost.

For example:
ghost\master\ai.dtx
shell\master\surface0.png

return to homepage

This page is based on phase 102.00 (2001/09/01)
This page was translated by:Hiro with SERIKO
Published by:Yoshiyuki.Sakakibara