generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
dad014f
commit ba65db7
Showing
2 changed files
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Communication | ||
|
||
## 概要 | ||
通信関連,ネットワーク関連などをまとめる. | ||
|
||
## C2A 内部を流れるパケットについて | ||
C2A 内部を流れるパケットは以下の 3 つである. | ||
- `CommoTlmnCmdPacet` | ||
- CTCP | ||
- テレコマを区別しないパケット | ||
- CCSDS で規定される Space Packet に相当する | ||
- `CommonTlmPacet` | ||
- CTP | ||
- CTCP のうち,テレメトリパケットに限定したもの | ||
- `CommonCmdPacet` | ||
- CCP | ||
- CTCP のうち,コマンドパケットに限定したもの | ||
|
||
これらのパケットは,すべてユーザー定義であるが, C2A 標準を,ここ (TBA) で定義する. | ||
基本的にはこれを用いることを想定している. | ||
|
||
FIXME: 2022/01/24現在 | ||
現在, CTCP 大改修中 (https://github.com/ut-issl/c2a-core/issues/205) であり,現時点では,すべてのパケットの実体は TCP である. | ||
近いうちに整備される予定. | ||
|
||
## C2A 標準 Space Packet 定義 | ||
TBA | ||
|
||
## CCSDS 準拠状況 | ||
TBA |
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