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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesProtocol Version Selectors

Capabilities for choosing the HTTP protocol version (1.0, 1.1, 2.0) used in client requests.

Distinct from HTTP Protocols: Distinct from HTTP Protocols: focuses on selecting the version for a specific request, not general protocol education.

Explore 5 awesome GitHub repositories matching networking & communication · Protocol Version Selectors. Refine with filters or upvote what's useful.

Awesome Protocol Version Selectors GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • cloudwego/hertzAvatar de cloudwego

    cloudwego/hertz

    7,279Voir sur GitHub↗

    Hertz is a high-performance Go HTTP framework designed for building scalable microservices, RESTful APIs, and AI applications. It functions as a high-performance web server and a communication framework for microservices, utilizing non-blocking I/O and zero-copy memory management to handle high-concurrency traffic. The project distinguishes itself through a microservices communication toolkit that supports high-efficiency remote procedure calls via gRPC and Thrift protocols. It implements an asynchronous middleware engine based on an onion model, allowing for a pluggable request-response pipe

    Supports various versions of the HTTP protocol and allows for custom protocol extensions.

    Gogohttpmicroservices
    Voir sur GitHub↗7,279
  • ethereum-mining/ethminerAvatar de ethereum-mining

    ethereum-mining/ethminer

    5,935Voir sur GitHub↗

    ethminer est un mineur GPU Ethereum et un outil de hachage Ethash. Il fonctionne comme un client CUDA et OpenCL qui utilise les cartes graphiques pour effectuer des calculs de preuve de travail afin de valider les transactions blockchain et miner des pièces Ethereum. Le logiciel exploite l'accélération GPGPU pour décharger les calculs mathématiques parallèles vers le GPU et génère le jeu de données de graphe acyclique requis directement dans la mémoire vidéo pour éliminer la latence disque. Il inclut un benchmark de minage GPU pour tester la vitesse de hachage et l'efficacité par rapport à des époques spécifiques afin d'établir des bases de performance. Le projet implémente le protocole réseau Stratum pour coordonner la distribution du travail et soumettre des parts aux pools de minage distants, avec une détection automatique de protocole et des communications chiffrées. Il fournit également une interface HTTP programmatique pour la gestion à distance, permettant aux utilisateurs de surveiller les métriques de performance en temps réel et de contrôler les opérations de minage. L'intégration système est gérée via un bus de messages pour la coordination des processus et les notifications au niveau du système.

    Automatically detects the appropriate Stratum protocol version to eliminate manual configuration.

    C++
    Voir sur GitHub↗5,935
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Voir sur GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Ships an HTTP client that can select between HTTP/1.0, HTTP/1.1, and HTTP/2.0 for outbound requests.

    PHPcodeignitercodeigniter4framework-php
    Voir sur GitHub↗5,924
  • mcxiaoke/mqttAvatar de mcxiaoke

    mcxiaoke/mqtt

    5,195Voir sur GitHub↗

    This project provides a technical specification and reference manual for the MQTT 3.1.1 standard, serving as a translated Chinese guide for implementing this lightweight IoT messaging protocol in resource-constrained device networks. The documentation covers the fundamental mechanisms of the publish-subscribe model, including topic-based routing with wildcard filtering, retained message storage, and the configuration of last will and testament messages. It details the protocol's approach to reliability through various quality of service levels, ranging from single-level acknowledgments to exa

    Provides a detailed reference manual covering packet formats, QoS levels, and connection handshakes for MQTT.

    Rich Text Formatmqtt
    Voir sur GitHub↗5,195
  • emqx/mqttxAvatar de emqx

    emqx/MQTTX

    4,802Voir sur GitHub↗

    MQTTX is a cross-platform MQTT client application designed for testing, debugging, and managing MQTT brokers. It supports both MQTT v3.1.1 and v5.0, enables simultaneous management of multiple broker connections, and provides an interactive chat-style interface for publishing and subscribing with configurable quality of service, payload transformation, and topic visualization. The client can be used as a desktop application, a command-line tool, or a self-hosted web client deployable via Docker. What sets MQTTX apart is its integration of AI-assisted workflows, allowing users to generate MQTT

    Automatically selects MQTT v3.1.1 or v5.0 based on broker capabilities, adapting session features and property handling accordingly.

    TypeScriptclicross-platformelectron
    Voir sur GitHub↗4,802
  1. Home
  2. Networking & Communication
  3. HTTP Protocols
  4. Protocol Version Selectors

Explorer les sous-tags

  • MQTT Protocol Versions1 sous-tagSupport for communicating with brokers using either MQTT v3.1.1 or v5.0 protocol specifications. **Distinct from Protocol Version Selectors:** Distinct from Protocol Version Selectors: focuses on MQTT-specific protocol versions, not HTTP protocol version selection.
  • Stratum Version SelectorsMechanisms to automatically detect and select the appropriate version of the Stratum protocol. **Distinct from Protocol Version Selectors:** Applies protocol version selection specifically to the Stratum mining protocol rather than HTTP.