Skip to content

Commit

Permalink
Rename to client!
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordnibbler committed Aug 6, 2015
1 parent 10fdf42 commit 2eea499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
# colorpicker-beaglebone
# colorpicker-client
A socket.io 1.2 client that connects to a [colorpicker-server](http://github.com/lordnibbler/colorpicker-server) socket.io server.

Its main purpose is to convert an array of JSON RGB objects like `[{ r: 100, g: 50, b: 0 }, { r: 100, g: 50, b: 0 }` into a UART instruction like `'345,5,1,100,50,0;2,100,50,0,3,000,000,000,4,000,000,000,5,000,000,000;'`, and pipe it over UART to `/dev/ttyO1`.
Expand All @@ -14,8 +14,8 @@ npm install -d
npm start

# set up the client
git clone git@github.com:Lordnibbler/colorpicker-beaglebone.git
cd colorpicker-beaglebone
git clone git@github.com:Lordnibbler/colorpicker-client.git
cd colorpicker-client
npm install
npm start
```
Expand Down

0 comments on commit 2eea499

Please sign in to comment.