.. date: 19/03/2026 author: Andre' Neto copyright: Copyright 2017 F4E | European Joint Undertaking for ITER and the Development of Fusion Energy ('Fusion for Energy'). Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence") You may not use this work except in compliance with the Licence. You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl warning: Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence permissions and limitations under the Licence. Your First MARTe2 Application ============================= In this section, you will run your first MARTe2 application. The goal is to introduce the minimum set of concepts required to start a MARTe2 application and to verify that your environment is correctly configured. You will work with a very simple configuration that demonstrates how a MARTe2 application is defined and executed. At this stage, the focus is not on control logic, but on understanding how the framework starts and runs. By the end of this section, you will: - Launch a MARTe2 application from a configuration file - Understand the role of the main application components - Recognise what a successful startup looks like - Identify basic issues if the application does not run This example serves as a "Hello World" for MARTe2 and provides the foundation for all subsequent sections. .. toctree:: :maxdepth: 1 :caption: Contents: hello_world hello_world_exercises hello_world_faq