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

Latest commit

 

History

History
24 lines (16 loc) · 611 Bytes

monitor.md

File metadata and controls

24 lines (16 loc) · 611 Bytes

MASSim Monitor Documentation

The monitor allows you to view live matches and replays in your browser.

Live monitor

Start the server with the --monitor 8000 flag and navigate to http://localhost:8000/ in your browser.

Viewing a replay

Start the monitor and provide a path to a replay directory.

Usage:

java -jar monitor/monitor-[version]-with-dependencies.jar [--port PORT] <server/replays/path>

Then navigate to http://localhost:8000/?/ (or similar) in your browser.