Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shuppet/p6-net-rcon

Perl 6 module for interacting with the Source RCON (remote console) protocol.
https://github.com/shuppet/p6-net-rcon

perl6 perl6-module rcon rcon-protocol source-rcon

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![logo](https://user-images.githubusercontent.com/12242877/92306015-0f526100-ef84-11ea-9d4f-ea6977215c1e.png)

`Net::RCON` is a Perl 6 module for interacting with the Source RCON (remote console) protocol. Built on top of [`IO::Socket::INET`](https://docs.perl6.org/type/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}
```