Coder Social home page Coder Social logo

fadecandy-rest's Introduction

REST API for FadeCandy Based LED Setups

An API for controlling a FadeCandy server controlling a bunch of FadeCandy boards and LED strips. The intent is to create an easy way to set the patterns, colors, and behaviors of LED strips on demand.

The server remembers the last pixels sent, whether from a fill or a pattern, and automatically fades to the new color when a new request is made.

Some of this is heavily based on the examples in the FadeCandy repo.

Installation

Simply clone the project and npm install. Then run with node ./server.js.

Configuration

The REST API is configured using the npm config package. A default configuration is available in config/default.json.

API

Currently this supports setting predefined colors by their name as configured in the server config and patterns defined in code. The idea is to make this a bit more dynamic in the future. The API generates some primitive documentation with lout deployed to the root, by default http://localhost:8080/.

Note that at this time there is absolutely no authenticate or authorization.

Due to network latency, it is advisable to run the REST API on the same machine as the FadeCandy WebSocket server. Precise timings for patterns are likely to be heavily impacted by network latency otherwise.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.