Skip to content

Commit

Permalink
small update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ElNiak committed Oct 23, 2023
1 parent 3fb83c3 commit f546659
Show file tree
Hide file tree
Showing 6 changed files with 41,562 additions and 11 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ Also add "tls_cert" to your trust certificate in your browser

- Why sometimes the deserializer do not take the full packet ?

- NS3

- Why removing the dcil and scil field ?

- VN: when the list no contain "Supported Version: Unknown (0x0a1a2a3a) (GREASE)"
Expand Down
Empty file added src/app/config.ini
Empty file.
4 changes: 4 additions & 0 deletions src/app/run_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import os

import configparser

class ExperimentRunner:
SOURCE_DIR = os.getcwd()
Expand All @@ -27,6 +28,9 @@ class ExperimentRunner:
COMPILE = False

def __init__(self):
config = configparser.ConfigParser()
config.read('config.ini')

# Set environment variables
for env_var in ENV_VAR:
os.environ[env_var] = ENV_VAR[env_var]
Expand Down
Loading

0 comments on commit f546659

Please sign in to comment.