awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gcc-mirror/gccgcc-mirror 的头像

    gcc-mirror/gcc

    11,019在 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++
    在 GitHub 上查看↗11,019
  • git-ecosystem/git-credential-managergit-ecosystem 的头像

    git-ecosystem/git-credential-manager

    9,021在 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
    在 GitHub 上查看↗9,021
  • beanstalkd/beanstalkdbeanstalkd 的头像

    beanstalkd/beanstalkd

    6,697在 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
    在 GitHub 上查看↗6,697
  • suragnair/alpha-zero-generalsuragnair 的头像

    suragnair/alpha-zero-general

    4,471在 GitHub 上查看↗

    This project is a reinforcement learning framework and game AI engine designed for training adversarial agents in two-player turn-based games. It implements a training loop that utilizes self-play and Monte Carlo Tree Search to produce neural networks capable of predicting board strength and move probabilities. The system decouples the reinforcement learning engine from specific game rules through an abstract game logic interface, allowing for the definition of custom game rules, win conditions, and board representations. It supports integration with various deep learning frameworks to serve

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

    Jupyter Notebook
    在 GitHub 上查看↗4,471
  • tensorflow/minigotensorflow 的头像

    tensorflow/minigo

    3,531在 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++
    在 GitHub 上查看↗3,531
  • musicplayerdaemon/mpdMusicPlayerDaemon 的头像

    MusicPlayerDaemon/MPD

    2,607在 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
    在 GitHub 上查看↗2,607
  1. Home
  2. Networking & Communication
  3. Text-Based Communication Protocols