Context Toolkit: Tutorial: Sample Configuration File

<?XML version="1.0"?>
<!DOCTYPE name SYSTEM "http://www.cc.gatech.edu/fce/contexttoolkit/dtds/tmp.dtd">

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

<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>Anind Dey, anind@cc.gatech.edu</AUTHOR>

<PARAMETERS>
<LOCATION>CRB</LOCATION>
<LOCALPORT>5002</LOCALPORT>
</PARAMETERS>
 

<WIDGETS>

<WIDGET>
<HOST>new.cc.gt.atl.ga.us</HOST>
<PORT>5001</PORT>
<ID>PNPSonic_CRB</ID>
<TYPE>PNPSonic</TYPE>
</WIDGET>

<WIDGET>
<HOST>plasma.cc.gatech.edu</HOST>
<PORT>8889</PORT>
<ID>RFIDP_Daniel</ID>
<TYPE>RFIDP</TYPE>
</WIDGET>

</WIDGETS>
 

<INTERPRETERS>

<INTERPRETER>
<HOST>new.cc.gt.atl.ga.us</HOST>
<PORT>5000</PORT>
<ID>IButton2NameExt</ID>
<TYPE>IButton2NameExt</TYPE>
</INTERPRETER>

</INTERPRETERS>
 

</CONFIGURATION>
 


Back to the Table of Contents.
Back to the Helper Classes section.



Context Toolkit Home
Last Modified: Feburary 11, 2000
Comments to: anind@cc.gatech.edu