back to home

emqx / neuron

Open source industrial IoT connectivity server

View on GitHub
1,305 stars
292 forks
7 issues
CPythonC++

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing emqx/neuron in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/emqx/neuron)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Neuron Neuron is an Industrial IoT (IIoT) connectivity server that bridges industrial devices and modern data platforms. It supports dozens of industrial protocols and converts them into MQTT for seamless integration between IIoT platforms and shop-floor devices. Key features: • Edge-native application with real-time capability and low latency at the edge. • Loosely coupled modular architecture with pluggable modules for easy extension. • Hot-pluggable plugins: update device and application modules at runtime. • Broad protocol support: Modbus, OPC UA, Ethernet/IP, IEC 60870-5-104, BACnet, and more. • High concurrency: connect many devices with heterogeneous protocols simultaneously. • Built-in stream processing via eKuiper for rules and AI/ML analytics. • Northbound access for MES/ERP, SCADA, historians, and analytics via Sparkplug B. • Tiny footprint (<10 MB) and low CPU usage; runs on ARM, x86, and RISC-V. • Flexible deployments: native binaries or containers. • Manage devices and tags via HTTP API and MQTT API. • Works well with EMQX, NanoMQ, and eKuiper. • Core framework and Modbus/MQTT/eKuiper plugins are available under LGPLv3. About NeuronEX NeuronEX is the commercial distribution of Neuron, offering extended capabilities and professional support. Compared to the open-source Neuron: • **Extended protocol support**: Additional industrial protocols (e.g., OPC UA, Siemens S7, Ethernet/IP, etc.) • **Advanced dashboard**: Full-featured web UI with enhanced visualization and management capabilities • **Enterprise plugins**: More southbound device adapters, northbound application connectors, and rule engines • **Cloud integration**: Direct connectors for major cloud platforms (AWS, Azure, Google Cloud, etc.) • **Data security**: Enhanced encryption, auditing, and compliance features For more details, visit the NeuronEX documentation. Table of Contents • Quick Start • Installation • Binaries • Build from Source • Configuration • Documentation • Dashboard • Community • Contributing • Security • License Quick Start Default credentials: username , password . Download You can download from Release. Open a browser and navigate to to access the Neuron web interface. Installation Binaries Download the latest release from Releases, then extract and run as shown above. Build from Source • Install Dependencies • Build Neuron • Download and Unzip Dashboard • Run Neuron • Open a browser and navigate to to access the Neuron web interface. Configuration • Web UI: (default credentials above) • Main config: • Default plugins: • Logging: / See the quick start for a hands-on walkthrough. Documentation • Quick start: Modbus TCP collection and MQTT publishing • APIs: HTTP, MQTT Dashboard The open-source version of the Dashboard is currently at version 2.6.3, which has been suspended for development and maintenance. This version is also the one integrated by default with Neuron. For a more complete and professional Dashboard, please use NeuronEX. Community • Follow @EMQTech on Twitter. • If you have a specific question, check out our discussion forums. • For general discussions, join us on the official Discord team. • Keep updated on EMQ YouTube by subscribing. Contributing Contributions are welcome! Feel free to open issues and pull requests to improve Neuron. If you plan a larger change, please start a discussion first to align on direction. Security If you believe you have found a security vulnerability, please avoid creating a public issue. Instead, contact the maintainers privately (e.g., via GitHub Security Advisories) so we can investigate and fix it responsibly. License See LICENSE.