awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

3 repository-uri

Awesome GitHub RepositoriesProtocol-Agnostic Processing

Handling network payloads as raw bytes until a specific protocol decoder is applied.

Distinct from Binary Protocols: Focuses on the agnostic handling of raw bytes before decoding, rather than the protocol specification itself.

Explore 3 awesome GitHub repositories matching networking & communication · Protocol-Agnostic Processing. Refine with filters or upvote what's useful.

Awesome Protocol-Agnostic Processing GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • buger/goreplayAvatar buger

    buger/goreplay

    19,286Vezi pe GitHub↗

    GoReplay is a network traffic recording and replay tool used to capture live HTTP and binary protocol requests. It functions as a traffic shadowing proxy that duplicates incoming network requests to test environments and a utility for recording traffic to local or cloud storage for later analysis and playback. The system is capable of processing non-textual data formats, such as Thrift and Protocol Buffers, allowing for the capture and replay of specialized application-to-application communication. The tool supports live traffic capture and asynchronous duplication to validate infrastructure

    Processes non-textual data formats by treating payloads as raw bytes until a specific decoder is applied.

    Go
    Vezi pe GitHub↗19,286
  • zizifn/edgetunnelAvatar zizifn

    zizifn/edgetunnel

    8,289Vezi pe GitHub↗

    Edgetunnel is a serverless network proxy and VLESS proxy implementation designed to run on Cloudflare Workers. It functions as a VPN proxy that routes network traffic through edge computing platforms to provide an anonymized gateway for outbound internet requests. The project focuses on internet censorship circumvention and the bypass of network restrictions. It utilizes serverless proxy routing to mask original traffic sources and navigate regional filters or firewalls. The system manages traffic through serverless-based proxy tunneling, using WebSocket-based stream forwarding and protocol-

    Relays raw binary data packets between clients and targets without inspecting or modifying the payload.

    JavaScriptcloudflare-workersedgefunctionsv2ray
    Vezi pe GitHub↗8,289
  • pixie-io/pixieAvatar pixie-io

    pixie-io/pixie

    6,467Vezi pe GitHub↗

    Pixie is an open-source observability platform for Kubernetes that uses eBPF to automatically capture telemetry data from clusters without requiring any manual instrumentation or code changes. It functions as an eBPF telemetry collector, a continuous application profiler, a network traffic analyzer, and a scriptable telemetry query engine, all within a single Kubernetes-native tool. The platform distinguishes itself through several integrated capabilities. It continuously samples stack traces from compiled-language code to identify CPU performance bottlenecks, visualizing the results as inter

    Automatically parses full-body messages for multiple application protocols including HTTP, DNS, and database protocols.

    C++
    Vezi pe GitHub↗6,467
  1. Home
  2. Networking & Communication
  3. Binary Protocols
  4. Protocol-Agnostic Processing