- more complete definition of READ_UPLINK
- See nasa#174
- Support scheduled uplink check
- updating ci_lab to use new versioning system
- See nasa#162 and nasa#171
- define msgids via topicids
- See nasa#165
- Remove unused PDU related function codes
- Remove obsolete README comment
- Configurable timeouts and loops
- See nasa#157, nasa#159, and nasa#161
- reorganize source files
- See nasa#148
- Create Workflow for IC Bundle Generation
- See nasa#143
- update cmake recipe
- See nasa#136
- Remove unnecessary parentheses around return values.
- Remove 'return;' from last line of void functions.
- See nasa#116 and nasa#118
- Update cmake mimimum required to something more recent
- See nasa#113
- Remove registration of empty EVS filters
- Update codeql workflow for reusable updates
- See nasa/cFS#505
- Update Copyright Headers
- Standardize version.h
- See nasa#107 and https://github.com/nasa/cFS/445
- Apply header guard standard
- See nasa/cFS#432
- Use CFE_MSG_PTR conversion macro
- Update baseline for cFS-Caelum-rc4 to v2.5.0-rc4
- See nasa#101 and nasa/cFS#390
- Apply CFE_SB_ValueToMsgId where required
- See nasa#93 and nasa/cFS#359
- Implement Coding Standard in CodeQL workflow
- See nasa#88 and nasa/cFS#270
- Removes unnecessary call to
CFE_ES_RegisterApp()
since app registration is done automatically. - Demonstrates the use of the Zero Copy API. Adds a step that obtains a buffer prior to calling
OS_SocketRecvFrom
then transmits that same buffer directly rather than copying it. - See nasa#85
- Use
cfe.h
instead of individual headers - See nasa#78
- Add Testing Tools to the Security Policy
- See nasa#76
- Aligns messages according to changes in cFE nasa/cFE#1009. Uses the "raw" message cmd/tlm types in definition
- See nasa#65
- Replaces deprecated SB API's with MSG
- No behavior impact, removes undesirable pattern use of
OS_PACK
- See nasa#60
- Update the SocketID field to be
osal_id_t
instead of uint32 - Set Revision number to 99 for development version identifier in telemetry
- See nasa#56
- Add build name and build number to version reporting
- See nasa#53
- Replace references to
ccsds.h
types with thecfe_sb.h
-provided type. - See nasa#50
- Apply the CFE_SB_MsgIdToValue() and CFE_SB_ValueToMsgId() routines where compatibility with an integer MsgId is necessary - syslog prints, events, compile-time MID #define values.
- Minor changes, see nasa#47
- Offset UDP base port in multi-cpu configurations
- Minor changes, see nasa#44
- Use OSAL socket API instead of BSD sockets
- Remove PDU introspection code
- Update command and telemetry logic
- Collect globals as a single top-level global structure
- Minor changes, see nasa#38
- Code style and enforcement (see nasa#31)
- Minor updates (see nasa#12)
- Not backwards compatible with OSAL 4.2.1
- Released as part of cFE 6.7.0, Apache 2.0
- Released as part of cFE 6.6.0a, Apache 2.0
Dependence on cfe platform config header is undesirable, and the check is not endian safe. As a lab application, extensive testing is not performed prior to release and only minimal functionality is included.
For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.
Official cFS page: http://cfs.gsfc.nasa.gov