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: 2 months ago
JSON representation
Perl 6 module for interacting with the Source RCON (remote console) protocol.
- Host: GitHub
- URL: https://github.com/shuppet/p6-net-rcon
- Owner: shuppet
- License: bsd-3-clause
- Created: 2018-09-19T15:29:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T13:28:41.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T09:35:23.976Z (4 months ago)
- Topics: perl6, perl6-module, rcon, rcon-protocol, source-rcon
- Language: Raku
- Homepage: https://shuppet.com
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

`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}
```