Registry / networking / james4k-rcon

james4k-rcon

JSON →
library0.0.0-20210222224819-34a67ca2b2d6gogounverified

A Go client library for the RCON protocol used in game servers like Minecraft and Source games.

go get github.com/james4k/rcon
INSTALL
IMPORT
SIG · JAMES4K-RCON
J
james4k-rcon
networkinggov0.0.0-20210222224819-34a67ca2b2d6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rcon
github.com/james4k/rcon

Connect to an RCON server and execute a command.

package main import ( "fmt" "github.com/james4k/rcon" ) func main() { conn, err := rcon.Dial("localhost:25575", "password") if err != nil { panic(err) } resp, err := conn.Execute("list") fmt.Println(resp) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210222224819-34a67ca2b2d6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
james4k-rcon — go get james4k-rcon · libregistry