2 programs are builded by the makefile:

- hublist

  It retrieves the list of active hub from www.neo-modus.com.
  Output is like this (one hub per line):
   hubname|hub address|comment|nb users|||||

   "hubname" is the name of the uhb
   "hub address" is either a FDQN or an IP
   "comment" is a description of the up
   "nb users" is the number of users inside the hub

- dctc

  the direct connect text client.

- dctc_cmd

  a small program to send DCTC command to a running dctc without opening
  a full featured client. it can be used from batch or cron. The DCTC to
  contact must have its dctc-link flag set else the command will be ignored.

Remember this 3 programs are not really designed to be a human usable client,
they should be used by another program (like a GUI or a CLI).

