VRGroupRWTH / DasherServer

This repository features an experimental websocket interface to the DasherCore, which allows for bidirectional communication with many applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repository features an experimental websocket interface to the DasherCore, which allows for bidirectional communication with many applications

License:MIT License


Languages

Language:C++ 67.3%Language:HTML 26.8%Language:CMake 5.9%