Files
fastbee/README.md
2021-06-19 16:56:21 +08:00

61 lines
2.0 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 项目简介
  **[物美智能(wumei-smart)](http://www.wumei.live/introduce.html)是一套开源的软硬件系统,可用于二次开发和学习,快速搭建自己的智能家居系统。** 硬件工程师可以把自己的设备集成到系统;软件工程师可以使用项目中的设备熟悉软硬件交互。<br /><br />
服务端使用spring boot、前端vue、移动端android、数据库mysql、硬件交互基于mqtt协议使用EMQ代理服务器。<br />
<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=P_oc91N6KC39zp2PEV_-BY3xMnAokeZ8&jump_from=webapi"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="物美智能wumeismart" title="物美智能wumeismart"></a> <br />
群号1073236354<br />
![架构](https://gitee.com/kerwincui/wumei-smart/raw/master/document/sys.png)
![架构](https://gitee.com/kerwincui/wumei-smart/raw/master/document/android_01.png)
![架构](https://gitee.com/kerwincui/wumei-smart/raw/master/document/android_02.png)
![开发板](https://gitee.com/kerwincui/wumei-smart/raw/master/document/2.jpg)
![参考设备](https://gitee.com/kerwincui/wumei-smart/raw/master/document/1.jpg)
<br />
## 技术栈
#### 后端
* 相关技术Spring boot、MyBatis、Spring Security、Jwt、Mysql、Redis、Mongodb、MQTT
* 开发工具IDEA
#### 前端
* 相关技术ES6、Vue、Vuex、Vue-router、Vue-cli、Axios、Element-ui
* 开发工具Visual Studio Code
#### 安卓
* 相关技术:
* 开发工具Android Studio
#### 硬件端
* 相关技术: ESP-IDF
* 开发工具Visual Studio Code
<br /><br />
## 前端
![前端](https://gitee.com/kerwincui/wumei-smart/raw/master/document/vue.png)
## 后端
![后端](https://gitee.com/kerwincui/wumei-smart/raw/master/document/server.png)
## 固件开发
![固件开发](https://gitee.com/kerwincui/wumei-smart/raw/master/document/firmware.png)