Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 2.62 KB

README.md

File metadata and controls

23 lines (17 loc) · 2.62 KB

Organization Build CodeFactor

VSSSLogPlayer

Introduction

The VSSSLogPlayer is an log tool created to IEEE Very Small Size Soccer League, aiming the possibility to play recorded logs and reproduce them in the network.

Requirements

  • g++ (used v9.3.0)
  • Qt (used version v5.12.8)
  • Qt OpenGL
  • Google protocol buffers (used protoc v3.6.1)

Compilation

Create an folder named build, open it and run the command qmake ..
So, after this, run the command make and if everything goes ok, the binary will be at the folder bin (at the main folder).

Usage

After compilation, simply run the binary at the bin folder using the ./VSSSLogPlayer command at the terminal.

Parameters

You can also put some parameters while running the binary. You can check all of them with examples running the binary with the ./VSSSLogRecorder --help command. Note: If you run without the --gui argument, you SHOULD use the --fileName argument and specify the log file that you want to run.