Registry / networking / cialloo-rcon

cialloo-rcon

JSON →
library1.0.0vcpkgunverified

Implementation of Valve Source RCON protocol

vcpkg install cialloo-rcon
INSTALL
IMPORT
SIG · CIALLOO-RCON
C
cialloo-rcon
networkingcppv1.0.0
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/rcon.h
#include <rcon/rcon.h>

Sends a command to a Source RCON server.

#include "rcon/rcon.h" #include <iostream> int main() { rcon::client client("127.0.0.1", 27015, "password"); auto response = client.send_command("status"); std::cout << response << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

cialloo-rcon — pip install cialloo-rcon · libregistry