Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
pete0emerson committed Dec 23, 2011
1 parent b61380d commit 531dbb6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ status. It also uses zeromq for all interprocess transportation.
Diagram about how the data flows:
http://www.asciiflow.com/#868081871833843538

Install zeromq from source
Install zeromq from source:
http://www.zeromq.org/intro:get-the-software

Install redis from source
Install redis from source:
http://redis.io/download

Fire up:
./transmitter.py
./multiprocessor.py
./receiver.py
```shell
./transmitter.py &
./multiprocessor.py &
./receiver.py &
```

Run the commander:

Expand Down

0 comments on commit 531dbb6

Please sign in to comment.