2018-09-19 19:59:44 +00:00
2018-09-19 21:07:46 +02:00
2018-09-18 15:29:48 +02:00
2018-09-02 19:10:32 +02:00
2018-09-19 16:45:41 +02:00
2018-09-02 19:10:32 +02:00
2018-09-19 19:59:44 +00:00
2018-09-05 12:24:08 +02:00
2018-09-19 21:07:46 +02:00

Illumination-Cat

This is the brain of the the almighty Illumination Cat.

API

WebSocket

Endpoint: /pixel

Fields:

Field Type Description
topic String Defines which functionality is executed, usually to set a value or activate a pattern
payload String data to be set

Example:

{
    "topic": "pixels/color",
    "payload": "13505813"
}

Topics

Topic Data
pixels/color
pixels/color2
pixels/pattern
pixels/totalSteps
pixels/brightness

REST

Endpoints

POST /pixel/state
POST /config

Mesh

Features

  • Enduser setup: initial setup where the cat opens an access point for configuration
  • WiFi: connect to existing AP as client or build a mesh network where all cats act as a collective
  • Web controls: colors and patterns can be changed through the web interface
  • OTA plugin: cats connected to an AP can be updated over-the-air via TCP flash method
  • [0%] audio output
  • [0%] OctoPrint plugin: connect to an OctoPrint instance and reflect print status via colors
Description
No description provided
Readme 460 KiB
Languages
HTML 25.2%
CSS 21.7%
C++ 21.4%
C 14.5%
JavaScript 12.4%
Other 4.8%