-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
45 lines (34 loc) · 1.28 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
PADRES v2.0
===========
PADRES is a distributed content-based publish/subscribe system
middleware. This middleware can be used to create a pub/sub broker
overlay to route messages between publishers and subscribers. The
following components included in this package are:
1. broker: to create the distributed routing backbone.
2. client: to connect to a broker and acts as a publisher or subscriber.
3. monitor: to monitor the deployed PADRES system.
Files and Directories:
---------------------
1. README: this file.
2. INSTALL: installation instructions.
2. ISSUES: open issues.
3. COPYRIGHT: copyright notice.
4. install.sh: script to install PADRES in the system.
5. bin/: scripts to run PADRES components.
6. build/: the PADRES component binaries.
7. etc/: PADRES configuration files.
8. demo/: various demo scripts instructions.
9. doc/: Generated Javadocs.
Installation:
-------------
Check the instructions in the INSTALL file.
Documentation
-------------
The PADRES user guide is available at
http://www.msrg.org/projects/padres/docs/user_guide
The PADRES developer guide is available at
http://www.msrg.org/projects/padres/docs/dev_guide
--------------------------------------------------------------------
Middleware Systems Research (msrg.org)
University of Toronto
2012-02-11