You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file may only be used commercially under the terms of a commercial license
# purchased from OpenC3, Inc.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# The development of this software was funded in-whole or in-part by MethaneSAT LLC.
# Create the overall gemspec
spec=Gem::Specification.newdo |s|
s.name='openc3-cosmos-cfdp'
s.summary='CFDP'
s.description="This plugin provides COSMOS Support for CCSDS File Delivery Protocol (CFDP). It includes a COSMOS API for sending CFDP commands and an example COSMOS Target that can be used to receive files sent via CFDP."