nodecg-io
nodecg-io copied to clipboard
A NodeCG-bundle which implements Social Media API's in the NodeCG framework
See https://github.com/codeoverflow-org/nodecg-io/pull/408#issuecomment-1006896276. After doing some research I found out that a key derivation function like PBKDF2 is probably better suited for this than a plain hashing algorithm. CryptoJS actually already...
### Description Many bundles inside nodecg-io have a UI that is built using esbuild. Currently this list includes the following bundles: - core dashboard - debug service dashboard - StreamElements...
### Description What is buttplug? A system for enumerating, connecting to, and controlling intimate interaction hardware. Current implementations can control gamepads, vibrators and e-stim devices. Outside of obvious use with...
### Description Add an Amazon Alexa Service that can be used to process voice commands. The config should contain a port and address to bind the http server. Maybe a...
### Description Add a udp service that can interact with a udp server. Could also be used with udp multicast groups. ### References [node.js dgram module docs](https://nodejs.org/api/dgram.html)
### Description Add a tcp client service for interaction with e.g. custom TCP protocols or wireless microcontrollers like the ESP32. Configuration for this service should include at least host and...
### Description WLED is a commonly used ESP webserver. WLED describes itself as follows: "A fast and feature-rich implementation of an ESP8266/ESP32 webserver to control NeoPixel (WS2812B, WS2811, SK6812) LEDs...
### Description This Platform could need a service that can execute commands on receiving an event. I think there should be a service that can take A structure defining the...
### Description Currently bundles don't have any config and if they want the user to be able to customize some things currently the bundle dev needs to create a GUI...
### Description Currently a bundle can have access to only one service instance per service type. We need to discuss if we want to support that a bundle could use...