Core web services for building applications using GreenBus Reef (an open source smart grid platform).
- REST
- WebSocket
##Technologies
- greenbus-web-hmi Microgrid controller for GreenBus
- Install GreenBus or use an existing GreenBus server.
- Install Play Framework 2.3.6
- Clone the repository:
git clone https://github.com/gec/greenbus-web-core.git
-
cd greenbus-web-core
- Edit
greenbus.cfg
so AMQP host and credentials refer to your GreenBus server (i.e. properties starting withorg.greenbus.msg.amqp
).
> activator "project sample" run
Point your web browser at `http://localhost:9000`
> activator "project sample" test
This software is under the Apache 2.0 License.