Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 838 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 838 Bytes

DasherServer ⌨️ 📄

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.

Building on Linux 🐧

git clone https://github.com/VRGroupRWTH/DasherServer.git
cd DasherServer
mkdir build
cd build
cmake ..
make

Building on Windows 🪟

  1. git clone https://github.com/VRGroupRWTH/DasherServer.git
  2. Execute CMake Configure and Generate
  3. Build with Visual Studio

Execution 🤟

  1. Start resulting binary from the build process
  2. Open the index.html file from the Frontend-folder