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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesText-Based Communication Protocols

Standardized rules for exchanging data via plain-text streams between processes.

Distinct from Communication Protocols and Standards: The candidates focus on low-level I/O streams or high-level network standards, not the specific text-protocol contract used by Git helpers.

Explore 6 awesome GitHub repositories matching networking & communication · Text-Based Communication Protocols. Refine with filters or upvote what's useful.

Awesome Text-Based Communication Protocols GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gcc-mirror/gccAvatar von gcc-mirror

    gcc-mirror/gcc

    11,019Auf GitHub ansehen↗

    This project is a multi-language compiler collection and cross-platform toolchain used to translate source code from various programming languages into optimized machine code for different hardware architectures. It provides a suite of tools including an optimizing compiler backend, a machine code generator, and a comprehensive runtime library suite that implements necessary execution environments and support functions. The system utilizes a multi-pass compilation pipeline and pluggable language front-ends to process source code into intermediate representations. It distinguishes itself throu

    Uses a text-encoded packet protocol for structured communication between the compiler and builder.

    C++
    Auf GitHub ansehen↗11,019
  • git-ecosystem/git-credential-managerAvatar von git-ecosystem

    git-ecosystem/git-credential-manager

    9,021Auf GitHub ansehen↗

    This project is a Git credential helper that automates the storage and retrieval of authentication secrets for remote repository operations. It functions as an OAuth token manager and an operating system vault storage interface to ensure authentication secrets are encrypted at rest. The tool acts as a cross-platform authentication broker, enabling the sharing of secure credentials between a host operating system and a Linux subsystem. It also serves as an enterprise proxy gateway, routing authentication traffic through corporate proxy servers to reach restricted repository endpoints. The sys

    Communicates with Git clients using a standardized text-based input-output stream protocol.

    C#aadauthenticationazure-devops
    Auf GitHub ansehen↗9,021
  • beanstalkd/beanstalkdAvatar von beanstalkd

    beanstalkd/beanstalkd

    6,697Auf GitHub ansehen↗

    Beanstalkd is a distributed work queue server designed for asynchronous job processing. It functions as a standalone server that distributes background tasks between producers and consumers to improve application responsiveness and throughput. The system organizes tasks using numeric priority levels to ensure critical work is processed first. It manages the job lifecycle through discrete states and uses a simple line-based text protocol over TCP for communication. To ensure reliability, the server persists job data to a sequential disk log, allowing the queue state to be recovered after a sy

    Implements a simple line-based text communication format over TCP for low-overhead interactions.

    C
    Auf GitHub ansehen↗6,697
  • suragnair/alpha-zero-generalAvatar von suragnair

    suragnair/alpha-zero-general

    4,471Auf GitHub ansehen↗

    Dieses Projekt ist ein Reinforcement-Learning-Framework und eine Game-AI-Engine für das Training adversarieller Agenten in rundenbasierten Zwei-Spieler-Spielen. Es implementiert eine Trainingsschleife, die Self-Play und Monte Carlo Tree Search nutzt, um neuronale Netzwerke zu erzeugen, die in der Lage sind, Spielbrettstärke und Zugwahrscheinlichkeiten vorherzusagen. Das System entkoppelt die Reinforcement-Learning-Engine durch eine abstrakte Spiellogik-Schnittstelle von spezifischen Spielregeln, was die Definition benutzerdefinierter Regeln, Gewinnbedingungen und Brettdarstellungen ermöglicht. Es unterstützt die Integration verschiedener Deep-Learning-Frameworks als Policy- und Value-Funktionen und enthält eine Dual-Head-Architektur für neuronale Netzwerke, um sowohl erwartete Ergebnisse als auch legale Zugverteilungen vorherzusagen. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich Spielzustandskodierung, Verwaltung von Modell-Checkpoints und Verfolgung von Trainingsmetriken. Es bietet Tools zur Evaluierung der Agentenleistung durch Turniersimulationen, Mensch-Agent-Schnittstellen und ein textbasiertes Protokoll zur Verbindung mit externen Game-Engines. Trainierte Modelle können in ein JavaScript-kompatibles Format für den Einsatz in webbasierten Bereitstellungsumgebungen exportiert werden.

    Uses a standardized plain-text protocol to communicate moves and state between the agent and external engines.

    Jupyter Notebook
    Auf GitHub ansehen↗4,471
  • tensorflow/minigoAvatar von tensorflow

    tensorflow/minigo

    3,531Auf GitHub ansehen↗

    Minigo is a TensorFlow-based reinforcement learning engine designed to master the game of Go. It functions as a comprehensive system for training neural networks to predict board policies and game outcomes, utilizing a model trainer to generate self-play data and optimize weights. The project is distinguished by its ability to perform large-scale game simulations using Kubernetes to distribute worker nodes across CPU, GPU, and TPU hardware. It employs a Monte Carlo Tree Search implementation to identify optimal moves and supports specialized hardware acceleration, including inference on Edge

    Communicates engine state and move suggestions using a standardized text-based protocol.

    C++
    Auf GitHub ansehen↗3,531
  • musicplayerdaemon/mpdAvatar von MusicPlayerDaemon

    MusicPlayerDaemon/MPD

    2,607Auf GitHub ansehen↗

    MPD is a headless music server daemon that indexes audio libraries and streams music to local or remote outputs. It functions as a music library manager and network audio streamer, providing a remote audio control protocol that allows external clients to manage playback, playlists, and database queries. The system acts as a multiroom audio coordinator, synchronizing audio distribution across multiple networked clients and hardware devices. It supports a variety of remote management capabilities, including a dedicated control API and the ability to broadcast audio streams over network protocol

    Provides a request-response text-based protocol for remote management of the music library and playback.

    C++audioaudio-playermusic
    Auf GitHub ansehen↗2,607
  1. Home
  2. Networking & Communication
  3. Text-Based Communication Protocols