/rlms_unr

FCEIA / UNR remote laboratory plug-in for LabManager

Primary LanguagePython

UNR plug-in

The LabManager provides an API for supporting more Remote Laboratory Management Systems (RLMS). This project is the implementation for the FCEIA / Universidad Nacional del Rosario remote laboratory.

Usage

First install the module:

$ pip install git+https://github.com/gateway4labs/rlms_unr.git

Then add it in the LabManager's config.py:

RLMS = ['unr', ... ]

Profit!