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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • wireshark/wiresharkAvatar wireshark

    wireshark/wireshark

    9,477Vezi pe 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
    Vezi pe GitHub↗9,477
  • fd-/rpiplayAvatar FD-

    FD-/RPiPlay

    5,197Vezi pe GitHub↗

    RPiPlay este un server de mirroring AirPlay și receptor media conceput pentru a conecta dispozitivele Apple la hardware-ul Raspberry Pi. Acesta funcționează ca un gateway media care primește fluxuri video și audio criptate de la dispozitive iOS și macOS pentru a le proiecta pe un ecran și un sistem audio conectate. Proiectul se concentrează pe streaming video cu latență scăzută, redând cadrele imediat după sosire pentru a evita timpii de așteptare programați. Utilizează manipularea bitstream-ului și un pipeline video specializat pentru a reduce întârzierea transmisiei între dispozitivul sursă și receptor. Sistemul oferă randare accelerată hardware pentru o redare vizuală fluidă și utilizează sincronizarea bazată pe ceas pentru a menține alinierea audio-video. Include controale pentru rutarea audio către porturi hardware specifice și configurarea setărilor de ieșire video, cum ar fi rotația și oglindirea imaginii.

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

    C++
    Vezi pe GitHub↗5,197
  • streamedian/html5_rtsp_playerAvatar Streamedian

    Streamedian/html5_rtsp_player

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