The OUTPOST library (Open modUlar sofTware PlatfOrm for SpacecrafT) is developed at the German Aerospace Center (DLR) and provides an execution platform targeted at embedded systems running mission critical software. The library set up to be modular, allowing the user to choose which modules to use and which modules to leave out.
OUTPOST is split into two repositories outpost-core contaning the base environment and outpost-satellite containing the satellite specific modules.
This repository contains the following software modules:
-
utilsA collection of useful bits and pieces. The reuseable unit test harness is located here.
-
timeType safe time management functions. Provides classes to convert between time representations, e.g. Unix Time to GPS or TAI.
-
rtosRTOS wrapper layer. Allows to build OUTPOST on different operating system. Supports RTEMS, FreeRTOS and all POSIX compatible OS.
-
halHardware abstraction layer for communication interfaces.
-
smpcSimple Message Passing Channel. Provides a very basic, but fast publish/subscribe based communication middleware for objects living in the same address space.
-
l3testLua based testing framework. Allows to run Lua scripts as part of the unit tests.
Unless otherwise noted the source code is licensed under the terms of the Mozilla Public License, v. 2.0 (see mpl-v2.0.txt).
Files with a different license:
- tools/l3test/src/lua/exception.h (BSD 3-clause)
- modules/utils/ext/rapidcheck/* (BSD 2-clause)
- modules/utils/ext/googletest-1.8.0-fused/* (BSD 3-clause)
