Skip to content

R-uan/rcon-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rcon Protocol Implementation

My attempt at the implementation of Valve's RCON Protocol specification.

Features

  • Thread pooling, reducing the overhead of creating and destroying threads per operation.
  • Async logging, avoids the chopping of logs from multiple threads.

TODO

  • Easier extension of commands
  • Support for windows
  • Multi-packet response

About

implementation of valve's source rcon protocol in c++

Topics

Resources

Stars

Watchers

Forks