Command gdir_server

A stand-alone server program to provide a directory service of GPHys objects by using GDir.

Usage

At the command line,

% gdir_server top_dir [[host:]port] [-a allowed_address]..

where

Examples

% gdir_server . 12345
% gdir_server . localhost:12345 -a all
% gdir_server . -a hoge.hero.org -a localhost
% gdir_server . 12345 -a '192.168.1.*' -a localhost