CFDP destination handler #62

Merged
muellerr merged 49 commits from cfdp-state-machines into main 2023-09-21 18:47:07 +02:00

49 Commits

Author SHA1 Message Date
muellerr 520ee17551 some smaller fixes and tweaks
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-21 18:44:33 +02:00
muellerr ffcab9592e clippy fix
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-21 18:36:59 +02:00
muellerr 5ec2881f01 Merge branch 'main' into cfdp-state-machines
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-21 18:13:02 +02:00
muellerr ead708b1bb add empty source handler
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-10 21:11:44 +02:00
muellerr 3ec6590c23 I suppose that is a good start
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-10 21:04:02 +02:00
muellerr fc464d4078 ref the chapter in CFDP 2023-09-10 20:56:19 +02:00
muellerr 6c47efc244 wrote some docs 2023-09-10 20:53:12 +02:00
muellerr 609b3c11b1 better name
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-10 20:24:40 +02:00
muellerr 7aecc94fda addeed first remote config type 2023-09-10 20:24:19 +02:00
muellerr 2a72967c26 added segmented file transfer unittest
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-10 19:49:31 +02:00
muellerr b17b53abe3 Merge remote-tracking branch 'origin/main' into cfdp-state-machines
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-10 19:16:27 +02:00
muellerr e142215065 lets try this out 2023-09-06 21:56:12 +02:00
muellerr 73830afcb7 now the tests work concurrently
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-03 21:18:35 +02:00
muellerr 778f30ef1b somewhat obfuscate the filename
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-03 21:06:29 +02:00
muellerr 3f3a7e8efc cleaner file handling
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-03 21:05:18 +02:00
muellerr dca7449edd everything seems to work now
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-03 20:48:39 +02:00
muellerr 40c8c36af3 added eof creation
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-02 23:52:50 +02:00
muellerr 1a38de760a added TODO
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-09-01 19:02:21 +02:00
muellerr 309ceda5a5 added the full set of indication tests
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-01 19:01:28 +02:00
muellerr 8798a3457e added small file transfer unittest
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-01 18:36:04 +02:00
muellerr e9944d52cc Merge remote-tracking branch 'origin/main' into cfdp-state-machines
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-09-01 14:50:45 +02:00
muellerr 5009ada21b Merge remote-tracking branch 'origin/main' into cfdp-state-machines
Rust/sat-rs/pipeline/pr-main This commit looks good
2023-08-28 22:59:01 +02:00
muellerr afd9395cee phew
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-17 22:11:27 +02:00
muellerr 143b0869a4 crc dependency is mandatory
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-16 19:53:29 +02:00
muellerr a0f2d858ce feature gate destination module
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-16 19:51:26 +02:00
muellerr c664cdb332 start first test
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-16 19:47:40 +02:00
muellerr d2cdcf9c79 remove obsolete code
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-16 19:29:16 +02:00
muellerr eb85741684 this should get the job done
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-16 19:28:28 +02:00
muellerr a415cd8f6c use released version again
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-16 14:54:56 +02:00
muellerr 6fdaf02cc7 continued dest handler 2023-08-12 11:37:53 +02:00
muellerr 1bae0c30bb this might work better 2023-08-12 11:02:32 +02:00
muellerr c1252f949e fix all clippy warnings
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-11 13:56:33 +02:00
muellerr 7469be6b72 use space here
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-11 13:53:09 +02:00
muellerr 8a73a99f26 use the user handler for the first time
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-11 13:50:06 +02:00
muellerr f69035a868 introduce CFDP user
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-11 13:12:48 +02:00
muellerr 471a955bb1 rudimentary user trait
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-11 13:03:32 +02:00
muellerr beb80b2188 start adding CFDP user
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-11 12:44:24 +02:00
muellerr f3d862ac19 improved impl, added reset method for handler
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-11 12:17:41 +02:00
muellerr c8c18c54df now its getting tricky again
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-10 23:05:55 +02:00
muellerr 05391bbafe changes for spacepackets update
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-10 20:24:47 +02:00
muellerr 95a1295718 continue destination state machine
Rust/sat-rs/pipeline/head There was a failure building this commit
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2023-08-05 18:51:50 +02:00
muellerr f5c0b0f6bb continue dest handler
Rust/sat-rs/pipeline/head There was a failure building this commit
2023-07-26 23:50:09 +02:00
muellerr 0ea0f90b25 add transaction params struct 2023-07-26 23:33:54 +02:00
muellerr c0e1cb8bcf continue dest handler 2023-07-26 22:33:54 +02:00
muellerr 9bbd2cdad1 continue dest handler 2023-07-26 22:27:02 +02:00
muellerr 6c87ae0b67 continue dest handler
Rust/sat-rs/pipeline/head This commit looks good
2023-07-25 00:43:45 +02:00
muellerr 2213a25508 how to best do this..
Rust/sat-rs/pipeline/head This commit looks good
2023-07-22 18:46:12 +02:00
muellerr beebf00565 continue
Rust/sat-rs/pipeline/head This commit looks good
2023-07-21 21:36:21 +02:00
muellerr 0e2a413505 start adding CFDP state machines
Rust/sat-rs/pipeline/head There was a failure building this commit
2023-07-21 20:23:24 +02:00