Getting Started
Overview
Rcon is designed to be simple to use while providing robust features for production use:
-
Zero setup - Add the dependency and you’re ready to go
-
Simple API - Send commands with a single method call
-
Automatic multi-packet handling - Large responses are assembled transparently
-
Thread-safe operations - Use from multiple threads without worry
Learning Path
We recommend following these guides in order:
-
Installation - Set up Rcon in your project
-
Quick Start - Send your first command in 5 minutes
-
Architecture Overview - Understand how the library works
-
Configuration Options - Customize Rcon behavior