Skip to content

Perl 6 module for interacting with the Source RCON (remote console) protocol.

License

Notifications You must be signed in to change notification settings

shuppet/p6-net-rcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Net::RCON is a Perl 6 module for interacting with the Source RCON (remote console) protocol. Built on top of IO::Socket::INET, it allows server administrators to issue and recieve the results of commands executed against RCON-compatiable servers.

Installation

... from zef

zef install Net::RCON

... from source

git clone https://github.com/shuppet/p6-net-rcon
cd p6-net-rcon/ && zef install ${PWD}