UPDATED
1/27/2000: Add comments to files in the DSManager project (under Projects)
           Add the project status file to the html directory (index.html)

DIRECTORIES OF THE PROJECT ARCHIVE
html - directory for the project report (index.html) and BIND configuration page, plus
a sample configuration file
ITX - directory for the source code of small applications that I wrote to test ITX's
features
ITX Source - directory for the source code of the ITX package; the only file that I change
is src\cnrg\itx\datax\jaudio\JAudioInfo.java (add the code to load the library "jaudio")
Projects - directory to store the project for DSManager; the workspace can be opened in 
Oracle JDeveloper by opening ITX.jws

FILES in ITX
AddUser.java - a text-based program to add users to the database
EncodedPassword.java - a program to find the encoded key for a given password string
ListUser.java - a program to list all the users currently in the directory
Minimal.java - a minimal program to register with the directory and log out directly, from 
ITX Programmer's Guide
PC2PCDest.java - a program that acts as a destination for a call, will accept every 
invitation, can only receive data (intended to work with PC2PCSource)
PC2PCSource.java - a program that calls a given computer using IP address, can only send 
data (intended to work with PC2PCDest)
StandaloneDump.java - a program similar to ListUser, from ITX Programmer's Guide
TelephonyApp.java - a program that initiates a call to either a user (if registered with
the directory) or another computer directly (intended to work with TelephonyAppDest)
TelephonyAppDest.java - a program that waits for an invitation (intended to work with
TelephonyApp)
TestQuery.java - a program that queries the directory server to test whether the server is
working properly

NOTE
The directory server runs at irt.cs.columbia.edu (resolv.conf file resides in ITX\).

Any questions, contact ir74@cs.columbia.edu.