Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 983 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 983 Bytes

BOSSWAVE Binding

C# Base Class Library

This is a .NET Core Library manifesting the BOSSWAVE 2.2.0 bindings for C#.
University of Southern Denmark, Center for Energy Informatics.

Instructions

First of all you have to install the latest release of BOSSWAVE.
When that is done, configure that client to run as proposed in ClientImplementation.cs.
Remember that BOSSWAVE runs on localhost.

Install on Ubuntu:
If you're on windows use WSL.
It is recommended that you install Ubuntu >= 16.04 from the Microsoft Store.
After install type bash in the commandline and execute the following:

curl get.bw2.io/agent | sudo bash

Upon reboot, BOSSWAVE doesn't automatically start. In that case you'll have to run it again:

sudo /etc/init.d/bw2 start