You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
proepkes edited this page Feb 14, 2019
·
2 revisions
The server comes in two variations:
Console: A dotnet-standard-console application. This can run on any OS.
WPF: A WPF-Application to visualize the state of the connected clients.
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).