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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • gcc-mirror/gccAvatar de gcc-mirror

    gcc-mirror/gcc

    11,019Ver en GitHub↗

    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++
    Ver en GitHub↗11,019
  • git-ecosystem/git-credential-managerAvatar de git-ecosystem

    git-ecosystem/git-credential-manager

    9,021Ver en GitHub↗

    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
    Ver en GitHub↗9,021
  • beanstalkd/beanstalkdAvatar de beanstalkd

    beanstalkd/beanstalkd

    6,697Ver en GitHub↗

    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
    Ver en GitHub↗6,697
  • suragnair/alpha-zero-generalAvatar de suragnair

    suragnair/alpha-zero-general

    4,471Ver en GitHub↗

    Este proyecto es un framework de aprendizaje por refuerzo y un motor de IA para juegos diseñado para entrenar agentes antagónicos en juegos de dos jugadores por turnos. Implementa un bucle de entrenamiento que utiliza auto-juego y búsqueda de árbol de Monte Carlo para producir redes neuronales capaces de predecir la fuerza del tablero y las probabilidades de movimiento. El sistema desacopla el motor de aprendizaje por refuerzo de las reglas específicas del juego a través de una interfaz de lógica de juego abstracta, permitiendo la definición de reglas de juego personalizadas, condiciones de victoria y representaciones del tablero. Admite la integración con varios frameworks de deep learning para servir como funciones de política y valor, e incluye una arquitectura de red neuronal de doble cabezal para predecir tanto los resultados esperados como las distribuciones de movimientos legales. El framework cubre una amplia gama de capacidades, incluyendo codificación del estado del juego, gestión de puntos de control del modelo y seguimiento de métricas de entrenamiento. Proporciona herramientas para evaluar el rendimiento del agente mediante simulaciones de torneos, interfaces humano-agente y un protocolo basado en texto para conectarse a motores de juego externos. Los modelos entrenados pueden exportarse a un formato compatible con JavaScript para su uso en entornos de despliegue basados en web.

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

    Jupyter Notebook
    Ver en GitHub↗4,471
  • tensorflow/minigoAvatar de tensorflow

    tensorflow/minigo

    3,531Ver en GitHub↗

    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++
    Ver en GitHub↗3,531
  • musicplayerdaemon/mpdAvatar de MusicPlayerDaemon

    MusicPlayerDaemon/MPD

    2,607Ver en GitHub↗

    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
    Ver en GitHub↗2,607
  1. Home
  2. Networking & Communication
  3. Text-Based Communication Protocols