/iot2021

Primary LanguageJavaScript

Guide line

  • Download node_modules
npm i
  • If have any errors:
npm install -g bcrypt --save
  • Start backend:
npm run backend

or

nodemon index.js

Mô tả TOPIC

  1. Device gửi dữ liệu lên server: REQUEST_TOPIC
  2. Server gửi dữ liệu xác thực về cho device: AUTH_TOPIC/{deviceId}
  3. Server gửi dữ liệu điều khiển về cho device: CONTROL/{deviceId}