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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

Awesome GitHub RepositoriesSession Identifiers

Unique tokens used to distinguish and track individual network sessions within a transport protocol.

Distinct from Network Identifiers: Distinct from Network Identifiers: focuses on session-specific tracking identifiers rather than network environment isolation.

Explore 7 awesome GitHub repositories matching software engineering & architecture · Session Identifiers. Refine with filters or upvote what's useful.

Awesome Session Identifiers GitHub Repositories

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

    skywind3000/kcp

    16,786عرض على GitHub↗

    KCP is a low-latency transport protocol and reliability layer designed to provide TCP-like guaranteed delivery and ordering over UDP. It implements an automatic repeat request protocol to minimize network jitter and delays, prioritizing timeliness over bandwidth efficiency. The project distinguishes itself through a pluggable congestion controller and flow control logic, allowing the transport layer to be tuned for specific network environments. It includes a NAT keep-alive system that uses periodic heartbeat packets to maintain active communication paths and prevent address translation timeo

    Uses unique conversation identifiers in packet headers to route data to session objects without formal handshakes.

    C
    عرض على GitHub↗16,786
  • cloudflare/quicheالصورة الرمزية لـ cloudflare

    cloudflare/quiche

    11,563عرض على GitHub↗

    This project is a memory-safe implementation of the QUIC transport protocol and HTTP/3, designed for high-throughput and efficient network communication. It provides a comprehensive toolkit for building secure, low-latency network applications by managing the full lifecycle of transport connections, including protocol negotiation, stream data exchange, and connection state management. The library distinguishes itself through a focus on performance and protocol integrity. It utilizes a formal state machine to enforce strict adherence to transport rules and employs zero-copy buffer management t

    Manages the length and generation of unique identifiers for individual network sessions.

    Rusthttp3network-programmingprotocol
    عرض على GitHub↗11,563
  • sockjs/sockjs-clientالصورة الرمزية لـ sockjs

    sockjs/sockjs-client

    8,518عرض على GitHub↗

    sockjs-client is a JavaScript library that provides a WebSocket-compatible API for real-time, bidirectional communication between a web browser and a server. It functions as a transport-layer abstraction that ensures a stable full-duplex connection by emulating socket behavior. The library is distinguished by its automatic protocol-fallback mechanisms. When native WebSockets are unavailable or blocked by restrictive network environments, such as firewalls or proxies, it switches to HTTP-streaming emulation or XHR-polling to maintain connectivity. It covers capabilities for cross-domain data

    Provides unique tokens to distinguish and track individual network sessions across multiple HTTP requests.

    JavaScriptjavascriptreal-timesockjs
    عرض على GitHub↗8,518
  • antirez/smallchatالصورة الرمزية لـ antirez

    antirez/smallchat

    7,509عرض على GitHub↗

    Smallchat is a minimal implementation of a concurrent network server and TCP-based chat system designed as a demonstration of C socket programming. It provides a basic server and client architecture that enables real-time text communication between multiple connected users. The project focuses on the implementation of a networked chat server that handles simultaneous client sessions. It utilizes a centralized broadcasting model to route incoming text from one client to all other active participants. The system manages concurrent client connections and session tracking using socket descriptor

    Tracks individual network sessions using unique system socket descriptors as identifiers.

    C
    عرض على GitHub↗7,509
  • jonasstrehle/supercookieالصورة الرمزية لـ jonasstrehle

    jonasstrehle/supercookie

    7,346عرض على GitHub↗

    Supercookie is a browser fingerprinting tool that assigns persistent, cross-session tracking identifiers by exploiting the browser's favicon cache. It operates without storing any data on the server, relying entirely on the browser's cache behavior to maintain tracking state across visits, including during incognito or private browsing sessions. The technique works by encoding unique user identifiers through distinct favicon subpaths, creating separate cache entries for each tracking token. A sequence of HTTP redirects through multiple favicon subpaths writes and reads cache-based tracking pa

    Assigns stable browser identifiers persisting across sessions via favicon cache manipulation.

    HTMLbrowserbrowser-fingerprintbrowser-fingerprinting
    عرض على GitHub↗7,346
  • jakehilborn/displayplacerالصورة الرمزية لـ jakehilborn

    jakehilborn/displayplacer

    4,341عرض على GitHub↗

    Displayplacer is a command-line tool for managing multi-monitor display layouts on macOS. It enables users to save, apply, and automate screen configurations including resolution, rotation, arrangement, and mirroring settings entirely from the terminal without requiring a graphical interface. The tool identifies displays using persistent hardware IDs rather than port-based identifiers, allowing layouts to be restored consistently across reconnections and reboots. It supports headless display configuration, enabling or disabling monitors, rotating internal and external displays, and designatin

    Uses contextual session identifiers when persistent hardware IDs are reassigned by macOS, maintaining layout stability across reboots.

    C
    عرض على GitHub↗4,341
  • t3l3machus/hoaxshellالصورة الرمزية لـ t3l3machus

    t3l3machus/hoaxshell

    3,421عرض على GitHub↗

    Hoaxshell is a command and control system for Windows remote command execution. It provides a framework for generating and managing reverse shell payloads that utilize an HTTP beaconing protocol, where victim clients periodically poll a handler to receive and execute instructions. The project distinguishes itself through its ability to bypass PowerShell Constrained Language Mode using specialized payload generation. It supports encrypted command and control via TLS certificate injection and provides mechanisms for remote session recovery, allowing a handler to reestablish control over active

    Uses unique session identifiers in HTTP headers to associate incoming requests with specific shell sessions.

    Pythonhackingopen-sourcepenetration-testing
    عرض على GitHub↗3,421
  1. Home
  2. Software Engineering & Architecture
  3. Network Identifiers
  4. Session Identifiers

استكشف الوسوم الفرعية

  • Display Fallback IdentifiersContextual session identifiers used when persistent hardware IDs are reassigned by the operating system. **Distinct from Session Identifiers:** Distinct from Session Identifiers: focuses on fallback identification for display hardware when persistent IDs change, not general network session tracking.
  • Favicon Cache IdentifiersTools that assign stable browser identifiers persisting across sessions via favicon cache manipulation. **Distinct from Session Identifiers:** Distinct from Session Identifiers: uses favicon cache for cross-session identification, not protocol-level session tokens.