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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gcc-mirror/gccالصورة الرمزية لـ gcc-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-managerالصورة الرمزية لـ git-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/beanstalkdالصورة الرمزية لـ beanstalkd

    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-generalالصورة الرمزية لـ suragnair

    suragnair/alpha-zero-general

    4,471عرض على GitHub↗

    هذا المشروع هو إطار عمل لتعلم التعزيز ومحرك ذكاء اصطناعي للألعاب مصمم لتدريب الوكلاء الخصوم في الألعاب القائمة على الأدوار للاعبين. ينفذ حلقة تدريب تستخدم اللعب الذاتي وبحث شجرة مونت كارلو لإنتاج شبكات عصبية قادرة على التنبؤ بقوة اللوحة واحتمالات الحركة. يفصل النظام محرك تعلم التعزيز عن قواعد اللعبة المحددة من خلال واجهة منطق لعبة مجردة، مما يسمح بتعريف قواعد لعبة مخصصة، وشروط الفوز، وتمثيلات اللوحة. ويدعم التكامل مع أطر عمل تعلم عميق متنوعة لتعمل كدوال للسياسة والقيمة ويتضمن بنية شبكة عصبية مزدوجة الرأس للتنبؤ بكل من النتائج المتوقعة وتوزيعات الحركة القانونية. يغطي إطار العمل مجموعة واسعة من القدرات بما في ذلك ترميز حالة اللعبة، وإدارة نقاط فحص النموذج، وتتبع مقاييس التدريب. ويوفر أدوات لتقييم أداء الوكيل من خلال محاكاة البطولات، وواجهات الإنسان والوكيل، وبروتوكول نصي للاتصال بمحركات الألعاب الخارجية. يمكن تصدير النماذج المدربة إلى تنسيق متوافق مع JavaScript للاستخدام في بيئات النشر القائمة على الويب.

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

    Jupyter Notebook
    عرض على GitHub↗4,471
  • tensorflow/minigoالصورة الرمزية لـ tensorflow

    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/mpdالصورة الرمزية لـ MusicPlayerDaemon

    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