awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
chrismoorhouse avatar

chrismoorhouse/micropython-mqtt

0
View on GitHub↗
41 स्टार्स·12 फोर्क्स·Python·9 व्यूज़

Micropython Mqtt

Async MQTT client library with auto reconnect for MicroPython devices such as the ESP32 or Pycom devices

Features

  • MQTT Clients - Async MQTT library with auto-reconnect.

स्टार हिस्ट्री

chrismoorhouse/micropython-mqtt के लिए स्टार हिस्ट्री चार्टchrismoorhouse/micropython-mqtt के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Micropython Mqtt के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Micropython Mqtt के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mqttjs/mqtt.jsmqttjs का अवतार

    mqttjs/MQTT.js

    9,033GitHub पर देखें↗

    MQTT.js is a JavaScript client library and asynchronous messaging client used to connect to message brokers and exchange data via the MQTT protocol. It provides a broker interface for publishing and subscribing to topics, and includes a command-line interface for interacting with brokers without writing code. The library supports multiple network layers, including TCP, TLS, and WebSockets, and allows for custom WebSocket construction and transport injection to handle specific headers or subprotocols. It implements bandwidth reduction through topic aliasing, which replaces repetitive topic str

    TypeScripthacktoberfestjavascriptmqtt
    GitHub पर देखें↗9,033
  • ithewei/libhvithewei का अवतार

    ithewei/libhv

    7,521GitHub पर देखें↗

    libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP, WebSocket, and MQTT clients and servers. It provides a non-blocking event loop for managing network sockets, timers, and system signals across multiple threads. The project is distinguished by its integrated support for specialized network roles, including a full HTTP web server with RESTful routing and middleware, an MQTT messaging client for IoT communication, and the ability to implement SOCKS5 and HTTP proxies. It also features a reliable UDP implementation to ensure ordered

    Ccurlepollhttp-client
    GitHub पर देखें↗7,521
  • emqx/mqttxemqx का अवतार

    emqx/MQTTX

    4,802GitHub पर देखें↗

    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

    TypeScriptclicross-platformelectron
    GitHub पर देखें↗4,802
  • davea/sonoff-mqttdavea का अवतार

    davea/sonoff-mqtt

    59GitHub पर देखें↗

    A MicroPython project to control an ITEAD Sonoff switch (or any ESP8266 module really) via an MQTT broker.

    Python
    GitHub पर देखें↗59
Micropython Mqtt के सभी 14 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

chrismoorhouse/micropython-mqtt क्या करता है?

Async MQTT client library with auto reconnect for MicroPython devices such as the ESP32 or Pycom devices

chrismoorhouse/micropython-mqtt की मुख्य विशेषताएं क्या हैं?

chrismoorhouse/micropython-mqtt की मुख्य विशेषताएं हैं: MQTT Clients।

chrismoorhouse/micropython-mqtt के कुछ ओपन-सोर्स विकल्प क्या हैं?

chrismoorhouse/micropython-mqtt के ओपन-सोर्स विकल्पों में शामिल हैं: mqttjs/mqtt.js — MQTT.js is a JavaScript client library and asynchronous messaging client used to connect to message brokers and… ithewei/libhv — libhv is a high-performance C/C++ network library and event-driven I/O framework used to build TCP, UDP, SSL, HTTP,… emqx/mqttx — MQTTX is a cross-platform MQTT client application designed for testing, debugging, and managing MQTT brokers. It… davea/sonoff-mqtt — A MicroPython project to control an ITEAD Sonoff switch (or any ESP8266 module really) via an MQTT broker. kevinkk525/pysmartnode — This repository provides a general framework to deploy smarthome nodes based on micropython and communicating using… belyalov/tinymqtt — Simple and lightweight (thus - tiny) MQTT server for tiny devices like ESP8266 / ESP32 running micropython.…