-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
4,322 additions
and
1,613 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,61 @@ | ||
# File Manager | ||
|
||
NASA core Flight System File Manager Application | ||
|
||
## Description | ||
|
||
The File Manager application (FM) is a core Flight System (cFS) application that is a plug in to the Core Flight Executive (cFE) component of the cFS. | ||
|
||
The cFS is a platform and project independent reusable software framework and set of reusable applications developed by NASA Goddard Space Flight Center. This framework is used as the basis for the flight software for satellite data systems and instruments, but can be used on other embedded systems. More information on the cFS can be found at [http://cfs.gsfc.nasa.gov](http://cfs.gsfc.nasa.gov) | ||
|
||
The FM application provides onboard file system management services by processing ground commands for copying, moving, and renaming files, decompressing files, creating directories, deleting files and directories, providing file and directory informational telemetry messages, and providing open file and directory listings. | ||
|
||
FM requires use of the [cFS application library](https://github.com/nasa/cfs_lib). | ||
|
||
## License | ||
|
||
This software is licensed under the NASA Open Source Agreement. http://ti.arc.nasa.gov/opensource/nosa | ||
core Flight System (cFS) File Manager Application (FM) | ||
====================================================== | ||
|
||
Open Source Release Readme | ||
========================== | ||
|
||
FM Release 2.5.3 | ||
|
||
Date: | ||
3/19/2020 | ||
|
||
Introduction | ||
--------------- | ||
|
||
The File Manager application (FM) is a core Flight System (cFS) application | ||
that is a plug-in to the Core Flight Executive (cFE) component of the cFS. | ||
|
||
The FM application provides onboard file system management services by | ||
processing ground commands for copying, moving, and renaming files, | ||
decompressing files, creating directories, deleting files and directories, | ||
providing file and directory informational telemetry messages, and providing | ||
open file and directory listings. | ||
|
||
The FM application is written in C and depends on the cFS Operating System | ||
Abstraction Layer (OSAL) and cFE components. There is additional FM application | ||
specific configuration information contained in the application user's guide | ||
available in https://github.com/nasa/FM/tree/master/docs/users_guide | ||
|
||
This software is licensed under the NASA Open Source Agreement. | ||
http://ti.arc.nasa.gov/opensource/nosa | ||
|
||
|
||
Software Included | ||
-------------------- | ||
|
||
File Manager application (FM) 2.5.3 | ||
|
||
|
||
Software Required | ||
-------------------- | ||
|
||
Operating System Abstraction Layer 5.0 or higher can be | ||
obtained at https://github.com/nasa/osal | ||
|
||
core Flight Executive 6.7.0 or higher can be obtained at | ||
https://github.com/nasa/cfe | ||
|
||
Note: An integrated bundle including the cFE, OSAL, and PSP can | ||
be obtained at https://github.com/nasa/cfs | ||
|
||
About cFS | ||
------------ | ||
|
||
The cFS is a platform and project independent reusable software framework and | ||
set of reusable applications developed by NASA Goddard Space Flight Center. | ||
This framework is used as the basis for the flight software for satellite data | ||
systems and instruments, but can be used on other embedded systems. More | ||
information on the cFS can be found at http://cfs.gsfc.nasa.gov | ||
|
||
EOF |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.