Fnorb Naming Service example.

The files for this example are located in the examples/naming
directory, the following instructions assume that you are in that
directory and have a working Fnorb installation.

1. Create the Stub and Skeleton Modules
   Type in:
   fnidl Thermometer.idl

2. Start the Naming Service
   Type in:
   fnaming --iorf=fnaming.ior

3. Start the Server
   In another window, type:
   export FNORB_NAMING_SERVICE=`cat fnaming.ior`
   python server.py

4. Run the Client
   In another window, type:
   epxort FNORB_NAMING_SERVICE=`cat fnaming.ior`
   python cient.py

To shutdown the server or fnaming, simply bring the relevent window
to focus and press control-C.

* Some notes on using Fnorb with the Naming Service *
There are several ways to tell the ORB where the naming service is,
which one you use depends on what operating system and shell you use.
The above example uses bourne shell syntax.
See the Fnorb manual for more details.

