No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-06-09 20:41:54 +01:00
.github/workflows Added a readme, fixed workflow 2023-05-22 23:08:20 +01:00
src Bug fixes plus more debug prints 2023-06-09 20:41:54 +01:00
.gitignore Initial commit 2023-05-22 22:57:21 +01:00
Cargo.toml Bug fix - urldecode 2023-06-09 13:39:50 +01:00
README.md Update usage 2023-05-28 22:28:30 +01:00

IW4M Log Server

This allows IW4M to send the game logs over a REST-ful API. The original Python code and insperation can be found here. The reason I did this was to:

  • Practice my Rust skills
  • To make a more efficient version

Usage

  • Download the executable for your OS from the latest release
  • Simply run the executable
Allows IW4M Admin to retrieve server game logs

Usage: iw4m-log-server.exe [OPTIONS]

Options:
  -H, --host <HOST>  The host of the IW4M server [default: 0.0.0.0]
  -p, --port <PORT>  Specify a custom port to bind to [default: 1625]
  -h, --help         Print help
  -V, --version      Print version