Skip to content

水下机器人上位机平台,物联网,OurEDA实验室web方向大二上作业

License

Notifications You must be signed in to change notification settings

ProselyteCoding/IoT-host-computer-platform-for-underwater-robots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

水下机器人上位机平台

OurEDA实验室web方向大二上作业——基于react、express的web网页应用程序,使用MQTT协议与下位机建立通信。下位机用python模拟,实现接收与发送信号。

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

水下机器人上位机平台

OurEDA实验室web方向大二上作业——基于react、express的web网页应用程序,使用MQTT协议与下位机建立通信。下位机用python模拟,实现接收与发送信号。
探索本项目的文档 »

查看Demo · 报告Bug · 提出新特性

目录

上手指南

项目效果

Demo

安装步骤
  1. Get a free API Key at https://github.com/ProselyteCoding/IoT-host-computer-platform-for-underwater-robots.com
  2. Clone the repo
git clone https://github.com/ProselyteCoding/IoT-host-computer-platform-for-underwater-robots.git
  1. 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

About

水下机器人上位机平台,物联网,OurEDA实验室web方向大二上作业

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published