Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
README.md 317 B
Newer Older
# optical-controller
This a framework to implement the optical controller for the RMSA algorithm.
#create a venv
python -m venv venv

in linux
source venv/Scripts/activate

in windows
venv\Scripts\activate

pip install -r requirements_opt.txt

python OpticalController.py
![Reference Architecture](images/topo.png)