- Jan 21, 2018
-
-
Lance Gilbert authored
-
Lance Gilbert authored
-
Lance Gilbert authored
-
- Oct 07, 2017
-
-
Micah Elizabeth Scott authored
Fix broken link to OPC python client examples
-
Micah Elizabeth Scott authored
Python: opc.py - added set_interpolation
-
- Sep 17, 2017
-
-
Landon Spear authored
-
- Aug 13, 2017
-
-
Micah Elizabeth Scott authored
Fix CMAKE instructions
-
- Aug 09, 2017
-
-
Robert Jones authored
Submodules must be present prior to running cmake.
-
- Aug 01, 2017
-
-
Micah Elizabeth Scott authored
Added CSharp .NET Core examples
-
Micah Elizabeth Scott authored
CMake, Systemd, debian package support
-
- Jul 29, 2017
-
-
Joakim Söderberg authored
-
- Jul 22, 2017
-
-
Joakim Söderberg authored
CMake support was added as an alternative to the pure Makefile that already exists. CMake supports generating build files for a large set of different platforms. Makefiles, XCode project, Visual Studio and so on... The CMake project includes build rules for installing, including running the server as a daemon using SystemD. Adding similar support for init would be possible as well. CMake is similar to configure + autoconf, so it is possible to turn on and off different features before compiling. The main reason for this change was to create an easily reproducible way to install the Fadecandy server as a daemon. The target for these efforts was mainly the Raspberry Pi platform using the Raspbian distribution that uses Debian packages for installation. So this current implementation has focused on enabling building Debian Packages. However CMake/CPack supports other installers for other platforms such as RPM, NSIS and OSX installers to name a few. Adding support for those wouldn't be hard. Also to support the use case of running the server as a system daemon, I have also added a default config path that the fcserver tries to read under: /etc/fcserver/config.json If no config is given on the command line explicitly, fcserver first looks here before using the default config. To build using CMake (Tested to work on Raspbian and OSX): ```bash mkdir build cd build cmake .. make make install # Manual install (see below for debian package) ``` To list available CMake options: ```bash cmake -LH .. ``` To build the debian package: ```bash cpack -G DEB # Must be done after build instructions above. ``` By default the debian package runs a post-installation script that will create a "fadecandy" user that the daemon is run under. This can be turned off using a CMake option.
-
- Jun 18, 2017
-
-
Micah Elizabeth Scott authored
-
- Apr 10, 2017
-
-
Micah Elizabeth Scott authored
Support reverse mappings for Fadecandy strips. Patch looks great, sorry it took me so long to get it merged.
-
- Dec 15, 2016
-
-
Micah Elizabeth Scott authored
Fix ARGV input.
-
- Dec 12, 2016
-
-
Rike-Benjamin Schuppner authored
-
- Nov 15, 2016
-
-
Erin O'Connell authored
-
- Nov 14, 2016
-
-
Erin O'Connell authored
-
- Nov 13, 2016
-
-
erinxocon authored
-
- Oct 16, 2016
-
-
heysl authored
set_interpolation lets you change the firmware configuration to toggle frame interpolation on script-runtime.
-
- Jul 16, 2016
-
-
Jeff Brown authored
Use negative count to map pixels in reverse order along a strip.
-
- Jul 02, 2016
-
-
Micah Elizabeth Scott authored
Made examples compliant with C++11. Compiles with gcc 6.1.
-
Micah Elizabeth Scott authored
Adds clarity to pointing to new config
-
- Jul 01, 2016
-
-
Charles F authored
Offering details on how to use a new config file
-
- Jun 18, 2016
-
-
Rytis Bizauskas authored
-
- May 30, 2016
-
-
Micah Elizabeth Scott authored
p5js examples and opc
-
- May 29, 2016
-
-
Matthew Kessler authored
-
- Jan 04, 2016
-
-
Micah Elizabeth Scott authored
Explicit casts for Processing 3 TweakMode compatibility.
-
- Jan 03, 2016
- Dec 23, 2015
-
-
Micah Elizabeth Scott authored
for n in `find . -name OPC.pde`; do cp template/OPC.pde $n; done
-
Micah Elizabeth Scott authored
Updates for Processing 3.
-
Eric Mika authored
-
Eric Mika authored
Replace deprecated registerDraw with registerMethod. Call sleep statically.
-
- Dec 05, 2015
-
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
- Nov 30, 2015
-
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
Add a Gitter chat badge to README.md
-
The Gitter Badger authored
-