{"id":62222,"library":"telnetpp","title":"Telnetpp","description":"A C++ library for interacting with Telnet streams","status":"active","version":"4.0.0","language":"cpp","source_language":null,"source_url":null,"tags":["telnet","networking","stream"],"install":[{"cmd":"vcpkg install telnetpp","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(telnetpp CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE telnetpp::telnetpp)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"telnetpp/telnetpp.hpp","correct":"#include <telnetpp/telnetpp.hpp>"}],"quickstart":{"code":"#include <telnetpp/telnetpp.hpp>\n\nint main() {\n    telnetpp::session session;\n    session.negotiate(telnetpp::will(telnetpp::option::echo));\n    return 0;\n}","lang":"cpp","description":"Create a Telnet session and negotiate options"},"warnings":[],"env_vars":null,"search_vec":"'c':3 'interact':6 'librari':4 'network':11 'stream':9,12 'telnet':8,10 'telnetpp':1","created_at":"2026-06-17T05:21:03.368857+00:00","updated_at":"2026-06-17T05:21:03.368857+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}}