Skip to content

ada-af/nimrcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple RCON client in Nim lang

Topics

Resources

License

Stars

Watchers

Forks

Languages