awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • buger/goreplaybuger 的头像

    buger/goreplay

    19,286在 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
    在 GitHub 上查看↗19,286
  • zizifn/edgetunnelzizifn 的头像

    zizifn/edgetunnel

    8,289在 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
    在 GitHub 上查看↗8,289
  • pixie-io/pixiepixie-io 的头像

    pixie-io/pixie

    6,467在 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++
    在 GitHub 上查看↗6,467
  1. Home
  2. Networking & Communication
  3. Binary Protocols
  4. Protocol-Agnostic Processing