Skip to content

Vasif-Hasanov/padres

 
 

Repository files navigation

PADRES v2.1

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.
  3. ISSUES: open issues.
  4. COPYRIGHT: copyright notice.
  5. install.sh: script to install PADRES in the system.
  6. bin/: scripts to run PADRES components.
  7. build/: the PADRES component binaries.
  8. etc/: PADRES configuration files.
  9. demo/: various demo scripts instructions.
  10. doc/: Generated Javadocs.

Installation:

Check the instructions in the INSTALL file.

Development setup:

  • Install Java 8
  • Install Maven
  • Run script: install-maven-dependencies.sh
  • Open maven project in IDE

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 91.6%
  • Shell 3.4%
  • HTML 3.2%
  • JavaScript 1.3%
  • CSS 0.4%
  • Perl 0.1%