---------------------------------------------------------------------
  C based SOCKET access to xmlBlaster, June 2003
---------------------------------------------------------------------

This is a C based SOCKET client to xmlBlaster.
It should compile on Linux, Windows (PocketPC, WinCE) and other UNIX OS.

Please read 

  http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.c.socket.html

for more details.


Compile:
--------

  cd xmlBlaster
  build.bat c    (Win)
  build.sh c     (UNIX)

This will first create a shared library (dll) in xmlBlaster/lib
and than compile the demo clients in this directory.
The executables are put to xmlBlaster/demo/c/socket/bin


Run:
----

  java org.xmlBlaster.Main

  bin/LogRedirect -logLevel TRACE


mr@marcelruff.info 06/2003

