KazDragon / rot13server

A simple ROT13 server build on Telnet++ and Server++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple ROT13 server showcasing Telnet++ and Server++.

To build: you will need the Conan remotes that are registered with the following commands:

conan remote add conan-center https://conan.bintray.com
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
conan remote add nonstd-lite https://api.bintray.com/conan/martinmoene/nonstd-lite
conan remote add kazdragon-conan https://api.bintray.com/conan/kazdragon/conan-public

Conan packages are then installed as following:

conan install -s compiler.libcxx=libstdc++11 -s cppstd=14 --build=missing .

You can then build with:

cmake .
make -j

Running the rot13server application will then bind to an available port, to which you can connect your Telnet session.

About

A simple ROT13 server build on Telnet++ and Server++


Languages

Language:C++ 95.1%Language:CMake 4.9%