Skip to content

dola/Telesto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 28, 2014
75b78b7 · Jul 28, 2014

History

75 Commits
Nov 12, 2013
Nov 14, 2013
Nov 13, 2013
Nov 15, 2013
Oct 23, 2013
Nov 15, 2013
Nov 15, 2013
Oct 24, 2013
Nov 13, 2013
Oct 23, 2013
Jul 28, 2014
Feb 11, 2014
Oct 22, 2013

Repository files navigation

Telesto

A Java Message Passing System. Also check out the Report of the whole project.

How to run

The runnable JAR file is located in source/release/Telesto.jar accepts the following arguments:

java -jar Telesto.jar {MW|CL|MC} [options]

The first argument selects between the middleware, the client and the management console respectively.

The client accepts further arguements:

java -jar Telesto.jar CL [id <client_id>] [name <client_name>] test <test_id>

Where test_id can be one of the following (case insensitive):

  • ONE_WAY
  • REQUEST_RESPONSE_PAIR_CLIENT
  • REQUEST_RESPONSE_PAIR_SERVER
  • REQUEST_SERVICE
  • SERVE_SERVICE

One of client_id or client_name must be set in order to run successfully.

Locations

The Java source code is available as an eclipse project in source. The scripts used to generate the network packets, run the experiments and evaluate them are located under source/tools. The data obtained from the experiments as well as the scripts used to plot the figures in our paper are available as a compressed archive in experiments.

About

A Java Message Passing System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages