summaryrefslogtreecommitdiffstats
path: root/code/jasmine/README
blob: 48f169ff8b5c72b23fd81d379bb48c726095e91a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
jasmine: Just A Small Multicast engINE

Installation
------------

./autogen.sh
./configure
make && make install

RPM Based Installation
----------------------
./autogen.sh
./configure
make rpm
rpm -ivh ./x86_64/jasmine-1.0.3-1.rpm

Usage
-----
jasmine server:
Usage: jasmines local_ip num_of_clients [port]

jasmine client:
Usage: jasminec <local_ip> <server_ip> [port]