nimrcon

Simple RCON client in Nim lang.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

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

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