From 61fa202406b2a12de35b21691307b9d1731946e1 Mon Sep 17 00:00:00 2001 From: Jake Hageman Date: Thu, 16 May 2019 11:38:40 -0400 Subject: [PATCH] Add top level readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c068636 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Core Flight System : Framework : App : Scheduler Lab + +This repository contains NASA's Scheduler Lab (sch_lab), which is a framework component of the Core Flight System. + +This lab application is a non-flight packet scheduler application for the cFS Bundle. It is intended to be located in the `apps/sch_lab` subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS (which includes sch_lab as a submodule), which includes build and execution instructions. + +sch_lab is a simple packet scheduler application with a one second resoluton. + +To change the list of packets that sch_lab sends out, edit the schedule table located in the platform include file: +fsw/platform_inc/sch_lab_sched_tab.h + +## Release Notes + +sch_lab version 2.2.0a is released as part of cFE 6.6.0a under the Apache 2.0 license, see [LICENSE](LICENSE-18128-Apache-2_0.pdf). + +Note the old GSFC Build toolset is deprecated (fsw/for_build/Makefile) in favor of cmake (CMakeLists.txt) + +## Known issues + +As a lab application, extensive testing is not performed prior to release and only minimal functionality is included. + +## Getting Help + +The cFS community page http://coreflightsystem.org should be your first stop for getting help. Please post questions to http://coreflightsystem.org/questions/. There is also a forum at http://coreflightsystem.org/forums/ for more general discussions. + +Official cFS page: http://cfs.gsfc.nasa.gov +