Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 671 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 671 Bytes

About

asgrids is an asynchronous smart grids distributed simulator. It provides an environment to describe a multi-model smart-grid network, in terms of electrical/communication topology, plus control logic and behavior of its sensors, actuators and components.

The project is still under development and the code is therefore experimental, and is released under a GPL-3.0 license, which is given in the LICENSE file.

Requirements

  • Python 3.6 and higher.

Installation

To install, simply do:

python setup.py install

Or (preferably) setup locally to reflect modifications without needing rebuilding:

python setup.py develop