diff --git a/opcua-expoter/.gitignore b/opcua-exporter/.gitignore similarity index 100% rename from opcua-expoter/.gitignore rename to opcua-exporter/.gitignore diff --git a/opcua-expoter/CMakeLists.txt b/opcua-exporter/CMakeLists.txt similarity index 100% rename from opcua-expoter/CMakeLists.txt rename to opcua-exporter/CMakeLists.txt diff --git a/opcua-expoter/Dockerfile b/opcua-exporter/Dockerfile similarity index 100% rename from opcua-expoter/Dockerfile rename to opcua-exporter/Dockerfile diff --git a/opcua-expoter/client/client.cpp b/opcua-exporter/client/client.cpp similarity index 100% rename from opcua-expoter/client/client.cpp rename to opcua-exporter/client/client.cpp diff --git a/opcua-expoter/client/client.h b/opcua-exporter/client/client.h similarity index 100% rename from opcua-expoter/client/client.h rename to opcua-exporter/client/client.h diff --git a/opcua-expoter/cmake/civetweb-config.cmake b/opcua-exporter/cmake/civetweb-config.cmake similarity index 100% rename from opcua-expoter/cmake/civetweb-config.cmake rename to opcua-exporter/cmake/civetweb-config.cmake diff --git a/opcua-expoter/collector/collector.cpp b/opcua-exporter/collector/collector.cpp similarity index 100% rename from opcua-expoter/collector/collector.cpp rename to opcua-exporter/collector/collector.cpp diff --git a/opcua-expoter/collector/collector.h b/opcua-exporter/collector/collector.h similarity index 100% rename from opcua-expoter/collector/collector.h rename to opcua-exporter/collector/collector.h diff --git a/opcua-expoter/fault-simulation-algorithm/.gitignore b/opcua-exporter/fault-simulation-algorithm/.gitignore similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/.gitignore rename to opcua-exporter/fault-simulation-algorithm/.gitignore diff --git a/opcua-expoter/fault-simulation-algorithm/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/include/algorithm.hpp b/opcua-exporter/fault-simulation-algorithm/include/algorithm.hpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/include/algorithm.hpp rename to opcua-exporter/fault-simulation-algorithm/include/algorithm.hpp diff --git a/opcua-expoter/fault-simulation-algorithm/periodic_interference/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/periodic_interference/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/periodic_interference/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/periodic_interference/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/periodic_interference/main.cpp b/opcua-exporter/fault-simulation-algorithm/periodic_interference/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/periodic_interference/main.cpp rename to opcua-exporter/fault-simulation-algorithm/periodic_interference/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/periodic_interference/periodic_interference.cpp b/opcua-exporter/fault-simulation-algorithm/periodic_interference/periodic_interference.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/periodic_interference/periodic_interference.cpp rename to opcua-exporter/fault-simulation-algorithm/periodic_interference/periodic_interference.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/periodic_interference/periodic_interference.h b/opcua-exporter/fault-simulation-algorithm/periodic_interference/periodic_interference.h similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/periodic_interference/periodic_interference.h rename to opcua-exporter/fault-simulation-algorithm/periodic_interference/periodic_interference.h diff --git a/opcua-expoter/fault-simulation-algorithm/simulation-manager/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/simulation-manager/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/simulation-manager/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/simulation-manager/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/simulation-manager/algorithm_wrap.hpp b/opcua-exporter/fault-simulation-algorithm/simulation-manager/algorithm_wrap.hpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/simulation-manager/algorithm_wrap.hpp rename to opcua-exporter/fault-simulation-algorithm/simulation-manager/algorithm_wrap.hpp diff --git a/opcua-expoter/fault-simulation-algorithm/simulation-manager/main.cpp b/opcua-exporter/fault-simulation-algorithm/simulation-manager/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/simulation-manager/main.cpp rename to opcua-exporter/fault-simulation-algorithm/simulation-manager/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/simulation-manager/simulation_manager.hpp b/opcua-exporter/fault-simulation-algorithm/simulation-manager/simulation_manager.hpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/simulation-manager/simulation_manager.hpp rename to opcua-exporter/fault-simulation-algorithm/simulation-manager/simulation_manager.hpp diff --git a/opcua-expoter/fault-simulation-algorithm/step/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/step/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/step/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/step/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/step/main.cpp b/opcua-exporter/fault-simulation-algorithm/step/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/step/main.cpp rename to opcua-exporter/fault-simulation-algorithm/step/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/step/step.cpp b/opcua-exporter/fault-simulation-algorithm/step/step.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/step/step.cpp rename to opcua-exporter/fault-simulation-algorithm/step/step.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/step/step.h b/opcua-exporter/fault-simulation-algorithm/step/step.h similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/step/step.h rename to opcua-exporter/fault-simulation-algorithm/step/step.h diff --git a/opcua-expoter/fault-simulation-algorithm/temperature-drift/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/temperature-drift/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/temperature-drift/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/temperature-drift/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/temperature-drift/main.cpp b/opcua-exporter/fault-simulation-algorithm/temperature-drift/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/temperature-drift/main.cpp rename to opcua-exporter/fault-simulation-algorithm/temperature-drift/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/temperature-drift/temperature_drift.cpp b/opcua-exporter/fault-simulation-algorithm/temperature-drift/temperature_drift.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/temperature-drift/temperature_drift.cpp rename to opcua-exporter/fault-simulation-algorithm/temperature-drift/temperature_drift.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/temperature-drift/temperature_drift.h b/opcua-exporter/fault-simulation-algorithm/temperature-drift/temperature_drift.h similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/temperature-drift/temperature_drift.h rename to opcua-exporter/fault-simulation-algorithm/temperature-drift/temperature_drift.h diff --git a/opcua-expoter/fault-simulation-algorithm/white_noise/CMakeLists.txt b/opcua-exporter/fault-simulation-algorithm/white_noise/CMakeLists.txt similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/white_noise/CMakeLists.txt rename to opcua-exporter/fault-simulation-algorithm/white_noise/CMakeLists.txt diff --git a/opcua-expoter/fault-simulation-algorithm/white_noise/main.cpp b/opcua-exporter/fault-simulation-algorithm/white_noise/main.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/white_noise/main.cpp rename to opcua-exporter/fault-simulation-algorithm/white_noise/main.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/white_noise/white_noise.cpp b/opcua-exporter/fault-simulation-algorithm/white_noise/white_noise.cpp similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/white_noise/white_noise.cpp rename to opcua-exporter/fault-simulation-algorithm/white_noise/white_noise.cpp diff --git a/opcua-expoter/fault-simulation-algorithm/white_noise/white_noise.h b/opcua-exporter/fault-simulation-algorithm/white_noise/white_noise.h similarity index 100% rename from opcua-expoter/fault-simulation-algorithm/white_noise/white_noise.h rename to opcua-exporter/fault-simulation-algorithm/white_noise/white_noise.h diff --git a/opcua-expoter/main.cpp b/opcua-exporter/main.cpp similarity index 100% rename from opcua-expoter/main.cpp rename to opcua-exporter/main.cpp diff --git a/opcua-expoter/new_opcua.yaml b/opcua-exporter/new_opcua.yaml similarity index 100% rename from opcua-expoter/new_opcua.yaml rename to opcua-exporter/new_opcua.yaml diff --git a/opcua-expoter/opcua.yaml b/opcua-exporter/opcua.yaml similarity index 100% rename from opcua-expoter/opcua.yaml rename to opcua-exporter/opcua.yaml diff --git a/opcua-expoter/opcua.yml b/opcua-exporter/opcua.yml similarity index 100% rename from opcua-expoter/opcua.yml rename to opcua-exporter/opcua.yml diff --git a/opcua-expoter/opcua_fake.yaml b/opcua-exporter/opcua_fake.yaml similarity index 100% rename from opcua-expoter/opcua_fake.yaml rename to opcua-exporter/opcua_fake.yaml diff --git a/opcua-expoter/vcpkg.json b/opcua-exporter/vcpkg.json similarity index 100% rename from opcua-expoter/vcpkg.json rename to opcua-exporter/vcpkg.json