pino based logger for any use but designed for uci library json logging
Updated
Primary Base module used to create IOT instance processes which communicate via various flavors of sockets.
Updated
TCP socket(server) and client(consumer) modules using the UCI packet format for communication. Primary a dependent of the UCI base module
Updated
Web socket client used in browser frontend. Designed to talk with uci-websocket and use the UCI packet format
Updated
web socket (server) that process UCI formate JSON packets and is for use with the UCI websocket browser client
Updated
an mqtt client that wraps/translates UCI packets for send/receive from mqtt brokers. Allow mqtt clients to to interact with UCI based system
Updated
module that extends uci-base to support i2c-devices and read/write packets to uci-i2c bus module. Can be extended to service specific ic2 slave hardware
Updated
extends uci-i2c-device to support mcp 230xx chips via UCI packets
Updated
Module specifically for Raspberry Pi. Always read/write to/from i2c bus via UCI packets and socket. Extends uci-base
Updated
Module Specifically for Raspberry Pi. Interrupted gpio pin are connect to socket(s) that can push UCI packets when interrupts happen (like when mcp ports chain interrupt from expander pin)
Updated
wrapper for linux's network manager. Allow easy control of establishing wifi connections for any OS supporting 'network manager'
Updated
modules for transferring, installing, running and maintain code/process on a remote machine
Updated
A ssh class and cli based on the ssh2 package. Provides a openssh client replacement.
Updated
Rsync module and cli that supports job configuration files. Extends node-rsync
Updated
File System Watcher Class that emits change events
Updated
Extension of the TypeChecker package
Updated
Functions to read and write lines of a file to/from an array of lines
Updated
Byte class and associated functions for manipulating a bytes bitwise
Updated
Function to bind all functions found in an array or object to a passed context
Updated
basic simple input/output for gpio pins. See uci-interrupt for gpio interrupt input
Updated