Coder Social home page Coder Social logo

Comments (5)

KazDragon avatar KazDragon commented on August 28, 2024 1

Thanks for the feedback. I'll update that in the repo.

from telnetpp.

KazDragon avatar KazDragon commented on August 28, 2024

Hi Bevinhex, and a hearty thank you for your interest in my work.

serverpp is my own library, and a very shallow wrapper around some basic Boost.Asio networking. It's at github.com/KazDragon/telnetpp.git. It is available via Conan, and I put the instructions for that on the readme for the rot13server example. In short, you have to add my bintray space as a remote:

conan remote add kazdragon-conan https://api.bintray.com/conan/kazdragon/conan-public

Telnetpp is also in that bintray space -- at least until the end of the month, when it shuts down; I hope to have an alternative by then -- if you want to use it in your own projects.

from telnetpp.

bevinhex avatar bevinhex commented on August 28, 2024

Thanks for the quick response, alright, now able to find the repository , completely missed that README inside example, perhaps it is good idea to include conan remote add kazdragon-conan https://api.bintray.com/conan/kazdragon/conan-public line on homepage as well.

inside examples/rot13server gives another error now

WARN: serverpp/0.0.5@kazdragon/conan-public: requirement boost/[>=1.69] overridden by your conanfile to boost/1.75.0 
ERROR: Version range '>=1.69' from requirement 'boost_container/[>=1.69]@bincrafters/stable' required by 'telnetpp/2.0.1@kazdragon/conan-public' could not be resolved in local cache

I believe I have boost/1.75.0 cached , and it's been fine for other library linkage so far on all platforms (linux/windows(mingw)/android/macos/ios), but not sure if those options inside conanfile.txt has anything to do with it:

[options]
boost:without_fiber=True
boost:without_stacktrace=True
boost:without_log=True
boost:without_locale=True
boost:without_test=True

not quite sure how conan takes dependencies, since those are for another project, didn't touch example conanfile though.

from telnetpp.

KazDragon avatar KazDragon commented on August 28, 2024

Ah, I believe that I have failed to update the version number in the rot13server example. If you change the version of telnetpp in conanfile.txt from 2.0.1 to 2.2.0, I think that should help.

from telnetpp.

bevinhex avatar bevinhex commented on August 28, 2024

That got it working , thanks

from telnetpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.