Lightweight Bartering Grid
  P2P Grid middleware and discrete-event simulator
  Version:  see VERSION  or  src/lbg/LightweightBartergridGrid.java
  Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem
  Contact:  C.Briquet@ulg.ac.be

================================================================

This set of shell scripts allows you to start LBG nodes
from a user-friendly GUI rather than the geeky CLI.

These scripts depend on Zenity < http://live.gnome.org/Zenity >,
which in turn depends on other common libraries such as GTK, Cairo, libnotify...
Zenity is included in many major Linux distributions and is sometimes even
automatically installed. Refer to your distribution's documentation to
install missing packages.

For a quick deployment of a small Grid for testing purposes:

(1) type
        ./gtk-LaunchSearchEngine.sh
     into a shell

(2) type
        ./gtk-LaunchPeer.sh
    into the same shell

(3) type
       ./gtk-LaunchResource.sh
    into the same shell

A P2P Grid of 1 Peer with 1 Resource is now deployed.

Now let's ask a User Agent to submit a Bag of Tasks:

(4) type
        ./gtk-LaunchUserAgent.sh
    into the same shell
    and hit CTRL-C when the Job is completed,
    to signal the User Agent that it can shutdown

To shutdown the Grid:

(5) type
		killall java
	in the same shell (be careful if other Java programs are running...)

