OurEDA实验室web方向大二上作业——基于react、express的web网页应用程序,使用MQTT协议与下位机建立通信。下位机用python模拟,实现接收与发送信号。
OurEDA实验室web方向大二上作业——基于react、express的web网页应用程序,使用MQTT协议与下位机建立通信。下位机用python模拟,实现接收与发送信号。
探索本项目的文档 »
查看Demo
·
报告Bug
·
提出新特性
- Get a free API Key at https://github.com/ProselyteCoding/IoT-host-computer-platform-for-underwater-robots.com
- Clone the repo
git clone https://github.com/ProselyteCoding/IoT-host-computer-platform-for-underwater-robots.git
- Install necessary files
Open the terminal and input the following instructions in lines.
cd backend
npx nodemon index.js
cd ..
cd mqtt
python mqtt.py
cd..
cd frontend
npm start
You will successfully run the whole project if evrerything works fine!
IoT-host-computer-platform-for-underwater-robots/
├── backend/
│ ├── controllers/
│ │ ├── data.js
│ │ └── motion.js
│ ├── routes/
│ │ ├── data.js
│ │ └── motion.js
│ ├── mqtt/
│ │ └── mqtt.py
│ ├── .env
│ ├── .gitignore
│ ├── db.js
│ ├── index.js
│ ├── mqtt.js
│ ├── package-lock.json
│ └── package.json
├── frontend/
│ ├── src/
│ │ ├── components/
│ │ │ ├── control/
│ │ │ │ ├── control.css
│ │ │ │ └── control.jsx
│ │ │ └── show/
│ │ │ ├── show.css
│ │ │ └── show.jsx
│ │ ├── App.css
│ │ ├── App.jsx
│ │ ├── index.css
│ │ └── index.jsx
│ ├── public/
│ │ ├── index.html
│ │ ├── favicon.ico
│ │ └── bg.jpg
│ ├── .gitignore
│ ├── package-lock.json
│ └── package.json
├── mqtt/
│ ├── mqtt.py
├── LICENSE.txt
├── logo.png
└── README.md
使用git进行版本控制时未注意提交的命名格式,不够规范。
暂无
该项目使用Git进行版本管理。
陈胤 王一帆
该项目签署了MIT 授权许可,详情请参阅 LICENSE.txt