From a4866218fcd304959b03082ef5fbc2ad10ca72ff Mon Sep 17 00:00:00 2001 From: valerio Date: Wed, 22 Mar 2023 17:07:08 +0100 Subject: [PATCH] renamed packets --- config/AstriHorn/AstriHornGeneric.json | 14 ++++++++++++++ config/AstriMA/{AstriMaS22.json => 22.json} | 0 2 files changed, 14 insertions(+) create mode 100644 config/AstriHorn/AstriHornGeneric.json rename config/AstriMA/{AstriMaS22.json => 22.json} (100%) diff --git a/config/AstriHorn/AstriHornGeneric.json b/config/AstriHorn/AstriHornGeneric.json new file mode 100644 index 0000000..f0faa4a --- /dev/null +++ b/config/AstriHorn/AstriHornGeneric.json @@ -0,0 +1,14 @@ +{ + "crc_flag": 1, + "TelescopeID": 7, + "Type": 4, + "Subtype": 4, + "SSC": 16, + "length": 16, + "DATASOURCE": { + "size": 8192, + "fields": { + "binary": 64 + } + } +} \ No newline at end of file diff --git a/config/AstriMA/AstriMaS22.json b/config/AstriMA/22.json similarity index 100% rename from config/AstriMA/AstriMaS22.json rename to config/AstriMA/22.json -- GitLab