Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Server UI

proepkes edited this page Feb 14, 2019 · 2 revisions

The server comes in two variations:

  1. Console: A dotnet-standard-console application. This can run on any OS.
  2. WPF: A WPF-Application to visualize the state of the connected clients.

WPF-Server UI

The Server runs its own timer which describes the desired frame-number for all clients. In the chart you can see the gap between every clients' actual frame-number and the desired frame-number. Every line should always be around the bottom for best experience. If one client is far behind, his input will arrive late for everyone else, this means everyone else has to rollback (which causes CPU-Spikes).

Clone this wiki locally