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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesPacket Decapsulation

The process of recursively stripping network headers from the link layer down to the application layer.

Distinct from Network Layering Concepts: An active process of stripping headers from traffic, distinct from theoretical networking layer concepts.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Packet Decapsulation. Refine with filters or upvote what's useful.

Awesome Packet Decapsulation GitHub Repositories

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

    wireshark/wireshark

    9,477GitHub पर देखें↗

    Wireshark is a network protocol analyzer and traffic inspector used for capturing and inspecting network traffic. It functions as a packet capture tool that intercepts live data from network interfaces and a TCP/IP dissector that decodes network protocol layers to translate raw binary packets into human-readable fields. The system provides capabilities for protocol stream reconstruction, grouping related packets into cohesive conversations between endpoints. It also operates as a packet file converter, allowing for the reading, modification, and conversion of network capture files across vari

    Processes network traffic by recursively stripping headers from the outermost link layer down to the innermost application layer.

    Cpacket-capturestratosharktshark
    GitHub पर देखें↗9,477
  • fd-/rpiplayFD- का अवतार

    FD-/RPiPlay

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

    RPiPlay एक AirPlay मिररिंग सर्वर और मीडिया रिसीवर है जिसे Apple उपकरणों को Raspberry Pi हार्डवेयर से जोड़ने के लिए डिज़ाइन किया गया है। यह एक मीडिया गेटवे के रूप में कार्य करता है जो iOS और macOS उपकरणों से एन्क्रिप्टेड वीडियो और ऑडियो स्ट्रीम प्राप्त करता है ताकि उन्हें एक कनेक्टेड डिस्प्ले और साउंड सिस्टम पर प्रोजेक्ट किया जा सके। यह प्रोजेक्ट कम-विलंबता (low-latency) वीडियो स्ट्रीमिंग पर केंद्रित है, जो फ्रेम के आते ही उन्हें रेंडर करके निर्धारित टाइमस्टैम्प को बायपास करता है। यह स्रोत डिवाइस और रिसीवर के बीच ट्रांसमिशन देरी को कम करने के लिए बिटस्ट्रीम हेरफेर और एक विशेष वीडियो पाइपलाइन का उपयोग करता है। सिस्टम सुचारू विज़ुअल प्लेबैक के लिए हार्डवेयर-त्वरित रेंडरिंग प्रदान करता है और ऑडियो और वीडियो संरेखण बनाए रखने के लिए क्लॉक-आधारित सिंक्रनाइज़ेशन का उपयोग करता है। इसमें ऑडियो को विशिष्ट हार्डवेयर पोर्ट पर रूट करने और रोटेशन तथा इमेज फ्लिपिंग जैसी डिस्प्ले आउटपुट सेटिंग्स को कॉन्फ़िगर करने के लिए नियंत्रण शामिल हैं।

    Decrypts and unpacks AirPlay network packets to extract raw media bitstreams for processing.

    C++
    GitHub पर देखें↗5,197
  • streamedian/html5_rtsp_playerStreamedian का अवतार

    Streamedian/html5_rtsp_player

    2,731GitHub पर देखें↗

    This project provides a browser-based media player and server-side bridging component designed to render live network camera feeds directly within web applications. By utilizing standard browser media APIs, it enables the playback of video streams without the need for external plugins or proprietary software. The system functions by routing raw network camera data through a server-side proxy that translates specialized protocols into browser-compatible formats. This bridge facilitates real-time media delivery by managing network traffic and decapsulating stream headers directly within the bro

    Parses complex network stream headers directly within the browser environment to extract raw video frames for display.

    JavaScriptaacangularh264
    GitHub पर देखें↗2,731
  1. Home
  2. Software Engineering & Architecture
  3. Network Layering Concepts
  4. Packet Decapsulation