From b072b5440a8eefce13726657ee09c9afa496cadc Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 1 Dec 2023 13:57:52 +0100 Subject: [PATCH 1/3] website update: Add spacepackets --- fsfw.html | 128 ++++++++++++++++++++++++++++++++++++++++++++++ index.html | 77 +++------------------------- sat-rs.html | 4 +- spacepackets.html | 96 ++++++++++++++++++++++++++++++++++ 4 files changed, 233 insertions(+), 72 deletions(-) create mode 100644 fsfw.html create mode 100644 spacepackets.html diff --git a/fsfw.html b/fsfw.html new file mode 100644 index 0000000..7b15ae9 --- /dev/null +++ b/fsfw.html @@ -0,0 +1,128 @@ + + + + IRS Software Projects + + + + + + + +
+ +
+
+
+ +
+

+ The Flight Software Framework is a C++ Object Oriented Framework for + unmanned, automated systems like Satellites. It has flight heritage + through the 2 missions + FLP + and + EIVE. +

+ +

Documentation and Coverage

+ +

Repository

+
+

+ REPOSITORY +

+
+
+
+
+ + + diff --git a/index.html b/index.html index 0053f2f..5ad048d 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ + @@ -21,82 +22,16 @@
-
- -
-

- The Flight Software Framework is a C++ Object Oriented Framework for - unmanned, automated systems like Satellites. It has flight heritage - through the 2 missions - FLP - and - EIVE. -

- -

Documentation and Coverage

- -

Repository

-
-

- REPOSITORY -

-
+ This is a collection of open-source software projects maintained by the satellite + division of the Institute of Space Systems at the University of Stuttgart.
diff --git a/sat-rs.html b/sat-rs.html index 93e4087..910df07 100644 --- a/sat-rs.html +++ b/sat-rs.html @@ -18,8 +18,10 @@
diff --git a/spacepackets.html b/spacepackets.html new file mode 100644 index 0000000..bb5d627 --- /dev/null +++ b/spacepackets.html @@ -0,0 +1,96 @@ + + + + IRS Software Projects + + + + + + +
+ + +
+
+

+ These packages contains generic implementations for various CCSDS (Consultative + Committee for Space Data Systems) and ECSS (European Cooperation for Space + Standardization) packet standards. Currently, generic packets are provided for + Python and for Rust. +

+

Python

+ +

Rust

+

Repository

+ +

Documentation

+ +
+
+
+ + + -- 2.43.0 From 01125b0454c249ab9a12e7a141848a4102bbfb8f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 1 Dec 2023 13:59:51 +0100 Subject: [PATCH 2/3] typo fix --- spacepackets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacepackets.html b/spacepackets.html index bb5d627..6fd6dde 100644 --- a/spacepackets.html +++ b/spacepackets.html @@ -30,7 +30,7 @@

These packages contains generic implementations for various CCSDS (Consultative Committee for Space Data Systems) and ECSS (European Cooperation for Space - Standardization) packet standards. Currently, generic packets are provided for + Standardization) packet standards. Currently, these packages are provided for Python and for Rust.

Python

-- 2.43.0 From dd12bdce93392e9eb9168c724074bd5a142b5c6f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 1 Dec 2023 14:02:41 +0100 Subject: [PATCH 3/3] indentation --- fsfw.html | 4 +- index.html | 10 ++--- spacepackets.html | 102 ++++++++++++++++++++++++++++++---------------- 3 files changed, 71 insertions(+), 45 deletions(-) diff --git a/fsfw.html b/fsfw.html index 7b15ae9..e47a9ba 100644 --- a/fsfw.html +++ b/fsfw.html @@ -2,9 +2,7 @@ IRS Software Projects - - - + diff --git a/index.html b/index.html index 5ad048d..88c62db 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,8 @@ - IRS Software Projects - - - + @@ -30,8 +27,9 @@
- This is a collection of open-source software projects maintained by the satellite - division of the Institute of Space Systems at the University of Stuttgart. + This is a collection of open-source software projects maintained by + the satellite division of the Institute of Space Systems at the + University of Stuttgart.
diff --git a/spacepackets.html b/spacepackets.html index 6fd6dde..7fb53c4 100644 --- a/spacepackets.html +++ b/spacepackets.html @@ -2,8 +2,16 @@ IRS Software Projects - - + + @@ -28,50 +36,72 @@

- These packages contains generic implementations for various CCSDS (Consultative - Committee for Space Data Systems) and ECSS (European Cooperation for Space - Standardization) packet standards. Currently, these packages are provided for - Python and for Rust. + These packages contains generic implementations for various CCSDS + (Consultative Committee for Space Data Systems) and ECSS (European + Cooperation for Space Standardization) packet standards. Currently, + these packages are provided for Python and for Rust.

Python

Rust

-

Repository

-
-- 2.43.0