-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme is now somewhat trvial instead of completely trivial
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|