项目作者: taqen

项目描述 :
ASGriDS - Asynchronous Smart Grids Distributed Simulator
高级语言: Python
项目地址: git://github.com/taqen/asgrids.git
创建时间: 2018-10-14T11:08:19Z
项目社区:https://github.com/taqen/asgrids

开源协议:GNU General Public License v3.0

下载


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