![]() Resolve "Add new "parameters" property to Simulation and SimulationModel which gets send with start actions to VILLAScontroller" Closes #170 See merge request acs/public/villas/VILLASweb!37 |
||
---|---|---|
doc/pictures | ||
public | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
CONTRIBUTING.md | ||
COPYING.md | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
REACT.md | ||
README | ||
README.md |
VILLASweb
Description
This is VILLASweb, the website displaying and processing simulation data in the web browser. The term frontend refers to this project, the actual website.
The frontend connects to two backends: VILLASweb-backend and VILLASnode.
VILLASnode provides actual simulation data via websockets. VILLASweb-backend provides any other data like user acounts, simulation configuration etc.
For more information on the backends see their repositories.
Frameworks
The frontend is build upon ReactJS and Flux.
React is responsible for rendering the UI and Flux for handling the data and communication with the backends. For more information also have a look at REACT.md
Additional libraries are used, for a complete list see package.json.
Quick start
We recommend Docker to get started quickly:
$ git clone --recursive git@git.rwth-aachen.de:VILLASframework/VILLASweb.git
$ cd VILLASweb
$ npm install
$ npm start
The default user and password are configured in the config.js
file of the backend. By default they are: admin / admin.
Copyright
2017, Institute for Automation of Complex Power Systems, EONERC
License
This project is released under the terms of the GPL version 3.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
For other licensing options please consult Prof. Antonello Monti.
Contact
- Markus Grigull mgrigull@eonerc.rwth-aachen.de
Institute for Automation of Complex Power Systems (ACS)
EON Energy Research Center (EONERC)
RWTH University Aachen, Germany