Racoon, originally a fork of CoreRCON, is an implementation of the RCON protocol in pure .NET.
-
Racoon
: A .NET implementation of the Source RCON Protocol- Supports connecting to a RCON server via
RCONClient
- Supports hosting a RCON server via
RCONServer
- Supports connecting to a RCON server via
-
Racoon.Extensions.CounterStrike
: Enhanced support for connecting to CS2 RCON servers- Provides parsers for common messages in CS2
- Provides extensions for common CS2 console commands
-
Racoon.Parsers
: Low-level message parsing library- Defines the
IParser<T>
interface - Provides built-in parsers for standard RCON message, such as
ChatMessage
- Defines the
-
Racoon.Tool
: Connect to an RCON server in the CLI with a .NET tool$ dotnet tool install -g Racoon.Tool
This project started as a fork of CoreRCON, credit is due to ScottKaye for developing the original version, and the maintainers at Challengermode for the version that was forked.