File | Date | Author | Commit |
---|---|---|---|
ANDS | 2013-09-23 |
![]() |
[cc5775] Merge branch 'ands-project' |
Bookings | unknown | ||
Configuration | unknown | ||
DataAccess | unknown | ||
Framework | unknown | ||
Logger | unknown | ||
Messenger | unknown | ||
MultiSiteProvider | 2012-10-18 |
![]() |
[eb7866] Merged multisite to main line. |
Permissions | unknown | ||
Queuer | unknown | ||
Reports | unknown | ||
RigManagement | unknown | ||
RigProvider | unknown | ||
Server | unknown | ||
Session | unknown | ||
TaskScheduler | unknown | ||
conf | unknown | ||
doc | 2012-10-16 |
![]() |
[46a293] Added capstone report which details arch.: |
installer | 2011-07-28 |
![]() |
[73233b] Changed installer version name. |
servicewrapper | unknown | ||
test | unknown | ||
.gitignore | 2012-10-16 |
![]() |
[3016e9] Ignoring libraries and build artefacts. |
LICENSE | unknown | ||
NEWS | 2013-09-27 |
![]() |
[27aa13] Added NEWS file with release information. |
README.md | 2012-11-06 |
![]() |
[1f72fd] Initial commit |
SchedulingServer.nsi | unknown | ||
build.xml | unknown | ||
common.xml | unknown | ||
dependencies.xml | unknown | ||
schedulingserver.spec | unknown |
Remote laboratory framework (as deployed at https://remotelabs.eng.uts.edu.au)
Sahara Labs is a software suite developed by UTS Remote Labs that helps to enable remote access to computer controlled laboratories. It is designed to be a scalable, stable platform that enables the use and sharing of a variety of types of remote laboratories and maximises remote lab usage by implementing queuing and booking (or reservations) for users over a group of identical laboratories.
The Scheduling Server is one component of the Sahara Remote Labs framework (along with the Web Interface and Rig Client). Provides the majority of Sahara’s core functionality. It is developed using Java and requires an SQL database (either MySQL or PostgreSQL). It manages users, gives access to rigs (with queuing or reservations) and helps to administrate the rigs associated with the remote lab. Additional development may be needed for the Scheduling Server if the functionality of Sahara is to be extended.
More information and installation files can be found at: http://sourceforge.net/projects/labshare-sahara/
The Rig Client can be found at: https://github.com/mdiponio/sahara-labs-rig-client
The Web Interface can be found at: https://github.com/mdiponio/sahara-labs-web-interface