Exercise: Compile the program object application from the tutorial and execute the program without options. Try the examples shown.
Exercise: Go to the "Contrib" HTTP directory, make the canonical SMILES application, and execute the program as a web serivce using the following commands:
$ cd $DY_ROOT/contrib/src/c/http $ make http-cansmi $ ./http-cansmi 8080
Point your browser to http://localhost:8080 and use the web service to communicate via HTTP to the Daylight Toolkit.
Review the source code for:
$ $DY_ROOT/contrib/src/c/progob/fingertalk.c $ $DY_ROOT/contrib/src/c/http/http-cansmi.c