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');
- MCHAT_WATCH_LEVEL: Watch level of debug - 0, 1, 2
- MCHAT_IOC_LEVEL: Send level to IOC - 'error', 'reg', 'send', 'all'