hArtes Project - The GAETool
A new NU-Tech feature has been developed within the project: the Graphical Algorithms Exploration (GAE) Tool which produces a C description of an application designed as a network of NUTSs (NU-Tech Satellites)
Main Characteristics
- Produces a C description of an application designed as a network of NUTSs (NU-Tech Plugins)
- Automatic procedure to analyze the code of each single NUTS and produce a general description of the interactions between all the NUTSs of the network.
- Eclipse framework as the environment to use for NUTS coding and compilation in order to have an integrated environment to ease the programming process.
Some Technical Details:
- Based on Eclipse "Ganymede"
- Based on GNU Toolchain (MinGW 5.1.4 + GDB 6.8)
- Eclipse Wizard to create CNUTS
- Eclipse Feature to export CNUTS to NU-Tech/GAETool
- GCC 3.4.5 compiler to compile CNUTS (No need for MSVC)
- Production of C code already validated with GCC compiler
- Multiple file handling