CoVee is a Python package that can be used to implement and test several voltage control methods.
Install the covee package with
$ python setup.py install
Create a virtual environment and install the covee package with
$ make init
$ sudo docker-compose up
$ sudo docker exec -it (CONTAINER) bash
$ cd covee
$ make init
$ covee_env/bin/python3 covee_main.py
The project is released under the terms of the MPL 2.0.