Remote Microscope Server
========================

This directory contains the Python source code for the Remote
Microscope server program.

File list:
==========

README		
Makefile
Makefile.in		Skeleton for Makefile

config.py.in       	Skeleton for configuration file
DSA.py          	Digital Signature Algorithm implementation
genDSAkey.py            Script to generate a new DSA key
hardware.py             Classes to control the hardware
http_server.py  	Simple HTTP server that returns a .jar file
			containing the client code.
Options.py		Class containing the options when the server is run.
secs_i.py       	Implementation of the SECS-I protocol
server.py       	Main program for the server; run this file...
simulator.py		Simulated version of the hardware; very crude
test-server.py		Server torture test that sends random commands 
			to the server.  Run several copies of this at a time.
User.py			Class representing a user of the microscope	
