Registry / networking / telnetpp

telnetpp

JSON →
library4.0.0vcpkgunverified

A C++ library for interacting with Telnet streams

vcpkg install telnetpp
INSTALL
IMPORT
SIG · TELNETPP
T
telnetpp
networkingcppv4.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.

telnetpp/telnetpp.hpp
✓ #include <telnetpp/telnetpp.hpp>

Create a Telnet session and negotiate options

#include <telnetpp/telnetpp.hpp> int main() { telnetpp::session session; session.negotiate(telnetpp::will(telnetpp::option::echo)); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources

No resource links recorded.

telnetpp — pip install telnetpp · libregistry