@node-red/nodes ====================
Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes
Node-RED nodes to send and receive simple emails.
Node-RED nodes for the FlexDash dashboard
Node-RED nodes to help flow looping.
A test framework for Node-RED nodes
Node-RED nodes for Device Statistics
Node-RED nodes for ProcessCube
Node-RED nodes to talk to serial ports
HAP-Nodejs based Node-RED nodes to create HomeKit Accessories
Node-RED Nodes for the Homematic CCU
Node-RED nodes for CouchDB CRUD operations
FlowFuse Dashboard - A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts).
Node-Red nodes for obtaining cpu system information.
Node-RED nodes using CryptoJS to encrypt and decrypt messages
Node-RED nodes to save and query data from an influxdb time series database
Node-RED nodes for Domotys WTS-04
Custom Node-RED Nodes for Victron Energy
Node-RED Nodes that output combinations of consecutive incoming messages
node-red nodes for interacting with alexa
Node-RED nodes to ESPhome devices
Node-RED nodes for AMQP
Node-RED nodes for Google Cloud Platform
Node-RED nodes to simulate Apple HomeKit devices.
A comprehensive Ruby wrapper for the Node-RED Admin HTTP API, providing programmatic access to flow management, node management, settings, and authentication.
Graph is a type of hash that outputs in graphviz's dot format. It comes with a command-line interface that is easily pluggable. It ships with plugins to graph dependencies and status of installed rubygems, rake tasks, homebrew ports, mac ports, and freebsd ports, coloring leaf nodes blue, outdated nodes red, and outdated leaf nodes purple (red+blue). OSX quick tip: % sudo gem install graph --development % sudo brew install graphviz % gem unpack graph % cd graph* % rake gallery % open gallery/*.png
A high-performance pure Ruby Red-Black Tree implementation. Features: O(1) key lookup via hybrid hash index, O(log n) insert/delete, lazy Enumerator-based range queries (lt/gt/between), nearest/prev/succ search, memory-efficient node pooling, and MultiRBTree for duplicate keys with first/last value access.