This project features an experimental backend and a simple development frontend for the DasherCore. The backend can be used separately and features a websocket interface to communicate with the DasherCore-library. The protocol that is used is defined in the Specification.
git clone https://github.com/VRGroupRWTH/DasherServer.git
cd DasherServer
mkdir build
cd build
cmake ..
make
git clone https://github.com/VRGroupRWTH/DasherServer.git
- Execute CMake Configure and Generate
- Build with Visual Studio
- Start resulting binary from the build process
- Open the
index.html
file from theFrontend
-folder