awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • wireshark/wiresharkالصورة الرمزية لـ wireshark

    wireshark/wireshark

    9,477عرض على GitHub↗

    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-/rpiplayالصورة الرمزية لـ FD-

    FD-/RPiPlay

    5,197عرض على GitHub↗

    RPiPlay هو خادم لعرض شاشة AirPlay ومستقبل وسائط مصمم لربط أجهزة Apple بأجهزة Raspberry Pi. يعمل كبوابة وسائط تستقبل تدفقات الفيديو والصوت المشفرة من أجهزة iOS وmacOS لعرضها على شاشة ونظام صوت متصل. يركز المشروع على بث الفيديو بزمن انتقال منخفض من خلال عرض الإطارات فور وصولها لتجاوز الطوابع الزمنية المجدولة. ويستخدم معالجة تدفق البتات وخط أنابيب فيديو متخصص لتقليل تأخير الإرسال بين جهاز المصدر والمستقبل. يوفر النظام عرضاً معجلاً بالأجهزة لتشغيل مرئي سلس، ويستخدم مزامنة تعتمد على الساعة للحفاظ على محاذاة الصوت والفيديو. كما يتضمن عناصر تحكم لتوجيه الصوت إلى منافذ أجهزة محددة وتكوين إعدادات إخراج العرض مثل التدوير وقلب الصورة.

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

    C++
    عرض على GitHub↗5,197
  • streamedian/html5_rtsp_playerالصورة الرمزية لـ Streamedian

    Streamedian/html5_rtsp_player

    2,731عرض على GitHub↗

    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