Srcon
Srcon is a Ruby implementation of Valve's Source RCON Protocol. It is a TCP-based protocol used for communicating with Source Dedicated Servers typically accessible via Steam.
Installation
Add this line to your application's Gemfile:
gem 'srcon'
And then execute:
$ bundle
Or install it yourself as:
$ gem install srcon
Usage
require 'srcon'
connection = Srcon::Connection.new('123.45.67.8', 28717, 'some_password')
connection.send('help')
connection.receive
Development
- Fork the repository.
- Create a new branch.
- Make sure tests pass.
- Open a pull request.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/nevern02/srcon.
License
The gem is available as open source under the terms of the MIT License.