Giter Site home page Giter Site logo

Comments (3)

postmodern avatar postmodern commented on June 15, 2024

As terminology goes, the Proxy will refer to incoming connections as "clients" that are connecting to the "server", via our Proxy. Some ideas for event callbacks:

  • client_connected - When a client has connected to the proxy, but before a connection has been made to the server.
  • client_disconnected - When a client has disconnected from the proxy.
  • client_data - When data is sent from the client to the Proxy.
  • server_connected - When the server has accepted the connection, after the client has connected to our proxy.
  • server_disconnected - When the server closes the socket, before the client has decided to close it's socket.
  • server_data - When data is sent from the Server to the Proxy.

Callback aliases:

  • connect - Alias for server_connect.
  • disconnect - Alias for client_disconnect.
  • data - Alias for client_data or server_data events.

from ronin-support.

postmodern avatar postmodern commented on June 15, 2024

Added Ronin::Network::Proxy, Ronin::Network::TCP::Proxy and Ronin::Network::UDP::Proxy. Just need to add specs for the logic, then they can be merged into the 0.5.0 branch.

from ronin-support.

postmodern avatar postmodern commented on June 15, 2024

Minimal specs added for Ronin::Network::TCP::Proxy.

from ronin-support.

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.