To Cliser Home

Cliser: Examples/Tutorials

To Cliser Architecture

The basic steps of using Cliser are as follows:

  1. Use Cliser:
    1. Run Cliser.
    2. Specify your system's parameters.
    3. Tell Cliser to generate source code for the system.
  2. Customize the source code generated by Cliser.
  3. Compile (and if necessary, link) the customized source code.
  4. Deploy and use the resulting program(s).
To illustrate these steps, we will work through a few examples as a tutorial:

A UDP Client/Server for the standard Daytime Service using Java A TCP Client/Server for the standard Echo Service using C++ over BSD A TCP Client/Server for the standard Echo Service using C++ over WinSock A UDP Client/Server for a Random Quotes Service using C++ over TLI A TCP Client/Server for a Knock-Knock Service using Java


Back to the Cliser architecture page Up to the Cliser home page Down to the Daytime Service example Forward to the Cliser download page


This page maintained by Joel Adams.