awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 repository-uri

Awesome GitHub RepositoriesNetwork Identifiers

Unique configuration parameters used to isolate specific network environments.

Distinguishing note: Focuses on network isolation identifiers rather than general configuration.

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

Awesome Network Identifiers GitHub Repositories

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

    ethereum/go-ethereum

    51,178Vezi pe GitHub↗

    Geth is a comprehensive execution client for the Ethereum network, serving as a foundational node implementation that processes transactions, maintains the distributed ledger state, and participates in peer-to-peer consensus. It provides a robust infrastructure for synchronizing, validating, and serving blockchain data, utilizing a persistent Merkle Patricia Trie database to ensure the cryptographic integrity of historical records. As a sandboxed smart contract runtime, it executes bytecode according to deterministic protocol rules, enabling the deployment and interaction of decentralized appl

    Assigns unique network identifiers to isolate private chains from public environments.

    Goblockchainethereumgeth
    Vezi pe GitHub↗51,178
  • skywind3000/kcpAvatar skywind3000

    skywind3000/kcp

    16,786Vezi pe 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
    Vezi pe GitHub↗16,786
  • cloudflare/quicheAvatar cloudflare

    cloudflare/quiche

    11,563Vezi pe 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

    Generates unique identifiers for network sessions from raw byte sequences.

    Rusthttp3network-programmingprotocol
    Vezi pe GitHub↗11,563
  • sockjs/sockjs-clientAvatar sockjs

    sockjs/sockjs-client

    8,518Vezi pe 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
    Vezi pe GitHub↗8,518
  • lipku/livetalkingAvatar lipku

    lipku/LiveTalking

    8,042Vezi pe GitHub↗

    LiveTalking is an interactive talking head engine and AI avatar management platform designed to synchronize synthetic speech with facial movements. It functions as a real-time orchestrator that connects large language models and text-to-speech services to neural-rendered digital humans. The project distinguishes itself through low-latency streaming capabilities and the ability to handle real-time conversational interruptions. It supports advanced audio-visual customization, including human voice cloning and the ability to drive avatar expressions using real-time webcam data. The platform cov

    Handle multiple independent user connections simultaneously by assigning unique session identifiers to each stream.

    Pythonaigcdigihumandigital-human
    Vezi pe GitHub↗8,042
  • antirez/smallchatAvatar antirez

    antirez/smallchat

    7,509Vezi pe 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
    Vezi pe GitHub↗7,509
  • jonasstrehle/supercookieAvatar jonasstrehle

    jonasstrehle/supercookie

    7,346Vezi pe 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
    Vezi pe GitHub↗7,346
  • machyve/xhyveAvatar machyve

    machyve/xhyve

    6,438Vezi pe GitHub↗

    xhyve is a macOS virtual machine manager and virtualization tool that leverages the native hypervisor framework to run guest operating systems in userspace. It provides a virtualization layer for executing guest systems with hardware acceleration. The project features a hardware pass-through hypervisor that maps physical host devices directly to guest virtual machines to increase performance. It includes a remote framebuffer server and VNC access to enable interaction with the guest display and input devices from external devices. The tool covers virtual hardware emulation for storage, netwo

    Assigns persistent IP addresses to virtual machines by linking unique identifiers to pre-configured network device profiles.

    C
    Vezi pe GitHub↗6,438
  • paradigmxyz/rethAvatar paradigmxyz

    paradigmxyz/reth

    5,652Vezi pe GitHub↗

    Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res

    Returns the chain ID as a string to identify which network the node belongs to.

    Rust
    Vezi pe GitHub↗5,652
  • akinsho/toggleterm.nvimAvatar akinsho

    akinsho/toggleterm.nvim

    5,530Vezi pe GitHub↗

    toggleterm.nvim este un manager de terminal și orchestrator de sesiuni bazat pe Lua pentru Neovim. Acesta oferă un sistem pentru deschiderea, ascunderea și organizarea mai multor ferestre de terminal persistente, permițând integrarea sesiunilor de shell direct în editorul de text. Plugin-ul se distinge prin oferirea unei interfețe de terminal flotant și capacitatea de a defini clase de terminale personalizate. Aceste clase permit instanțe specializate cu comenzi și variabile de mediu dedicate, în timp ce selecția terminalelor numite permite utilizatorilor să se concentreze pe sesiuni specifice folosind etichete descriptive în loc de identificatori numerici. Proiectul acoperă configurarea layout-ului spațiului de lucru, permițând terminalelor să fie orientate ca ferestre flotante, split-uri verticale sau tab-uri. Include capabilități pentru controlul sesiunilor, cum ar fi transferul de text din buffer-ele editorului direct în terminalele active, executarea de comenzi shell țintite și efectuarea de operațiuni în masă pentru gestionarea mai multor sesiuni active.

    Associates unique numeric IDs with descriptive names to target and focus specific terminal sessions.

    Lua
    Vezi pe GitHub↗5,530
  • antswordproject/antswordAvatar AntSwordProject

    AntSwordProject/antSword

    4,620Vezi pe GitHub↗

    AntSword is a cross-platform web manager and penetration testing framework designed for the centralized administration of multiple remote website environments. It functions as a remote website administration tool and a web shell management tool, allowing users to organize and control diverse web servers from a single interface. The project provides a toolkit for security researchers to perform authorized security audits and identify vulnerabilities. It supports web penetration testing and security research workflows to analyze web application behavior and discover potential exploits. The sys

    Tracks remote target websites using unique identifiers to maintain persistent administrative sessions.

    JavaScript
    Vezi pe GitHub↗4,620
  • jakehilborn/displayplacerAvatar jakehilborn

    jakehilborn/displayplacer

    4,341Vezi pe 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
    Vezi pe GitHub↗4,341
  • mutagen-io/mutagenAvatar mutagen-io

    mutagen-io/mutagen

    3,883Vezi pe GitHub↗

    Mutagen is a cross-platform file synchronization engine and development environment orchestrator. It provides real-time bidirectional file synchronization between local machines, remote servers, and Docker containers, often utilizing SSH for transport. The tool functions as a high-performance alternative to Docker bind mounts by mirroring files between a local host and a running container. It also operates as a network port forwarding utility, routing TCP traffic and Unix domain sockets between local and remote environments via SSH. Its capability surface includes filesystem event monitoring

    Assigns names and unique identifiers to sessions to easily list, filter, and target management commands.

    Go
    Vezi pe GitHub↗3,883
  • t3l3machus/hoaxshellAvatar t3l3machus

    t3l3machus/hoaxshell

    3,421Vezi pe 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
    Vezi pe GitHub↗3,421
  • ueberdosis/hocuspocusAvatar ueberdosis

    ueberdosis/hocuspocus

    2,455Vezi pe GitHub↗

    Hocuspocus is a backend framework designed to facilitate real-time collaborative editing and state synchronization in web applications. It functions as a server-side infrastructure that manages persistent WebSocket connections, enabling multiple users to edit shared documents simultaneously while maintaining data consistency through a conflict-free replicated data type engine. The platform distinguishes itself through a modular, middleware-driven architecture that allows developers to intercept document lifecycle events, enforce custom access control policies, and integrate external services.

    Multiplexes multiple collaborative sessions over a single communication channel by embedding unique identifiers into document messages.

    TypeScriptcollaborative-editingcrdtprosemirror
    Vezi pe GitHub↗2,455
  1. Home
  2. Software Engineering & Architecture
  3. Network Identifiers

Explorează sub-etichetele

  • Chain IdentifiersUnique identifiers that distinguish one blockchain network from another, such as chain IDs. **Distinct from Network Identifiers:** Distinct from Network Identifiers: focuses on blockchain-specific chain IDs rather than general network isolation parameters.
  • Persistent IP MappingsMapping unique identifiers to specific network profiles to ensure consistent IP assignment for virtual machines. **Distinct from Network Identifiers:** Focuses on persistent IP assignment via identifiers, not just general network isolation identifiers.
  • Session Identifiers2 sub-tag-uriUnique 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.
  • Session Management Identifiers1 sub-tagUser-defined names and unique IDs used to target and filter active synchronization or forwarding sessions. **Distinct from Session Identifiers:** Distinct from Session Identifiers: focuses on administrative management and targeting of sessions via names rather than protocol-level tracking tokens.