awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
blinker-iot avatar

blinker-iot/blinker-library

0
View on GitHub↗
5,144 estrellas·236 forks·C++·MIT·1 vistadiandeng.tech↗

Blinker Library

Blinker es una librería de conectividad IoT en la nube diseñada para enlazar hardware embebido con servicios cloud. Funciona como una capa de comunicación que conecta dispositivos físicos con aplicaciones móviles para activación remota, monitoreo de estado y transmisión de datos.

La librería proporciona un framework de desarrollo para microcontroladores ESP32 y un conjunto de herramientas para conectar hardware Arduino R4 con backends en la nube. Permite establecer enlaces seguros entre dispositivos embebidos y servicios cloud para almacenar y transmitir datos de forma remota.

El proyecto incluye capacidades para la gestión remota de hardware e integración de API. Utiliza una capa de abstracción de hardware para traducir comandos de la nube en operaciones de periféricos y emplea un protocolo de mensajes basado en JSON para el intercambio de datos.

Features

  • Cloud IoT Connectivity - Establishes secure links between embedded hardware and cloud services for remote data transmission and storage.
  • Hardware Abstraction Layers - Provides a hardware abstraction layer to translate generic cloud commands into chipset-specific GPIO and peripheral operations.
  • ESP32 Firmware Frameworks - Provides a framework for building ESP32-based smart devices with integrated cloud and remote management capabilities.
  • Bidirectional Socket Communication - Maintains a persistent bidirectional TCP socket connection for real-time data exchange between hardware and the cloud.
  • Remote Hardware Controls - Provides interfaces for triggering hardware actions and monitoring device states remotely via a mobile application.
  • Cloud Connectivity Toolsets - Provides a set of tools for interfacing Arduino R4 hardware with cloud backends and remote applications.
  • Cloud Integration Support - Adds cloud connectivity and remote control capabilities specifically for Arduino R4 based hardware projects.
  • Device State Synchronizers - Synchronizes the remote cloud mirror of a physical device whenever local pins or variables change.
  • JSON Message Exchanges - Uses a JSON-based message protocol to serialize device states and control commands for cloud transmission.
  • Asynchronous Event Handlers - Implements non-blocking event handlers to process cloud commands and device triggers without stalling hardware execution.

Historial de estrellas

Gráfico del historial de estrellas de blinker-iot/blinker-libraryGráfico del historial de estrellas de blinker-iot/blinker-library

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace blinker-iot/blinker-library?

Blinker es una librería de conectividad IoT en la nube diseñada para enlazar hardware embebido con servicios cloud. Funciona como una capa de comunicación que conecta dispositivos físicos con aplicaciones móviles para activación remota, monitoreo de estado y transmisión de datos.

¿Cuáles son las características principales de blinker-iot/blinker-library?

Las características principales de blinker-iot/blinker-library son: Cloud IoT Connectivity, Hardware Abstraction Layers, ESP32 Firmware Frameworks, Bidirectional Socket Communication, Remote Hardware Controls, Cloud Connectivity Toolsets, Cloud Integration Support, Device State Synchronizers.

¿Qué alternativas de código abierto existen para blinker-iot/blinker-library?

Las alternativas de código abierto para blinker-iot/blinker-library incluyen: blynk-technologies/blynk-library — Blynk is an embedded device framework and IoT cloud connectivity library designed to establish secure, bi-directional… blinker-iot/blinker-py — Blinker-py is a Python library and asynchronous hardware interface designed to connect Linux-based single board… arendst/tasmota — Tasmota is a universal firmware platform for ESP8266 and ESP32 microcontrollers, designed to provide local control and… espressif/arduino-esp32 — This project is an implementation of the Arduino framework for ESP32 microcontrollers, providing a core that enables… armmbed/mbed-os — Mbed OS is a real-time operating system designed for connected internet-of-things devices and microcontroller… tencent/tencentos-tiny — TencentOS-tiny is a real-time operating system for microcontrollers designed to manage task scheduling and resource…

Alternativas open-source a Blinker Library

Proyectos open-source similares, clasificados según cuántas características comparten con Blinker Library.
  • blynk-technologies/blynk-libraryAvatar de Blynk-Technologies

    Blynk-Technologies/blynk-library

    3,971Ver en GitHub↗

    Blynk is an embedded device framework and IoT cloud connectivity library designed to establish secure, bi-directional communication between microcontrollers and a remote management platform. It provides the core identity of an IoT device management tool, enabling the synchronization of device states, remote hardware control, and the mapping of hardware data to cloud-based interfaces. The project distinguishes itself through a virtual-pin system that decouples cloud communication from physical pins, allowing for hardware-independent data exchange. It also supports advanced architectural offloa

    C++arduinocellularembedded
    Ver en GitHub↗3,971
  • blinker-iot/blinker-pyAvatar de blinker-iot

    blinker-iot/blinker-py

    4,396Ver en GitHub↗

    Blinker-py is a Python library and asynchronous hardware interface designed to connect Linux-based single board computers, such as the Raspberry Pi, to a remote IoT cloud platform. It functions as a communication bridge and hardware abstraction layer that enables the remote monitoring and control of physical components. The project provides a TCP socket communication client for bidirectional, real-time data exchange. It maps cloud-side virtual controls to physical GPIO pins, allowing remote interfaces to trigger physical actions on connected hardware through a cloud bridge. The library incor

    Pythonbleblinkerembedded
    Ver en GitHub↗4,396
arendst/tasmotaAvatar de arendst

arendst/Tasmota

24,502Ver en GitHub↗

Tasmota is a universal firmware platform for ESP8266 and ESP32 microcontrollers, designed to provide local control and management of smart home hardware. It functions as an event-driven automation controller that replaces proprietary factory firmware, allowing users to manage relays, sensors, and lighting systems without relying on external cloud services. The system is built on a modular driver architecture that enables dynamic hardware configuration and peripheral support through a web-based management interface. The platform distinguishes itself through a template-driven hardware mapping s

Carduinoautomationesp32
Ver en GitHub↗24,502
  • espressif/arduino-esp32Avatar de espressif

    espressif/arduino-esp32

    16,984Ver en GitHub↗

    This project is an implementation of the Arduino framework for ESP32 microcontrollers, providing a core that enables firmware development using a familiar API. It functions as a microcontroller hardware abstraction layer and a firmware toolchain integration, bridging external development environments to the hardware for compilation and flashing. The system includes an embedded real-time operating system wrapper to manage multi-core execution and task scheduling, alongside a wireless communication suite for TCP/IP networking and Bluetooth Low Energy. It distinguishes itself by providing an obj

    C++
    Ver en GitHub↗16,984
  • Ver las 30 alternativas a Blinker Library→

    Colecciones destacadas con Blinker Library

    Colecciones seleccionadas manualmente donde aparece Blinker Library.
    • Librerías cliente MQTT para IoT
    • Sistemas embebidos, IoT y hardware