This is a .NET Core Library manifesting the BOSSWAVE 2.2.0 bindings for C#.
University of Southern Denmark, Center for Energy Informatics.
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