CHIFFON -Tutorial-

Prerequisites

Google Chrome 35 or later


Steps

1. Open the viewer in a browser tab (link), and log in by the guest account.

id: guest

pw: chiffon

2. Choose a recipe.


3.  Open the Wizard of OZ interface (link) in another browser (or even another PC is acceptable)


4. Now, you can control the viewer from WOZ interface!

(If it does not work properly, it can happen another person may have logged in at the same time. Do the process from step 1 again.)


Extra

[For more expert developper]

You can control the viewer without WOZ interface. A simple HTTP GET Request through browser or by wget/curl commands handle the viewer.

%wget -O - -q 'http://chiffon.mm.media.kyoto-u.ac.jp/receiver?sessionid=${session_id}&string=${command}'

${session_id} and ${command} should be replaced properly along your situation.

1. ${session_id}

You can get it from the address bar of WOZ interface.

http://chiffon.mm.media.kyoto-u.ac.jp/woz/guest-20YY.mm.dd_HH.MM.SS.xxxx

2.  ${command}

An example is {“navigator”:”default”,”action”:{“name”:”next”}}.

%wget -O - -q 'http://chiffon.mm.media.kyoto-u.ac.jp/receiver?sessionid=${session_id}&string={"navigator":"default","action":{"name":"next"}}'

You can find various commands in HTTP Request histroy shown on WOZ interface or here!