summaryrefslogtreecommitdiff
path: root/TAO/utils/catior/README
blob: eff8a25c227669ef804f5e4ab927d7ef35d84b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$Id$

CatIOR is a small utility that takes in a stringified IOR and decode
it, printing out the information contained in it.

Usage
-----

catior -f <filename>

Takes in a file which contains the IOR and will then output the 
encoded information to stdout.

There is a sample file in this directory called TaoSimple.IOR that is
an IOR generated using the example $TAO_ROOT/tests/Simple.  You can
run the "catior" utility against that to see what the output looks
like.