Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 953 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 953 Bytes

TlmPacketizer - An F Prime Package

This package implements the topology for sending telemetry in the form of packets for F Prime. This package was developed and can be installed with fppm. Installation and usage instructions for fppm can be found in the previous hyperlinked text.

Package installation

Ensure that your F Prime project has been initialized with a project.yaml and the subtopology autocoder.

# add the registry where this package is hosted
fppm registries --add https://mosa11aei.github.io/fppm-registry/static/registry.yaml

# install the package
fppm install --package mosallaei/TlmPacketizer

# generate the fillables from the package config objects
fppm config --generate mosallaei/TlmPacketizer

Package Usage

For usage information of this package, see the package's pdd.md file, and the Telemetry subtopology sdd.md.