Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Fixed formatting.
  • Loading branch information
ZenHarbinger committed Aug 10, 2015
1 parent bbabc6f commit ac2fc9e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vbs3-pos-subscriber/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#vbs3-pos-subscriber
This is a demo application for acting as a sink for listening to multiple VBS3ZeroMqPosPlugin instances and then publishing to multiple web-based clients.

###Requirements:
##Utilizing libjzmq.so under Ubuntu 14.04/14.10/15.04
##Requirements:
###Utilizing libjzmq.so under Ubuntu 14.04/14.10/15.04
1. sudo apt-get install libzmq3 libzmq3-dev
2. Install libjzmq - Java Binding for Ubuntu 14.04/14.10
1. git clone https://github.com/zeromq/jzmq.git
Expand All @@ -20,21 +20,21 @@ This is a demo application for acting as a sink for listening to multiple VBS3Ze
4. [OPTIONAL] sudo ln -s /usr/lib/jni/libjzmq.so.0 /usr/lib/libjzmq.so.0
5. [OPTIONAL] sudo ln -s /usr/lib/jni/libjzmq.so.0.0.0 /usr/lib/libjzmq.so.0.0.0

## Windows and OS X
### Windows and OS X
The default for OS X and Winows is to use jeromq intead of jzmq for ZeroMQ.

###Compile
##Compile
1. git clone https://github.com/artistech-inc/VBS3ZeroMqPosPlugin.git
2. cd VBS3ZeroMqPosPlugin
3. git checkout v1.0
4. cd vbs3-pos-subscriber
5. mvn clean package

###Run
##Run
By default, the JETTY_PORT_VALUE is 8888 unless otherwise specified on the command line. At least one VBS3 ZeroMQ publisher must be specified.
```shell
java -jar target/vbs3-pos-subscriber-1.0.jar -z VBS3ZeroMqPosPlugin_SERVER_1:5551 -z VBS3ZeroMqPosPlugin_SERVER_2:5551 [-j JETTY_PORT_VALUE]
```
###Viewing
##Viewing
1. Using the latest versions of Firefox and Google Chrome, view: http://vbs3-pos-subscriber_IP:JETTY_PORT_VALUE/vbs3_map.jsp
2. Click "Start Receiving Data"
2. Click "Start Receiving Data"

0 comments on commit ac2fc9e

Please sign in to comment.