<?XML version="1.0"?>
<!DOCTYPE name SYSTEM "http://127.0.0.1/config.dtd">

<!-- Configuration file for the In/Out Board application at CRB

This document is a modified for CSIT@ANU 
lives at :-  "http://cs.anu.edu.au/~Mithun.Alexander/pavo_config.xml"

original file  for context toolkit  usually lives at:
   http://www.cc.gatech.edu/fce/contexttoolkit/config/inoutboard/crb-live.xml

-->

<CONFIGURATION>

<VERSION>1</VERSION>

<DESCRIPTION>Configuration for the In/Out Board location application
at CSIT in ANU. Uses PersonPresence type Widgets for location and an
interpreter to get the list of uses for the application</DESCRIPTION>

<AUTHOR>Mithun Alexander. mithun@cs.anu.edu.au</AUTHOR>

<PARAMETERS>
<LOCATION>CSIT</LOCATION>
<LOCALPORT>5500</LOCALPORT>
</PARAMETERS>


<WIDGETS>


<WIDGET>
<HOST>127.0.0.1</HOST>
<PORT>4100</PORT>
<ID>PersonNameInOut_CAFE</ID>
<TYPE>PersonNameInOut</TYPE>
</WIDGET>

<WIDGET>
<HOST>127.0.0.1</HOST>
<PORT>4200</PORT>
<ID>PersonNameInOut_OFFICE</ID>
<TYPE>PersonNameInOut</TYPE>
</WIDGET>

<WIDGET>
<HOST>127.0.0.1</HOST>
<PORT>4300</PORT>
<ID>PersonNameInOut_LAB</ID>
<TYPE>PersonNameInOut</TYPE>
</WIDGET>


<!--
<WIDGET>
<HOST>127.0.0.1</HOST>
<PORT>6600</PORT>
<ID>MobilePersonPresence_CSIT</ID>
<TYPE>MobilePersonPresence</TYPE>
</WIDGET>

-->

</WIDGETS>


<INTERPRETERS>

<INTERPRETER>
<HOST>127.0.0.1</HOST>
<PORT>7000</PORT>
<ID>IButton2Name</ID>
<TYPE>IButton2Name</TYPE>
</INTERPRETER>

</INTERPRETERS>


</CONFIGURATION>





