11 个仓库
Explanations of OSI model layers and their application in software architecture and traffic routing.
Distinguishing note: Focuses on architectural theory regarding network layers rather than specific networking tools.
Explore 11 awesome GitHub repositories matching software engineering & architecture · Network Layering Concepts. Refine with filters or upvote what's useful.
This project is a comprehensive educational resource focused on the principles, patterns, and trade-offs required to design scalable, reliable, and high-performance distributed systems. It provides a structured curriculum that covers the fundamental architectural strategies necessary for building modern software infrastructure, ranging from high-level system decomposition to low-level networking and data management. The repository distinguishes itself by offering deep dives into complex architectural patterns, such as microservices-based decomposition, event-driven communication, and command-
Generally speaking, load balancers operate at one of the two levels: ### Network layer This is the load balancer that works at the network's transport layer, also known as layer 4. This performs routing based on networki
JustAuth is an OAuth 2.0 authentication library designed to integrate multiple third-party login providers into a single interface. It abstracts various social login APIs and identity services, allowing applications to manage authentication using the OAuth 2.0 and OIDC protocols. The project provides a multi-provider identity integrator that replaces the need for individual vendor software development kits. It includes a toolkit for defining custom authentication platforms and proprietary identity services by specifying custom OAuth protocols and endpoints. The library manages the full authe
Decouples the authentication flow from specific HTTP libraries through a configurable network request interface.
This project is a comprehensive technical interview preparation resource and computer science interview guide. It serves as an educational reference for developers to study core software engineering fundamentals and common coding patterns required for employment screenings. The repository provides detailed guides and references covering data structures and algorithms, networking and security, operating systems, and web development. It specifically focuses on the implementation and complexity analysis of sorting, searching, and graph algorithms. The material encompasses a wide breadth of comp
Details the roles and functions of the OSI network layers from physical to application.
Pilipala is a mobile video streaming client designed to provide a third-party interface for the Bilibili media platform. It enables users to browse, search, and consume streaming media content through a unified mobile application. The application distinguishes itself by offering extensive playback customization, allowing users to adjust playback speed, subtitle synchronization, and screen orientation to suit their preferences. It also integrates social interaction features, enabling users to engage with creators and other viewers by liking videos, sharing content, and participating in public
Executes remote API requests by converting interface definitions into HTTP calls and automatically parsing JSON responses into native objects.
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.
Flutter Deer is a Flutter practice project that demonstrates realistic application patterns across Android and iOS. It showcases how to structure a Flutter app with modular routing, reactive state management using Provider, and a centralized network layer built with Dio for structured API calls and error handling. The project also includes integration and accessibility testing that simulates real user interactions to verify UI behavior and screen-reader compatibility. The project differentiates itself by providing a comprehensive showcase of custom UI components and interactions, including ca
Wraps HTTP requests in a centralized Dio client with interceptors and error handling, separating network logic from UI code.
MVVMHabit is an Android development framework and base library that implements the MVVM architecture using Android Architecture Components. It provides a pre-integrated foundation designed to decouple business logic from user interface rendering and lifecycle management. The project distinguishes itself by bundling a comprehensive set of architectural templates, including a reactive event bus for decoupled component communication, token-based data exchange between logic instances, and a single-activity fragment hosting system to reduce manifest overhead. The framework covers broad capability
Implements a standardized network request client that converts API definitions into HTTP calls with automatic data parsing.
isomorphic-fetch is a cross-runtime fetch API and isomorphic HTTP client that provides a standardized request interface across different JavaScript environments. It functions as a WHATWG fetch polyfill, ensuring that network request logic behaves identically in both web browsers and Node.js. The project enables universal JavaScript development by allowing a single codebase to perform HTTP requests without environment-specific code. It integrates the fetch interface into Node.js and supports application bundling for the browser.
Acts as a network request client that provides a consistent interface for executing HTTP calls across runtimes.
RPiPlay 是一个 AirPlay 镜像服务器和媒体接收器,旨在将 Apple 设备连接到 Raspberry Pi 硬件。它作为一个媒体网关,接收来自 iOS 和 macOS 设备的加密视频和音频流,并将其投影到连接的显示器和音响系统上。 该项目专注于低延迟视频流传输,通过在帧到达时立即渲染来绕过预定的时间戳。它利用位流操作和专门的视频流水线来减少源设备和接收器之间的传输延迟。 该系统提供硬件加速渲染以实现流畅的视觉播放,并采用基于时钟的同步来保持音视频对齐。它包括用于将音频路由到特定硬件端口的控制功能,以及配置显示输出设置(如旋转和图像翻转)的选项。
Decrypts and unpacks AirPlay network packets to extract raw media bitstreams for processing.
FastDev4Android is an all-in-one development framework for building Android applications. It accelerates app creation by integrating networking, data parsing, dependency injection, image loading, and UI components into a single workflow, bundling these capabilities to speed up mobile app development. The framework provides annotation-driven dependency injection that automatically wires components, views, event handlers, and threading into Android components at compile time. It implements the Model-View-Presenter (MVP) pattern to separate data, UI, and business logic into distinct layers for i
Handles HTTP requests and responses with a queue-based networking library for efficient data transfer.
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.