You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
examples | 4 years ago | |
src | 3 years ago | |
test | 5 years ago | |
.eslintrc.js | 5 years ago | |
.gitignore | 3 years ago | |
.npmignore | 3 years ago | |
package.json | 3 years ago | |
readme.md | 4 years ago |
readme.md
uCOMmandIt MQTT client
This module integrates MQTT messaging with UCI Packet Messaging.
One can use it as a standard mqtt pub/sub but also provides a transport and functionality for UCI packets via send and push METHODS In which case they instance can act like a consumer/client (send) or server/socket (push) based on client option
One can send
a UCI JSON packet and by default the command will be translated into the MQTT Topic and the remainder into the payload and vice versa a listener waits for incoming MQTT messages translates them to UCI packages