uci-base/readme.md

1.5 KiB

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.