Skip to content

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

License

Notifications You must be signed in to change notification settings

PapeCoding/DasherServer

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks