Description:
 

This demonstration is designed to teach you the most basic calls of CAVERNsoft.

This demo will send data from one client to another.

The server (called irblisten) will start up and listen to a key that it
defines for itself.

The client (called irbsend) will start up and open a channel to the server.
The client will also define a local key, which it will use to link
with the server's remote key. Then it will deposit data in the local
key and see its data automatically propagated to the server.

To compile type:
        make irblisten irbsend

To run this program, run irblisten on a remote machine (say doofus) as follows:

        irblisten

Then run the irbsend program on a different machine as follows:

        irbsend doofus
 

Demo:
 

Here's a demo of what you will see:

Client
 
Server