| /////////////////////////////////////////////////////////////////////////////// |
| // // |
| // Copyright (c) 2000-2019 Ericsson Telecom AB // |
| // // |
| // All rights reserved. This program and the accompanying materials // |
| // are made available under the terms of the Eclipse Public License v2.0 // |
| // which accompanies this distribution, and is available at // |
| // https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html // |
| /////////////////////////////////////////////////////////////////////////////// |
| |
| This is a Demo Application to present the basic structure of the TITAnSim R2. |
| It contains a protocol module, an Application Library having the basic |
| AppLib structure for Simple Hello Protocol, and a TitanSim application. |
| |
| The Application itself uses all the main features of TitanSim, such Execution |
| Control, GUI support, LgenBase, Transport Layer...etc. |
| |