Skip to content

A collection of object representations in python of MARTe2 components which can be defined in a MARTe2.config. For the automatic generation of MARTe2 configuration files from python.

License

Notifications You must be signed in to change notification settings

ukaea/MARTe2-python

Repository files navigation

Description

The MARTe software framework is a C++ modular and multi-platform configuraton based framework for the development of real-time control system applications. You can find more on what MARTe2 is and how to get started here: MARTe2 Documentation

This repository provides python classes which represent MARTe2 GAMs, DataSources and applications. Alongside this it provides useful frameworks for debugging and developing applications with MARTe2.

Intended Use

It is assumed that users have knowledge of MARTe2 and python prior to using this repository.

The repository is intended for end users to develop MARTe2 applications in python rather than text based config files, this gives the user the ability to autogenerate configurations and manage configurations in a more structured, code-based method.

This repository helps generate configuration files for MARTe2, to actually use the files you will need MARTe2 compiled alongside MARTe2-components and setup to be usable - namely with the traditional marte shell script. Initial setup instructions for MARTe2 and it's dependencies can be found here.

Contributing & Support

When you require support please open an issue, if you would like to make adjustments to behaviour, code or additions to features, please do so as an issue and merge request.

Note: You must comply with our guidelines as per the below.

Repository Guidelines

Installation

This repo has few dependencies and should auto install these when needed. To install the repo simply install via pip:

pip install martepy

Examples

You can find example for how to use this repository here:

Simple Example

Water Tank Example

Support

For support on using this codebase you can refer to the documentation found here:

User Documentation

If you have found a bug or have a feature request then please submit an issue within this repository.

If you need additional support feel free to contact our team:

Additionally you can utilise the MARTe Discord community server:

MARTe Discord Server

License

This software repository is provided under the European Union Public Licence as it's rooted in the use of MARTe2. You can find further details on the license here.

About

A collection of object representations in python of MARTe2 components which can be defined in a MARTe2.config. For the automatic generation of MARTe2 configuration files from python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published