===============================================================================
 darumaClient
===============================================================================

----------------
* How to Build *
----------------
Execute 'make' command at top level directory of this package.
  % make

--------------
* How to Run *
--------------
  % cd ./bin
  % ./darumaClient [OPTIONS] [INPUT_FILE]

-----------
* Options *
-----------
     --help            : Show usage and exit.

 -h, --host HOST       : Specify destination host. (default: "127.0.0.1")

 -p, --port PORT       : Specify destination port number. (default: 5050)

 -4                    : Enforce IPv4 connection.
                         (default: use all available protocols including IPv6).

     --debug           : Print debug information.
