awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • wireshark/wiresharkAvatar von wireshark

    wireshark/wireshark

    9,477Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,477
  • fd-/rpiplayAvatar von FD-

    FD-/RPiPlay

    5,197Auf GitHub ansehen↗

    RPiPlay ist ein AirPlay-Mirroring-Server und Media-Receiver, der entwickelt wurde, um Apple-Geräte mit Raspberry-Pi-Hardware zu verbinden. Er fungiert als Media-Gateway, das verschlüsselte Video- und Audiostreams von iOS- und macOS-Geräten empfängt, um sie auf ein angeschlossenes Display und Soundsystem zu projizieren. Das Projekt konzentriert sich auf latenzarmes Video-Streaming, indem Frames sofort nach Ankunft gerendert werden, um geplante Zeitstempel zu umgehen. Es nutzt Bitstream-Manipulation und eine spezialisierte Video-Pipeline, um die Übertragungsverzögerung zwischen Quellgerät und Empfänger zu reduzieren. Das System bietet hardwarebeschleunigtes Rendering für eine flüssige visuelle Wiedergabe und nutzt eine taktbasierte Synchronisation, um die Audio- und Videoausrichtung beizubehalten. Es enthält Steuerelemente für das Routing von Audio an spezifische Hardware-Ports sowie zur Konfiguration von Display-Ausgabeeinstellungen wie Rotation und Bildspiegelung.

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

    C++
    Auf GitHub ansehen↗5,197
  • streamedian/html5_rtsp_playerAvatar von Streamedian

    Streamedian/html5_rtsp_player

    2,731Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,731
  1. Home
  2. Software Engineering & Architecture
  3. Network Layering Concepts
  4. Packet Decapsulation