Neuron is an Industrial IoT (IIoT) connectivity server for modern big data and AI/ML technology to leverage the power of Industrial 4.0. It supports one-stop access to dozens of industrial protocols and converts them into MQTT protocol and realize the interconnection between IIoT platforms and various industrial devices.
The following are some important features of Neuron:
For more information, please visit Neuron homepage.
docker run -d --name neuron -p 7000:7000 -p 7001:7001 -p 9081:9081 --privileged=true --restart=always emqx/neuron:latest
Next, please follow the getting started guide to tour the Neuron features.
Limitations
Neuron open source edition only includes Modbus and MQTT drivers.
If you need more driver protocol support and edge computing services, you can choose Neuron's commercial version NeuronEX. NeuronEX comes with a built-in license for 30 data tags that can be applied to all southbound drivers. And NeuronEX also supports edge intelligent analysis of industrial data to enable you to quickly gain business insights. To download NeuronEX, please click here.
If you prefer to install and manage Neuron yourself, you can download the latest version from neugates.io/downloads?os=Linux.
For more installation options, see the Neuron installation documentation.
The Neuron documentation is available at neugates.io/docs/en/latest/.
Install required dependencies
Build
$ git clone https://github.com/emqx/neuron
$ cd neuron
$ mkdir build && cd build
$ cmake .. && make
Install Dashboard
Download the latest neuron-dashboard.zip
from the neuron-dashboard page, unzip it and put it to the dist
directory under the Neuron executable directory.
Run
$ cd build
$ ./neuron
Log level
Change the log level in the rules in the zlog.conf file. Available levels include INFO, DEBUG, NOTICE, WARN, ERROR and FATAL.
See LICENSE.