- Jan 25, 2016
-
-
Grant Patterson authored
The "zigzag" argument is handy to create daisy-chained grids, but what if we want to start from the other side? I don't think rotation gets us there, but this does.
-
- Jan 03, 2016
-
-
Eric Mika authored
for n in `find . -name OPC.pde`; do cp template/OPC.pde $n; done
-
- Dec 23, 2015
-
-
Micah Elizabeth Scott authored
for n in `find . -name OPC.pde`; do cp template/OPC.pde $n; done
-
Eric Mika authored
-
Eric Mika authored
Replace deprecated registerDraw with registerMethod. Call sleep statically.
-
- Oct 04, 2014
-
-
Phillip Burgess authored
-
- Sep 28, 2014
-
-
Phillip Burgess authored
-
Phillip Burgess authored
When using multiple OPC connections, prevents disconnected server(s) from stalling the client.
-
- May 25, 2014
-
-
Micah Elizabeth Scott authored
-
- Nov 14, 2013
-
- Nov 13, 2013
-
-
Micah Elizabeth Scott authored
-
- Nov 12, 2013
-
-
Micah Elizabeth Scott authored
New READMEs for the examples, and update everything for the new layoutful naming convention.
-
- Nov 09, 2013
-
-
Micah Elizabeth Scott authored
-
- Nov 08, 2013
-
-
Micah Elizabeth Scott authored
-
- Nov 06, 2013
-
-
Micah Elizabeth Scott authored
-
- Oct 29, 2013
-
-
Micah Elizabeth Scott authored
-
- Oct 21, 2013
-
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
This lets us disable the Nagle algorithm, and have finer control over error handling
-
Micah Elizabeth Scott authored
-
- Oct 20, 2013
-
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
-
Micah Elizabeth Scott authored
I originally had this in here as a workaround because sometimes fcserver would fill up its USB queue, but this increases lag a lot. Much better without, and if fcserver acts up again I should just fix it :P
-
Micah Elizabeth Scott authored
-