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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
andrewmk avatar

andrewmk/uMQTT

0
View on GitHub↗
9 stars·0 forks·JavaScript·GPL-2.0·11 views

UMQTT

MQTT publish for micropython on the WiPy board.

Features

  • MQTT Clients - MQTT publish library for WiPy.

Star history

Star history chart for andrewmk/umqttStar history chart for andrewmk/umqtt

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with UMQTT

These projects share indexed features with UMQTT. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mqttjs/mqtt.jsmqttjs avatar

    mqttjs/MQTT.js

    9,033View on GitHub↗

    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
    View on GitHub↗9,033
  • ithewei/libhvithewei avatar

    ithewei/libhv

    7,521View on GitHub↗

    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
    View on GitHub↗7,521
  • emqx/mqttxemqx avatar

    emqx/MQTTX

    4,802View on 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

    TypeScriptclicross-platformelectron
    View on GitHub↗4,802
  • davea/sonoff-mqttdavea avatar

    davea/sonoff-mqtt

    59View on GitHub↗

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

    Python
    View on GitHub↗59
Compare all 14 related projects→

Frequently asked questions

What does andrewmk/umqtt do?

MQTT publish for micropython on the WiPy board.

What are the main features of andrewmk/umqtt?

The main features of andrewmk/umqtt are: MQTT Clients.

Which projects share features with andrewmk/umqtt?

Projects with overlapping indexed features include: 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… chrismoorhouse/micropython-mqtt — Async MQTT client library with auto reconnect for MicroPython devices such as the ESP32 or Pycom devices.