From 0b954e22392c7d2a4625bb96ec25897bafb30f79 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 14 Jul 2021 00:31:43 +0200 Subject: [PATCH] config folder for json file --- .gitignore | 1 + tmtc/common_tmtc/config/tmtc_config.json | 6 ------ tmtc/config/__init__.py | 0 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 tmtc/common_tmtc/config/tmtc_config.json create mode 100644 tmtc/config/__init__.py diff --git a/.gitignore b/.gitignore index f960294..2f8342e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__ *.db venv /tmtc/bin +/tmtc/config/*.json /tmtc/lib /tmtc/lib64 /tmtc/pyvenv.cfg diff --git a/tmtc/common_tmtc/config/tmtc_config.json b/tmtc/common_tmtc/config/tmtc_config.json deleted file mode 100644 index 6c77d3c..0000000 --- a/tmtc/common_tmtc/config/tmtc_config.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "COM_IF_KEY": "udp", - "TCPIP_UDP_RECV_MAX_SIZE": 1500, - "TCPIP_UDP_DEST_IP_ADDRESS": "127.0.0.1", - "TCPIP_UDP_DEST_PORT": 7301 -} \ No newline at end of file diff --git a/tmtc/config/__init__.py b/tmtc/config/__init__.py new file mode 100644 index 0000000..e69de29