awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesBinary Frame Serialization

Conversion of high-level protocol messages into binary frames for network transmission.

Distinct from Binary Serialization Protocols: Focuses on the framing process of the HTTP/2 protocol rather than a general binary serialization format.

Explore 5 awesome GitHub repositories matching networking & communication · Binary Frame Serialization. Refine with filters or upvote what's useful.

Awesome Binary Frame Serialization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nghttp2/nghttp2nghttp2 का अवतार

    nghttp2/nghttp2

    5,009GitHub पर देखें↗

    nghttp2 is a suite of low-level C libraries and tools designed for implementing the HTTP/2 protocol. It provides a memory-efficient implementation of the protocol's core logic, including framing, stream multiplexing, and flow control. The project includes a dedicated library for HPACK header compression and decompression to reduce network bandwidth. It also provides a toolset for analyzing network traffic and benchmarking server performance, including throughput and latency measurements. Its broader capabilities cover protocol implementation and traffic management, including ALPN connection

    Implements the binary wire format serialization required for HTTP/2 framing and network transmission.

    C++
    GitHub पर देखें↗5,009
  • streadway/amqpstreadway का अवतार

    streadway/amqp

    4,932GitHub पर देखें↗

    This is a Go client library and protocol implementation for interacting with message brokers using the AMQP 0.9.1 standard. It serves as an asynchronous messaging toolkit and message queue client for implementing producer and consumer patterns. The library provides a programmatic interface for managing the full message lifecycle, including publishing, consumption, and delivery acknowledgments. It supports reliable delivery mechanisms such as publishing confirmations and atomic transactions. The project covers the administration of routing topologies through the declaration and binding of que

    Encapsulates AMQP messages into binary frames for efficient transmission over TCP.

    Goamqpgoprotocol
    GitHub पर देखें↗4,932
  • php-amqplib/php-amqplibphp-amqplib का अवतार

    php-amqplib/php-amqplib

    4,597GitHub पर देखें↗

    php-amqplib एक PHP लाइब्रेरी है जो एप्लिकेशन्स और मैसेज ब्रोकर्स के बीच संचार को सक्षम करने के लिए AMQP प्रोटोकॉल को लागू करती है। यह डीकपल किए गए (decoupled) सेवाओं के बीच संदेश भेजने और प्राप्त करने के लिए RabbitMQ के साथ PHP एप्लिकेशन्स को एकीकृत करने के लिए आवश्यक टूल प्रदान करती है। लाइब्रेरी एसिंक्रोनस टास्क प्रोसेसिंग, इवेंट-ड्रिवन आर्किटेक्चर और कोरिलेशन आइडेंटिफायर्स का उपयोग करके रिमोट प्रोसीजर कॉल्स (RPC) सहित मैसेजिंग पैटर्न की एक विस्तृत श्रृंखला का समर्थन करती है। यह पब्लिशिंग, क्यू डिक्लेरेशन, और पुश-आधारित सब्सक्रिप्शन या पुल-आधारित पोलिंग का उपयोग करके लचीले उपभोग मॉडल के माध्यम से पूर्ण संदेश लाइफसाइकिल का प्रबंधन करती है। प्रोजेक्ट एक्सचेंज बाइंडिंग्स के माध्यम से रूटिंग और टोपोलॉजी प्रबंधन को कवर करता है और टिकाऊ क्यूज़, पर्सिस्टेंट पब्लिशिंग और स्पष्ट संदेश पावती (acknowledgments) जैसी विश्वसनीयता सुविधाएं प्रदान करता है। इसमें संसाधन उपयोग को अनुकूलित करने के लिए मैसेज प्रीफ़ेच लिमिटिंग और वर्चुअल चैनल मल्टीप्लेक्सिंग जैसी ट्रैफ़िक प्रबंधन क्षमताएं भी शामिल हैं। कनेक्शन स्थिरता को मल्टी-होस्ट सपोर्ट और सिग्नल-ड्रिवन हार्टबीट प्रबंधन के माध्यम से संभाला जाता है।

    Translates high-level message objects into binary frames for efficient network transmission via the AMQP protocol.

    PHPamqphacktoberfestmessaging
    GitHub पर देखें↗4,597
  • httpwg/http2-spechttpwg का अवतार

    httpwg/http2-spec

    3,755GitHub पर देखें↗

    This project provides the formal network protocol standards and technical specifications for HTTP/2. It defines the requirements for binary framing structures, the HPACK compression standard for header fields, and the general behaviors necessary to ensure consistent data exchange and interoperability between network clients and servers. The specification covers the mechanisms for binary frame multiplexing and the HPACK standard to reduce network bandwidth and latency. It details the rules for session establishment, including connection preface handshaking and protocol negotiation. The projec

    Defines the binary frame structures essential for managing streams, flow control, and priority.

    Makefilehttp2ietf
    GitHub पर देखें↗3,755
  • jjtech0130/pypushJJTech0130 का अवतार

    JJTech0130/pypush

    3,750GitHub पर देखें↗

    pypush is a Python client library and programmatic interface for the Apple Push Notification service. It provides the necessary tools to send and receive push notification messages and functions as an iMessage client implementation. The library enables the registration of devices with Apple services to receive push notifications and interact with internal application interfaces. It achieves this by emulating the handshake and identity of physical Apple devices to authenticate with proprietary push notification servers. The system manages communication through binary frame serialization, sess

    Encodes and decodes custom binary packets to match the data structures expected by internal Apple APIs.

    Pythonimessageproof-of-conceptreverse-engineering
    GitHub पर देखें↗3,750
  1. Home
  2. Networking & Communication
  3. Network Protocol Implementations
  4. Binary Serialization Protocols
  5. Binary Frame Serialization

सब-टैग एक्सप्लोर करें

  • Binary Framing SpecificationsFormal definitions for binary frame structures used in protocol communication. **Distinct from Binary Frame Serialization:** Provides the formal specification of frames rather than just the serialization implementation.