Skip to content

Commit

Permalink
readme is now somewhat trvial instead of completely trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulski committed Aug 16, 2013
1 parent b78271f commit 9e54c60
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
scp * <ssh-identity>:udplights

#Tallwide
A beaglebone service to drive TCL lighting with content from another computer.

## Features
* Receives uncompressed bitmaps via oversized UDP packets
* Maps bitmap onto strands
* Allows for multiple zones of different strand winding
* allows overlapping and/or disjoint zones
* zones may be horizontal or vertical
* zones may flip horizontally or vertically



#To Build

local% scp * <ssh-identity>:udplights
local% ssh <ssh-identity>
beaglebone% cd udplights
beaglebone% make tallwide

0 comments on commit 9e54c60

Please sign in to comment.