Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 526 Bytes

MoteChat is an IoT message exchange platform for IoT messages, metadata, files and microservices. Built-in security checks and device maintenance mechanism.

Install

npm i motechat

Usage

Add the motechat module to the code

const mchat = require('motechat');

Environment Parameters

  • MCHAT_WATCH_LEVEL: Watch level of debug - 0, 1, 2
  • MCHAT_IOC_LEVEL: Send level to IOC - 'error', 'reg', 'send', 'all'