Migrated repository
Go to file
2022-04-25 13:34:47 +08:00
.ci sysnc 4.3.7 2021-08-16 15:07:42 +08:00
.github reset: rm pyton 2022-04-18 21:11:02 +08:00
apps feat: load parse by mod 2022-04-25 13:34:47 +08:00
bin fix: add make ci 2022-01-07 16:30:56 +08:00
data feat: add dgiot_hjt212 2022-04-20 01:43:45 +08:00
deploy fix: add make ci 2022-01-07 16:30:56 +08:00
etc fix: add make ci 2022-01-07 16:30:56 +08:00
include fix: rm dgiot.ipr 2022-01-16 20:22:01 +08:00
lib-ce fix: add make ci 2022-01-07 16:30:56 +08:00
lib-extra add new project 2021-05-22 03:06:00 +09:00
priv fix: add make ci 2022-01-07 16:30:56 +08:00
scripts feat: add grpc encode and decode 2022-01-29 14:44:38 +08:00
src feat: trace topic 2022-03-10 10:28:54 +08:00
test fix: add make ci 2022-01-07 16:30:56 +08:00
.editorconfig add linux_4.3.1 2021-05-18 14:54:48 +08:00
.gitattributes add linux_4.3.1 2021-05-18 14:54:48 +08:00
.gitignore feat: gitignore 2022-04-20 11:25:13 +08:00
.pnpm-debug.log feat: sqlTpl 2022-03-28 14:50:25 +08:00
.tool-versions fix: add make ci 2022-01-07 16:30:56 +08:00
build fix: add make ci 2022-01-07 16:30:56 +08:00
changelog-from-release feat: add dlink auth 2022-01-24 17:47:17 +08:00
CHANGELOG.md Update CHANGELOG.md 2021-11-29 10:50:08 +08:00
changelog.sh add change log 2021-08-31 11:00:15 +08:00
commitlint.config.js feat: add dgiot log 2021-08-31 10:19:23 +08:00
CONTRIBUTING.md fix: test 2021-09-18 15:09:17 +08:00
dgiot_install.sh fix: add amis 2022-04-23 22:41:37 +08:00
docker.mk fix: add make ci 2022-01-07 16:30:56 +08:00
elvis.config add linux_4.3.1 2021-05-18 14:54:48 +08:00
init.sh ci: Determine whether to use git page files 2022-04-21 15:09:52 +08:00
LICENSE sysc release-4.2¡° 2021-05-14 07:28:48 +08:00
logfile feat: add dlink auth 2022-01-24 17:47:17 +08:00
Makefile fix: make ci 2022-01-07 19:45:54 +08:00
pkg-vsn.sh fix: add make ci 2022-01-07 16:30:56 +08:00
push.js feat: Fix script invalidation problem 2021-09-18 15:40:45 +08:00
README-CN.md docs: One touch start command 2022-04-24 11:25:42 +08:00
README-JP.md docs: One touch start command 2022-04-24 11:25:42 +08:00
README-RU.md reset: rm pyton 2022-04-18 21:10:15 +08:00
README.md docs: One touch start command 2022-04-24 11:25:42 +08:00
rebar.config reset: rm pyton 2022-04-18 21:10:15 +08:00
rebar.config.erl feat: amis api 2022-04-24 00:41:58 +08:00
Windows.md add new project 2021-05-22 03:06:00 +09:00

DGIOT Lightweight industrial IoT open source platform

GitHub Release Build Status Docker Pulls Community QQ群346566935 star

English | 简体中文 | 日本語 | русский

github|gitee|Official website|Blog|Experience|

DGIOT is the first lightweight open source industrial IoT continuous integration platform in China

Before 2016, the Shuwa team had been crawling on the Internet and the mobile Internet for many years. In 2016, it began to enter the Internet of Things crawling. It hopes to share many years of crawling experience through this open source platform and make multidisciplinary industrial Internet projects easier.

  • Let rich engineers to complete industrial Internet projects with simpler requirements through window interaction
  • Let the majority of junior front-end engineers to undertake industrial Internet projects with more complex requirements through the serverless method
  • Let Python, Java, Go, C junior background engineers undertake complex industrial Internet projects through web programming development channels

Business architecture

Core features

  • The front and back ends are completely open source, no-charge commercial version
  • Support privatization one-click deployment, quickly own your own lightweight IoT platform
  • Carrying over tens of millions of long connections, carrier-class stability
  • Object model-rule engine-data channel-configuration page full-process visualization low-code development
  • Multi-industry industrial protocol compatibility

Building

Bulid DGIOT Need Erlang/OTP R21+, Windows download msys64.zip ,After downloading, unzip it to the root directory of Disk D, and operate strictly in accordance with the following figure dgiotdevtools.png

  • Download source code abroad
   git clone -b master https://github.com/dgiot/dgiot-dashboard.git
   git clone https://github.com/dgiot/dgiot.git
  • China download source code
  git clone -b master https://gitee.com/dgiiot/dgiot-dashboard.git
  git clone https://gitee.com/dgiiot/dgiot.git
  • One touch start command Linux/Unix/Mac/windows
sh init.sh
  • To synchronize the latest front-end files, use the following command
sh init.sh github
  • Make Debug
 make DIAGNOSTIC=1

DGIOT start, you can use a browser to visit http://localhost to view Dashboard.。

Installation and deployment

  • centos 7.6
wget -q https://gitee.com/dgiiot/dgiot/raw/master/dgiot_install.sh  && sh dgiot_install.sh

Community

FAQ

Visit DGIOT FAQ to get help on frequently asked questions

FAQ

GitHub Discussions DGIOT Chinese Q&A Community

Involved in the design

If you have suggestions for improvements to DGIOT, you can submit PR and ISSUE to EIP

Plug-in development

If you want to integrate or develop your own plug-in, refer to lib-extra/README.md

You are welcome to submit any bugs, issues and feature requests to dgiot/dgiot

About Us

contact details address
github https://github.com/dgiot
gitee https://gitee.com/dgiot
Official website https://www.iotn2n.com
Blog https://tech.iotn2n.com
IoT access platform https://dgiot.iotn2n.com
The public qrcode.png
QQ group 346566935

Preview address

Tencent Cloud preview address

Open source license

Apache License 2.0, 详见 LICENSE