From 7ae4701e5f369205616b261aecbd09ddd2c5e281 Mon Sep 17 00:00:00 2001 From: lkoester Date: Wed, 18 Jan 2023 10:04:36 +0100 Subject: [PATCH] added stuff, preparing for change of packageids --- .../runConfigurations/Cross_Remote_Debug.xml | 10 + .idea/runConfigurations/Run.xml | 2 +- Cargo.lock | 265 +++++++++----- Cargo.toml | 10 +- pyclient/.gitignore | 6 + pyclient/main.py | 322 +++++++++++++++++ pyclient/requirements.txt | 1 + pyclient/tmtc_conf.json | 6 + src/can.rs | 241 ++++++++++-- src/can_ids.rs | 258 +++++++++++++ src/ccsds.rs | 14 +- src/device_handler.rs | 37 ++ src/example_main.rs | 243 +++++++++++++ src/hk.rs | 16 + src/lib.rs | 48 ++- src/logger.rs | 22 ++ src/main.rs | 342 ++++++++++++------ src/pus.rs | 151 ++++++-- src/requests.rs | 10 + src/tmtc.rs | 210 +++++++++-- 20 files changed, 1907 insertions(+), 307 deletions(-) create mode 100644 .idea/runConfigurations/Cross_Remote_Debug.xml create mode 100644 pyclient/.gitignore create mode 100644 pyclient/main.py create mode 100644 pyclient/requirements.txt create mode 100644 pyclient/tmtc_conf.json create mode 100644 src/can_ids.rs create mode 100644 src/device_handler.rs create mode 100644 src/example_main.rs create mode 100644 src/hk.rs create mode 100644 src/logger.rs create mode 100644 src/requests.rs diff --git a/.idea/runConfigurations/Cross_Remote_Debug.xml b/.idea/runConfigurations/Cross_Remote_Debug.xml new file mode 100644 index 0000000..f04441e --- /dev/null +++ b/.idea/runConfigurations/Cross_Remote_Debug.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run.xml b/.idea/runConfigurations/Run.xml index fb73350..91993a3 100644 --- a/.idea/runConfigurations/Run.xml +++ b/.idea/runConfigurations/Run.xml @@ -3,7 +3,7 @@