Donated space for related uLab project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Timothy Pearson c0ab702e26
Add initial README file and initial dependency charts
11 years ago
attic/servers Remove automatically generated Makefile.in files 11 years ago
clients/tde Fix scope part offline mode 11 years ago
database/mysql Add known services to database file 11 years ago
documentation/developers Add initial README file and initial dependency charts 11 years ago
fpga/xilinx Add verified Xilinx programming script and device type extractor 12 years ago
lib Force tdekrb to depend on a Kerberos SASL plugin 11 years ago
servers Fix handling of AUX and LINE trigger sources 11 years ago
.gitmodules Add inital copies of user management server and client for future development 11 years ago
README Add initial README file and initial dependency charts 11 years ago

README

This is the source repository for the hardware access portion of the uLab remote laboratory system.

The terminal services components are hosted in a separate GIT repository, available from the uLab project's home page at http://ulab.trinitydesktop.org

This repository is a hierarchical tree, separating the main components into several related groups.  The main groups are:
attic:		Old files of any type, provided for historical reasons.  These files are not required to build or use the uLab system, but may be of interest to academics who wish to know more about the origins of the uLab system.
clients:	uLab clients and client parts for any supported operating systems.  Each client part is matched with a server daemon in the "servers" top level directory.
database:	Database structure descriptors, which can be used to create the database(s) utilized by the uLab servers.
documentation:	Various files providing developer-facing documentation for the uLab system internals.  User-facing documentation also included in a subdirectory of this directory.
fpga:		FPGA-specific files, utilities, and programming software.  This includes the hardware debug module required for FPGA viewer operation, and the various software components utilized by the FPGA Programmer daemon.
lib:		Libraries providing core uLab functionality.  These libraries are utilized by most uLab software, including both servers and clients.
servers:	uLab server daemons for any supported operating systems.  Each server daemon is matched with a client part in the "clients" top level directory.