<?XML version="1.0"?>
<!DOCTYPE name SYSTEM "http://pavo.anu.edu.au:8000/config.dtd">

<!-- Configuration file for the In/Out Board application at CRB
     
     This document usually lives at:
     http://www.cc.gatech.edu/fce/contexttoolkit/config/inoutboard/crb-live.xml
     
     Important Note:
     Applications should rely on the value of the VERSION element
     to determine if the file has been updated.
     So, if you make changes and want applications to notice them,
     bump up the version number!
     
     History:
     - Created - 1/29/1999 by DS
     - Changed location of this file and dtd - 3/16/1999 by DS
     - Added TYPE and PARAMETERS tags - 3/16/1999 by DS
-->

<CONFIGURATION>

<VERSION>1</VERSION>

<DESCRIPTION>Configuration for the In/Out Board application at CRB. Uses one PNPSonic widget and an IButton2Name interpreter (to get the list of users at initialization)</DESCRIPTION>

<AUTHOR>Daniel Salber, salber@cc.gatech.edu</AUTHOR>

<PARAMETERS>
<LOCATION>CRB</LOCATION>
<LOCALPORT>5012</LOCALPORT>
</PARAMETERS>


<WIDGETS>

<!--

<WIDGET>
<HOST>192.168.21.70</HOST>
<PORT>6011</PORT>
<ID>PNIOSonic_CRB</ID>
<TYPE>PNIOSonic</TYPE>
</WIDGET>


-->



<WIDGET>
<HOST>127.0.0.1</HOST>
<PORT>4015</PORT>
<ID>MobilePersonPresence_CSIT</ID>
<TYPE>MobilePersonPresence3</TYPE>
</WIDGET>




</WIDGETS>


<INTERPRETERS>

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

</INTERPRETERS>


</CONFIGURATION>







