文件名称:baseApp:建立串行连接并在arduino和基于React的接口之间进行通信的系统
文件大小:380KB
文件格式:ZIP
更新时间:2024-04-21 12:19:16
JavaScript
基本应用 一个基于React的前端通过Socket.io与一个基于Node的后端进行通信,该后端通过串行端口监听Arduino 安装 // clone the repo git clone git@github.com:ub3rb3457/baseApp.git //install the backend cd baseApp && npm install //then install the frontend cd client && npm install //start the app cd .. && npm run dev :warning: 这是一个概念证明,对于我们这里的目的,您将需要: 一台Linux计算机 Arduino(任何种类) 电位器(模拟RPM) 圣徒的耐心 您将需要自定义.env配置文件,每个应用都有一个: REST API服务器 串行/套接字服务器 && Reac
【文件预览】:
baseApp-main
----server.js(1KB)
----client()
--------public()
--------src()
--------.gitignore(14B)
--------package-lock.json(707KB)
--------package.json(1KB)
----README.md(1KB)
----api()
--------.eslintrc.json(618B)
--------.env.example(608B)
--------public()
--------models()
--------controllers()
--------helpers()
--------app.js(2KB)
--------.travis.yml(178B)
--------LICENSE(1KB)
--------postman-collection()
--------test()
--------README.md(6KB)
--------middlewares()
--------CODE_OF_CONDUCT.md(3KB)
--------.gitignore(948B)
--------bin()
--------routes()
--------package-lock.json(219KB)
--------package.json(917B)
----.gitignore(39B)
----package-lock.json(74KB)
----package.json(563B)