Springboot+vue front-end and back-end separation community IoT platform source code sharing

The community IoT platform is a fully open source and free commercial IoT platform in the front and back ends. The front end adopts mainstream vue+elementui+admin and the back end adopts spring boot. The project is very simple and easy to use and connect to your own hardware. Welcome to follow up and exchange private messages.

Code description

back is recommended for back-end projects to open with idea (maven project)

front is the previous project that requires nodejs to be installed

how to install

Front

1. Install nodejs 2. Go to the front directory and execute npm install to install dependencies 3. Start npm run dev4 and visit http://localhost:8080 in the browser

rear end

1. Idea uses maven to open the back project.

2. Maven imports the package. You can execute mvn clean install on the command line. 3. Open src\main\java\com.java110.things.ThingsApplicationStart.java. 4. Run the main method.

Related video

https://www.bilibili.com/video/BV1pK4y1t7re

function list

Function completed

1. Equipment access control management, door opening and restart

2. Face distribution can be distributed and managed through the HC community management system or the HC owner version mini program

3. Access control face management

4. Door opening record, door opening report to HC community management system and door opening real-time monitoring, real-time display of the owner's property fee status, convenient for security reminder function

5. Access control protocol selection. This system is very suitable for secondary development to connect to your own access control, and switch the access control that cannot be used by switching the access control protocol.

6. Hardware interaction log record, real-time monitoring and hardware communication

7. System configuration

8. Set the cell used by the current system

9. Cloud interaction log record, real-time check whether the communication with the cloud HC community management system is normal

Planning function

1. Barrier gate docking

2. Monitoring docking

3. Attendance equipment docking (currently in docking)

Demo

The following renderings

 

 

 

Forward first, then follow, and then add VX: MXW5308 to get the source code download address, and private chat about the development of the Internet of Things and car networking

Guess you like

Origin blog.csdn.net/weixin_45132238/article/details/112562680