Welcome to the ATOSTM sample application.

This application demonstrates use of the ATOSTM library API in the following ways:
* packaging of a program which uses the API
* example of calls to the API
* a non-exhaustive test of the API

In addition, this also uses the ATOBASE, and ATOAKM APIs.

See licenses.zip for the various license files of third-party libraries.

Please refer to the API doxygen documentation for more details.

For building the source see atobase/_misc/README.txt in dependent project ATOBASE.

OUTPUT
------
The build system will "install" the files locally (e.g. on windows _output\win32\win32.x64\install\atostmsample\bin),

At a command line prompt, use "node runsample" to run the executable, as it sets up the paths to the shared libs.

To run the SBR version (uses VANguard STS v1.2):
* node runsample --env def -- -organisation=<you> -proxyurl=localhost:3333
or
* node runsample --env def --torg <you> -- -proxyurl=localhost:3333

To run the USI version (uses VANguard STS v1.3):
* node runsample --env def --torg <you> --senv usi -- -proxyurl=localhost:3333
or
* node runsample --env def-usi --torg <you> -- -proxyurl=localhost:3333

The --arg args are used inside runsample.js. The -arg args after the standalone -- are passed as is to the executable.
