Skip to content

Framework for building applications that access Reef services (an open source smart grid platform).

Notifications You must be signed in to change notification settings

gec/greenbus-web-core

Repository files navigation

greenbus-web-core

Core web services for building applications using GreenBus Reef (an open source smart grid platform).

Services

  • REST
  • WebSocket

##Technologies

Projects using green-bus-web-core

Installing from Source

  1. Install GreenBus or use an existing GreenBus server.
  2. Install Play Framework 2.3.6
  3. Clone the repository: git clone https://github.com/gec/greenbus-web-core.git
  4. cd greenbus-web-core

  5. Edit greenbus.cfg so AMQP host and credentials refer to your GreenBus server (i.e. properties starting with org.greenbus.msg.amqp).

Running Sample Application

> activator "project sample" run
Point your web browser at `http://localhost:9000`

Running Tests

> activator "project sample" test

License

This software is under the Apache 2.0 License.

About

Framework for building applications that access Reef services (an open source smart grid platform).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages