1 Star 0 Fork 0

郭轩 / yamcs_quickstart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Yamcs QuickStart

This repository holds the source code to start a basic Yamcs application that monitors a simulated spacecraft in low earth orbit.

You may find it useful as a starting point for your own project.

Prerequisites

  • Java 8 or 11
  • Maven
  • Linux x64 or macOS

Running Yamcs

Here are some commands to get things started:

Compile this project:

mvn compile

Start Yamcs on localhost:

mvn yamcs:run

Same as yamcs:run, but allows a debugger to attach at port 7896:

mvn yamcs:debug

Delete all generated outputs and start over:

mvn clean

This will also delete Yamcs data. Change the dataDir property in yamcs.yaml to another location on your file system if you don't want that.

Telemetry

To start pushing CCSDS packets into Yamcs, run the included Python script:

python simulator.py

This script will send packets at 1 Hz over UDP to Yamcs. There is enough test data to run for a full calendar day.

The packets are a bit artificial and include a mixture of HK and accessory data.

Telecommanding

(not yet included in this example)

Bundling

Running through Maven is useful during development, but it is not recommended for production environments. Instead bundle up your Yamcs application in a tar.gz file:

mvn package

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/kkzi/yamcs_quickstart.git
git@gitee.com:kkzi/yamcs_quickstart.git
kkzi
yamcs_quickstart
yamcs_quickstart
master

搜索帮助