{"id":62104,"library":"cialloo-rcon","title":"cialloo-rcon","description":"Implementation of Valve Source RCON protocol","status":"active","version":"1.0.0","language":"cpp","source_language":null,"source_url":null,"tags":["rcon","valve","source","remote","command"],"install":[{"cmd":"vcpkg install cialloo-rcon","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(cialloo_rcon CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE cialloo-rcon::cialloo-rcon)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"rcon/rcon.h","correct":"#include <rcon/rcon.h>"}],"quickstart":{"code":"#include \"rcon/rcon.h\"\n#include <iostream>\n\nint main() {\n    rcon::client client(\"127.0.0.1\", 27015, \"password\");\n    auto response = client.send_command(\"status\");\n    std::cout << response << std::endl;\n    return 0;\n}","lang":"cpp","description":"Sends a command to a Source RCON server."},"warnings":[],"env_vars":null,"search_vec":"'cialloo':2 'cialloo-rcon':1 'command':14 'implement':4 'protocol':9 'rcon':3,8,10 'remot':13 'sourc':7,12 'valv':6,11","created_at":"2026-06-17T05:16:56.189709+00:00","updated_at":"2026-06-17T05:16:56.189709+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}