1. Server started by executing 
tserver [port]
The default port is
2542
2. Client started by executing
tclient [port] [host]
where port and host are the port and host where the muse server is running.
e.g.
tclient 2542 rose.cs.uky.edu 
would connect to a muse server running on
rose.cs.uky.edu port 2542 (the default for the muse server).

3. Multiple clients can be started at the same time and can connect to the same muse server. The muse server allows access to all files on the computer where 
it is running. 

4. The source file for the muse server is 
tserver
 
5. The source files for the muse client are
i) tclient
ii) ffeat
iii) efeat
iv) dedit
v) tfeat

The file 
tclient contains the global variables and sources the rest of the files.

The file
ffeat 
implements client side of the socket, handles open, save, close, new options, a
nd implements the file and directory list boxes for the MUSE editor.

The file
efeat
implements find, replace, copy, cut and paste.

The file 
dedit
implements all the dialog boxes for the editor.

The file 
tfeat
implements the key bindings and the disabling of text owned by others.  

