an mqtt client that wraps/translates UCI packets for send/receive from mqtt brokers. Allow mqtt clients to to interact with UCI based system
 
Go to file
David Kebler f08e361d2e now process topic to cmd prop and vice versa so it is compatible with uci packets 2018-05-24 12:31:47 -07:00
example now process topic to cmd prop and vice versa so it is compatible with uci packets 2018-05-24 12:31:47 -07:00
src now process topic to cmd prop and vice versa so it is compatible with uci packets 2018-05-24 12:31:47 -07:00
test handle array of topcis 2018-04-05 15:50:39 -07:00
.eslintrc.js initial commit - working mqtt client class 2018-02-28 20:24:45 -08:00
.gitignore upgrade to esm from @std/esm 2018-05-16 07:20:33 -07:00
.npmignore initial commit 2017-01-11 15:56:25 -08:00
.travis.yml module template and module testing template added, removed promise testing 2017-05-29 10:04:44 -07:00
package.json now process topic to cmd prop and vice versa so it is compatible with uci packets 2018-05-24 12:31:47 -07:00
readme.md module template and module testing template added, removed promise testing 2017-05-29 10:04:44 -07:00

readme.md

uCOMmandIt Template Package Repository

Build Status Inline docs Dependencies devDependencies codecov

Clone this to get a quick start on a new uci package. It has all the testing ready to go with Travis-CI and code coverage. All the readme badges are included as well

Clone it for as a starting place for your own package!

You'll need codecov and travis-ci accounts

##Steps

  1. Clone repo
  2. Edit package.json
  3. Edit badge urls above changing to repo path
  4. Start Coding