Skip to content

Commit

Permalink
fix fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nemik committed Feb 10, 2014
1 parent fe7d103 commit 1e2d0cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is a port of Micah "scanlime"'s fcserver for OpenWRT.
This is a port of Micah "scanlime"'s fcserver for OpenWRT. The awesome Fadecandy project is here: http://github.com/scanlime/fadecandy

It is used to provide a websocket server interface for interacting with Micah's Fadecandy or Teensy3 (running fadecandy firmware) devices over USB.
fcserver provides a websocket server interface for interacting with Micah's Fadecandy or Teensy3 (running fadecandy firmware) devices over USB.

To install this to use it on your OpenWRT buildroot, just add "git-src git://github.com/nemik/fadecandy-openwrt.git" to your feeds.conf.default file in your buildroot. Then run "./scripts/feeds update -a" then "./scripts/feeds install -a". Then run "make menuconfig" and to install "fcserver" from the Utilities menu option.
To install this to use it on your OpenWRT buildroot, just add "git-src fadecandy git://github.com/nemik/fadecandy-openwrt.git" to your feeds.conf.default file in your buildroot. Then run "./scripts/feeds update -a" then "./scripts/feeds install -a". Then run "make menuconfig" and to install "fcserver" from the Utilities menu option.

The default config for fcserver is "fserver.config" and resides in /etc/ on the filesystem. It listens for websocket and HTTP requests on port 7890 from any remote host. An init file for it is also provided so that fcserver can automatically run on startup.

0 comments on commit 1e2d0cb

Please sign in to comment.