glenmurphy / dcsmon

Server browser for Digital Combat Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcsmon

screenshot

Command-line server browser for Digital Combat Simulator

Usage

Download the latest dcsmon.exe executable from the releases page

Use your DCS username and password

dcsmon -u username -p password

Filter on server names using the -f option

dcsmon -u username -p password -f australia

Other options may be added later, see them with

dcsmon --help

Develop

Requires Rust

git clone https://github.com/glenmurphy/dcsmon.git
cd dcsmon
cargo run -- -u username -p password
cargo build --release

The last command will create dcsmon.exe in your dcsmon/target/release directory - move it to whereever you wish

About

Server browser for Digital Combat Simulator


Languages

Language:Rust 100.0%