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

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jetlinks avatar

jetlinks/jetlinks-community

0
View on GitHub↗
6,520 estrellas·1,910 forks·Java·Apache-2.0·12 vistaswww.jetlinks.cn↗

Jetlinks Community

JetLinks is an enterprise IoT platform framework and device management system designed for managing large-scale hardware networks. It serves as a centralized tool for controlling device lifecycles, monitoring geographic locations, and visualizing sensor data through a reactive backend.

The platform features a multi-protocol IoT gateway that supports TCP, MQTT, UDP, CoAP, and HTTP to unify communication across different manufacturers. It employs unified device modeling to create standard digital representations of hardware, decoupling physical device capabilities from application logic.

The system includes a reactive rule engine for processing real-time telemetry to trigger alarms and scene transitions. It also provides a granular data access control system that enforces security at both the menu and record levels.

Features

  • IoT Platforms - Provides an enterprise-scale platform for connecting hardware devices to the internet and managing associated data streams.
  • Device Domain Organizations - Standardizes device behavior across different manufacturers by grouping hardware entities into functional domains.
  • Workflow Automation Engines - Ships a logic-based engine for executing automated device scene transitions and alarm triggers.
  • IoT Device Management Platforms - Offers a comprehensive platform for integrating heterogeneous hardware via a unified connectivity layer.
  • Thing Modeling - Provides standardized digital representations of device properties, commands, and events to decouple hardware from application logic.
  • Telemetry Processing Rules - Uses rule chains to transform incoming sensor telemetry and trigger automated alarms or scene transitions.
  • Messaging Protocol Translation - Translates diverse raw socket protocols into a unified internal message format for backend processing.
  • Telemetry Automation Rules - Provides a logic-based engine to process real-time telemetry and trigger automated alarms and device state transitions.
  • Multi-Protocol Connection Managers - Abstracts MQTT, TCP, UDP, and CoAP protocols under a single unified interface for device connectivity.
  • Multi-Protocol Network Gateways - Implements a gateway supporting TCP, MQTT, UDP, CoAP, and HTTP to unify communication across manufacturers.
  • Telemetry Processing Pipelines - Processes real-time sensor data to trigger automated alarms, notifications, and data forwarding based on rules.
  • Reactive Server Architectures - Ships a high-performance backend architecture built with WebFlux, Netty, and Vert.x for low-latency IoT data handling.
  • Granular Access Controls - Implements custom roles and granular permissions for managing access to shared industrial hardware networks.
  • Row Level Security - Enforces security policies that restrict data access at the record level based on user roles.
  • Reactive Event Dispatchers - Implements a reactive processing pipeline using Project Reactor and WebFlux for non-blocking asynchronous data streams.
  • Non-Blocking Event Loops - Uses a non-blocking event loop architecture with Netty and Vert.x to handle thousands of simultaneous device connections.
  • SpringBoot 项目 - Listed in the “SpringBoot 项目” section of the Great Open Source Project awesome list.

Historial de estrellas

Gráfico del historial de estrellas de jetlinks/jetlinks-communityGráfico del historial de estrellas de jetlinks/jetlinks-community

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 jetlinks/jetlinks-community?

JetLinks is an enterprise IoT platform framework and device management system designed for managing large-scale hardware networks. It serves as a centralized tool for controlling device lifecycles, monitoring geographic locations, and visualizing sensor data through a reactive backend.

¿Cuáles son las características principales de jetlinks/jetlinks-community?

Las características principales de jetlinks/jetlinks-community son: IoT Platforms, Device Domain Organizations, Workflow Automation Engines, IoT Device Management Platforms, Thing Modeling, Telemetry Processing Rules, Messaging Protocol Translation, Telemetry Automation Rules.

¿Qué alternativas de código abierto existen para jetlinks/jetlinks-community?

Las alternativas de código abierto para jetlinks/jetlinks-community incluyen: dgiot/dgiot — dgiot is an open source industrial IoT platform and gateway designed to integrate diverse industrial communication… chillzhuang/springblade — SpringBlade is a development framework and platform designed for building multi-tenant SaaS applications. It provides… yjhjstz/deep-into-node — This project is a technical study and analysis guide focused on the internal architecture of Node.js. It provides an… davyxu/cellnet — Cellnet is a Go networking framework designed for building distributed systems and peer-to-peer networks. It provides… blynk-technologies/blynk-library — Blynk is an embedded device framework and IoT cloud connectivity library designed to establish secure, bi-directional… thinkgem/jeesite — Jeesite is a full-stack low-code development framework designed for building enterprise administrative portals using…

Alternativas open-source a Jetlinks Community

Proyectos open-source similares, clasificados según cuántas características comparten con Jetlinks Community.
  • dgiot/dgiotAvatar de dgiot

    dgiot/dgiot

    4,824Ver en GitHub↗

    dgiot is an open source industrial IoT platform and gateway designed to integrate diverse industrial communication protocols and standardize data exchange between hardware and software. It serves as a device management system and low-code orchestrator capable of monitoring millions of simultaneous connections. The platform utilizes a visual environment for digital twin modeling to map physical hardware to standardized digital representations. It includes a visual rule engine for processing device data to trigger automated actions and alerts, alongside a low-code configuration pipeline for gen

    Erlangdgiotindustrial-iotiot
    Ver en GitHub↗4,824
  • chillzhuang/springbladeAvatar de chillzhuang

    chillzhuang/SpringBlade

    6,900Ver en GitHub↗

    SpringBlade is a development framework and platform designed for building multi-tenant SaaS applications. It provides a comprehensive scaffold for both Spring Cloud microservices and monolithic Spring Boot architectures, enabling the rapid construction of enterprise-grade software. The platform distinguishes itself through integrated LLM orchestration and industrial IoT management. It features an LLM orchestration platform that combines large language models with knowledge bases and visual AI agent workflows, alongside an IoT hub for device connectivity, state synchronization, and edge flow o

    PLpgSQL
    Ver en GitHub↗6,900
  • yjhjstz/deep-into-nodeAvatar de yjhjstz

    yjhjstz/deep-into-node

    4,392Ver en GitHub↗

    This project is a technical study and analysis guide focused on the internal architecture of Node.js. It provides an in-depth examination of the runtime, focusing on how the engine manages memory handles, executes asynchronous operations, and implements core module logic. The guide specifically analyzes the integration of native C++ classes and functions into JavaScript and documents the behavior of the libuv event loop. It includes detailed references for optimizing performance by identifying V8 compiler bailouts and profiling execution to improve resource efficiency. The material covers a

    libuvnodejsv8
    Ver en GitHub↗4,392
  • davyxu/cellnetAvatar de davyxu

    davyxu/cellnet

    4,061Ver en GitHub↗

    Cellnet is a Go networking framework designed for building distributed systems and peer-to-peer networks. It provides a multi-protocol transport layer that standardizes message exchange across TCP, UDP, and WebSockets, utilizing a binary message codec system to map message types to unique identifiers for network transmission. The framework is distinguished by its remote procedure call library, which enables the execution of functions on remote peers using synchronous or asynchronous request patterns. It further differentiates itself with an asynchronous event dispatcher that processes network

    Go
    Ver en GitHub↗4,061
Ver las 30 alternativas a Jetlinks Community→