README

image i_user_images_githubusercontent_com_12242877_92306015_0f526100_ef84_11ea_9d4f_ea6977215c1e_png not found

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}

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.