Coder Social home page Coder Social logo

Provide helper for parser about telnetpp HOT 2 CLOSED

KazDragon avatar KazDragon commented on August 28, 2024
Provide helper for parser

from telnetpp.

Comments (2)

KazDragon avatar KazDragon commented on August 28, 2024

After some thought, it's probably not for the best that the interface is being weighed down so. It's getting little cumbersome. So it may be better to revert generate to trafficking only in vectors, and to introduce a "telnetpp::session" object, which can encapsulate all of the routing, parsing and generating behind three functions: install(option), receive(vector) ->vector and send(vector) -> vector.

Except even that looks a little lopsided with tokens on one side and elements on the other. Problem is that receiving data returns an immediate response that should be sent to the lower layer. The same isn't true of generating bytes for the lower layer with send.

from telnetpp.

KazDragon avatar KazDragon commented on August 28, 2024

I don't think I'll be able to get perfect symmetry out of this.

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.