Towards a microRLMS approach for shared development of remote laboratories

Abstract

Educational remote laboratories are a software and hardware tool that allows students to remotely access real equipment located in universities as if they were in a handson-lab session. They have been used for almost two decades. And most remote labs use at least a subset of the following features: authentication (verifying who is the user), authorization (granting permissions to laboatories), scheduling (usually a queue or a calendar), user tracking (registering students activities), federation or administrative tools. Systems that provided these features in a unified approach arose, called Remote Laboratory Management Systems (RLMSs). RLMS provide toolkits for making the development of remote labs easier: a remote lab developer uses one of these toolkits and all the features are automatically inherited. Furthermore, new versions of the same RLMS will provide new features. However, sometimes these RLMS do not allow remote lab developers to consume only certain features, implementing the rest themselves. This is a problem when integrating external laboratories, and increments the learning curve. The focus of this contribution is to describe a lighter approach based on multiple coupled small optional services called microRLMS.