Titan Project

Clone this repo:
  1. 400146f Merge "added break to return (Bug 495653)" by ebensza · 7 years ago master
  2. 15b1c58 added break to return (Bug 495653) by ebensza · 7 years ago
  3. f49aafe Merge "xsd2ttcn: fixed error when reading XMLSchema.xsd (Bug 495653)" by botond.baranyi · 7 years ago
  4. 4fa0b11 Merge "Merge pull request #78 from balaskoa/master" by ebensza · 7 years ago
  5. b6d9184 Merge "Only naming convention and indentation cahnged in a test" by ebensza · 7 years ago

#Warning!!!

A new feature added after the release of TITAN version 5.5 requires the linking of an extra library (libncurses.a).

The TTCN-3 makefile generator now automatically adds this new library to the platform-specific linker flags (-lncurses for Linux):

SOLARIS_LIBS = -lsocket -lnsl -lxml2 -lcurses

SOLARIS8_LIBS = -lsocket -lnsl -lxml2 -lcurses

LINUX_LIBS = -lxml2 -lncurses

FREEBSD_LIBS = -lxml2 -lncurses

WIN32_LIBS = -lxml2 -lncurses

If you are using this tool to generate your makefile, then regenerating it should fix the problem. Otherwise you’ll need to add the library to the linker flags manually (the Eclipse designer plug-in’s makefile generator does not add this library). You could also revert back to the official TITAN 5.5 release.

titan.core

TTCN-3 is a standardized, modular language specifically designed for testing. Eclipse Titan offers a free and open source (FOSS) compiler both for TTCN-3 and for ASN.1 (Abstract Syntax Notation One).

Standards page (also including downloadable code):

Main project page:

##Introductory video of a presentation about Titan held at EclipseCon 2014:

##Titan Datasheet on polarsys.org: http://polarsys.org/sites/default/files/custom_uploads/TITAN%20Datasheet%20A4%202.1.pdf

Ericsson TTCN-3 Course, Presentation material

http://www.ttcn-3.org/files/TTCN3_P.pdf

Ericsson TTCN-3 Course, Presentation material, part II (Titan specifics)

https://www.eclipse.org/downloads/download.php?file=/titan/TITAN_User_P.pdf

##Binaries and SHA512 checksums for a number of Linux platforms can be downloaded from:

Related products:

##Eclipse IDE plug-ins (Designer, Executor, LogViewer, Titanium):

Source code:

Compressed update site and SHA512 checksum:

Test Ports:

Protocol Modules:

Libraries:

Miscellaneous projects: