Skip to content

Cryptoc1/racoon

 
 

Repository files navigation

Racoon

Racoon Version Racoon.Extensions.CounterStrike Version Racoon.Tool Version

Language Checks Coverage

Racoon, originally a fork of CoreRCON, is an implementation of the RCON protocol in pure .NET.

Libraries

  • Racoon: A .NET implementation of the Source RCON Protocol

  • 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
  • Racoon.Tool: Connect to an RCON server in the CLI with a .NET tool

    $ dotnet tool install -g Racoon.Tool

Credits

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.

About

Source RCON Protocol in C#

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C# 100.0%