3 dépôts
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.
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.
RPiPlay est un serveur de mirroring AirPlay et un récepteur multimédia conçu pour connecter les appareils Apple au matériel Raspberry Pi. Il fonctionne comme une passerelle multimédia qui reçoit des flux audio et vidéo chiffrés depuis des appareils iOS et macOS pour les projeter sur un système d'affichage et de son connecté. Le projet se concentre sur le streaming vidéo à faible latence en rendant les images dès leur arrivée pour contourner les horodatages planifiés. Il utilise la manipulation de flux binaires et un pipeline vidéo spécialisé pour réduire le délai de transmission entre l'appareil source et le récepteur. Le système fournit un rendu accéléré par le matériel pour une lecture fluide et utilise une synchronisation basée sur l'horloge pour maintenir l'alignement audio-vidéo. Il inclut des contrôles pour router l'audio vers des ports matériels spécifiques et configurer les paramètres de sortie d'affichage tels que la rotation et le retournement d'image.
Decrypts and unpacks AirPlay network packets to extract raw media bitstreams for processing.
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.