Primary Base module used to create IOT instance processes which communicate via various flavors of sockets.
 
Go to file
David Kebler 04268d2b9c refactor for allowing dynamic addition of sockets
add websocket (listener) to socket transports
improved integration of mqtt transport with topic being translated to cmd and vice versa
2018-05-16 11:17:38 -07:00
examples refactor for allowing dynamic addition of sockets 2018-05-16 11:17:38 -07:00
src refactor for allowing dynamic addition of sockets 2018-05-16 11:17:38 -07:00
test update to esm from @std/esm 2018-05-16 07:08:14 -07:00
.eslintrc.js fixed separation of packet properties for each socket type when customizing 2018-01-29 21:52:24 -08:00
.gitignore update to esm from @std/esm 2018-05-16 07:08:14 -07:00
.npmignore initial commit 2017-12-21 15:50:05 -08:00
.travis.yml initial commit 2017-12-21 15:50:05 -08:00
package.json update to esm from @std/esm 2018-05-16 07:08:14 -07:00
readme.md changed sockets options now can add as many as you want of either type and transport 2018-02-04 14:18:21 -08:00

readme.md

uCOMmandIt Base Class for all Classes

Build Status Inline docs Dependencies devDependencies codecov

Base Class extended for all UCI Classes

changed sockets options now can add as many as you want of either type and transport improved socket packet processing call now binds this and name of socket that received packet for processing single common processor for all packets incoming (either consumer or socket) default processing splits into socket or consumer default processing has calls looking for packet cmd functions before returning error packet

  1. Added Namespace // TODO
  2. A Pariticular Sockect
  3. Root of instance
  4. The socket type and transport //TODO
  5. The socket type there are helper functions for adding cmd functions to any of these save the root instance we you can add directly.