nimrcon
Simple RCON client
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:18 |
Tags
Authors
- Ilya Tretyakov
Installation
nimble install nimrcon
choosenim install nimrcon
git clone https://github.com/mcilya/nimrcon
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nimrcon | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.0.0 | No |
| struct >= | 0.2.0 | No |
Source
| Repository | https://github.com/mcilya/nimrcon |
|---|---|
| Homepage | https://github.com/mcilya/nimrcon |
| Registry Source | nimble_official |
README
Nimrcon
Simple RCON in Nim
Usage
import nimrcon
let conn = newRCONConnection("local.host", 27015, "hunter2")
discard conn.exec("command")
# by default returns Packet(size, id, type, body) object
var resp = conn.exec("command with args")
echo resp.toJSON # converting to JSON
Features
- Simple
- Missing support for Multi-packet response