CFDP initial packet support #14

Merged
muellerr merged 49 commits from cfdp_first_support into main 2023-07-02 17:31:17 +02:00
Owner
No description provided.
muellerr added 2 commits 2023-04-18 11:13:05 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
0304f132e3
add cfdp mod
Rust/spacepackets/pipeline/head This commit looks good Details
3457b3a8f9
add first definitions
muellerr added 1 commit 2023-05-14 16:55:16 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
4bbf38916a
completed base definitions
muellerr added 1 commit 2023-05-14 20:10:22 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
d2f944580c
thats a lot
muellerr added 1 commit 2023-05-14 20:11:19 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
8d15091b42
added more to changelog
muellerr added 4 commits 2023-05-15 09:40:49 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
a67718cff2
bugfix
muellerr added 3 commits 2023-05-18 13:32:47 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
d5a3e7c0d4
PDU header base impl done
muellerr added 2 commits 2023-05-18 16:34:41 +02:00
Rust/spacepackets/pipeline/head There was a failure building this commit Details
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
b37d932e4f
TLV and TV abstractions complete
muellerr added 1 commit 2023-05-18 20:37:40 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
9a9694981a
start adding LV tests
muellerr added 1 commit 2023-05-19 00:42:34 +02:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
f6e309d2ee
docs and stuff
muellerr added 1 commit 2023-05-21 20:30:30 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
e343faa1c5
clippy fixes
muellerr added 1 commit 2023-05-28 23:50:37 +02:00
Rust/spacepackets/pipeline/head There was a failure building this commit Details
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
6865898102
add first test
muellerr added 3 commits 2023-05-29 15:16:36 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
bf4e841499
added correct PDU datafield length handling
muellerr added 2 commits 2023-05-30 00:25:37 +02:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
9d758cce45
first basic fd PDU impl
muellerr added 1 commit 2023-05-30 08:33:27 +02:00
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
Rust/spacepackets/pipeline/head There was a failure building this commit Details
44223c1c0f
add file data test harness
muellerr added 1 commit 2023-05-30 11:09:42 +02:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
5c3c9a9bde
add test run config
muellerr added 1 commit 2023-05-30 15:36:03 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
81eb8e7887
continue file data PDU
muellerr added 1 commit 2023-05-30 17:39:36 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
0ad8dd6eef
add test with segment metadata
muellerr added 2 commits 2023-05-30 19:35:59 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
bb1ecb29b6
fmt and clippy
muellerr added 1 commit 2023-06-06 08:59:34 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
0b714b7426
start EOF
muellerr added 1 commit 2023-06-07 09:55:13 +02:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
912c03b5c7
base line EOF model
muellerr added 1 commit 2023-06-08 16:51:24 +02:00
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
Rust/spacepackets/pipeline/head There was a failure building this commit Details
ab5c28d304
finish PDU
muellerr added 2 commits 2023-06-08 19:25:21 +02:00
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
Rust/spacepackets/pipeline/head There was a failure building this commit Details
bce16a6018
Merge branch 'cfdp_first_support' of https://egit.irs.uni-stuttgart.de/rust/spacepackets into cfdp_first_support
muellerr added 1 commit 2023-06-08 20:51:53 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
006bc39ff6
finished basic EOF unittests
muellerr added 1 commit 2023-06-08 20:55:50 +02:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
eb6bc4b8a8
added some basic API for finished PDU
muellerr changed title from WIP: CFDP initial packet support to CFDP initial packet support 2023-06-12 12:53:59 +02:00
muellerr added 5 commits 2023-06-12 13:01:08 +02:00
muellerr added 1 commit 2023-06-12 14:26:39 +02:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
99dbf9dc85
finished basic FS request impl
muellerr added 1 commit 2023-06-12 15:52:09 +02:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
d9028d21da
start adding tests
muellerr added 1 commit 2023-06-12 16:04:30 +02:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
0e87039010
added first basic state test
muellerr added 1 commit 2023-06-12 16:19:20 +02:00
Rust/spacepackets/pipeline/pr-main This commit looks good Details
Rust/spacepackets/pipeline/head This commit looks good Details
3727e7e668
added more FS request tests
muellerr added 1 commit 2023-07-02 17:18:58 +02:00
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
Rust/spacepackets/pipeline/head There was a failure building this commit Details
a313a784ff
finish FS request unittests
muellerr added 1 commit 2023-07-02 17:21:00 +02:00
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
Rust/spacepackets/pipeline/head There was a failure building this commit Details
ad64957342
some documentation
muellerr added 1 commit 2023-07-02 17:22:10 +02:00
Rust/spacepackets/pipeline/head There was a failure building this commit Details
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
188651c4a4
typos
muellerr added 1 commit 2023-07-02 17:25:19 +02:00
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details
ae8fb8ee14
core compatibility fix
muellerr merged commit 1ddfc432f3 into main 2023-07-02 17:31:17 +02:00
muellerr deleted branch cfdp_first_support 2023-07-02 17:31:17 +02:00
muellerr added this to the v0.6.0 milestone 2023-07-10 10:29:09 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rust/spacepackets#14
No description provided.