diff --git a/src/opticalcontroller/OpticalController.py b/src/opticalcontroller/OpticalController.py
index 9168fe21f5464d5542d10f97c93195544ebf8571..97e097c8a94382b71903b4a57ab66382beec5eb2 100644
--- a/src/opticalcontroller/OpticalController.py
+++ b/src/opticalcontroller/OpticalController.py
@@ -352,7 +352,7 @@ class GetTopology(Resource):
 
             rsa = RSA(node_dict, links_dict)
             if debug:
-                print(rsa.init_link_slots2(testing))
+                print(rsa.init_link_slots2())
             return "ok", 200
         except Exception as e:
             print(f"err {e}")
diff --git a/src/opticalcontroller/RSA.py b/src/opticalcontroller/RSA.py
index 75f12a623cc2b8dc033a40e61aad0bd658a5949f..61a74edbecc2ac635398ee8482800514295e9473 100644
--- a/src/opticalcontroller/RSA.py
+++ b/src/opticalcontroller/RSA.py
@@ -32,7 +32,7 @@ class RSA():
         self.s_slot_number = 0
         self.optical_bands = {}
 
-    def init_link_slots(self, testing):
+    def init_link_slots(self):
         if full_links:
             for l in self.links_dict["optical_links"]:
                 for fib in l["optical_link"]["details"]["fibers"]:
@@ -58,7 +58,7 @@ class RSA():
             break
         return "{},{},{}".format(self.c_slot_number, self.l_slot_number, self.s_slot_number)
 
-    def init_link_slots2(self, testing):
+    def init_link_slots2(self):
         if full_links:
             for l in self.links_dict["optical_links"]:
                 fib = l["optical_details"]
diff --git a/src/opticalcontroller/json_files/nodes.json b/src/opticalcontroller/json_files/nodes.json
deleted file mode 100644
index 51f19448e745daa75e3f5b426bb039a841c68352..0000000000000000000000000000000000000000
--- a/src/opticalcontroller/json_files/nodes.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
-    "R1":{
-        "id":0,
-        "ip":"10.30.2.207",
-        "port":"50001",
-        "type":"OC-ROADM",
-        "driver": "OpticalOC"
-    },
-
-    "R2":{
-        "id":1,
-        "ip":"10.30.2.208",
-        "port":"50001",
-        "type":"OC-ROADM",
-        "driver": "OpticalOC"
-    },
-
-    "R3":{
-        "id":2,
-        "ip":"10.30.2.209",
-        "port":"50001",
-        "type":"OC-ROADM",
-        "driver": "OpticalOC"
-    },
-    "T1.1":{
-        "id":3,
-        "ip":"10.30.2.210",
-        "port":"50001",
-        "type":"OC-TP",
-        "driver": "OpticalOC"
-    },
-    "T1.2":{
-        "id":3,
-        "ip":"10.30.2.210",
-        "port":"50001",
-        "type":"OC-TP",
-        "driver": "OpticalOC"
-    },
-    "T1.3":{
-        "id":3,
-        "ip":"10.30.2.210",
-        "port":"50001",
-        "type":"OC-TP",
-        "driver": "OpticalOC"
-    },
-    "T2.1":{
-        "id":4,
-        "ip":"10.30.2.211",
-        "port":"50001",
-        "type":"OC-TP",
-        "driver": "OpticalOC"
-    },
-    "T2.2":{
-        "id":4,
-        "ip":"10.30.2.211",
-        "port":"50001",
-        "type":"OC-TP",
-        "driver": "OpticalOC"
-    },
-    "T2.3":{
-        "id":4,
-        "ip":"10.30.2.211",
-        "port":"50001",
-        "type":"OC-TP",
-        "driver": "OpticalOC"
-    }
-}
diff --git a/src/opticalcontroller/json_files/optical_TFSworking.json b/src/opticalcontroller/json_files/optical_TFSworking.json
deleted file mode 100644
index ff1841eeea9df1e73bcfb25d07f19d64554f11e1..0000000000000000000000000000000000000000
--- a/src/opticalcontroller/json_files/optical_TFSworking.json
+++ /dev/null
@@ -1,486 +0,0 @@
-{
-  "R1-R2": {
-    "length": 80,
-    "source": "d1",
-    "target": "d1",
-    "fibers": {
-      "d1-1": {
-        "length": 80,
-        "src_port": "3",
-        "dst_port": "14",
-        "local_peer_port": "13",
-        "remote_peer_port": "4",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R2-R1": {
-    "length": 80,
-    "source": "d1",
-    "target": "d1",
-    "fibers": {
-      "d1-1": {
-        "length": 80,
-        "src_port": "4",
-        "dst_port": "13",
-        "local_peer_port": "14",
-        "remote_peer_port": "3",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "T1-R1": {
-    "length": 0,
-    "source": "muxT",
-    "target": "srgR",
-    "fibers": {
-      "M1": {
-        "length": 0,
-        "src_port": "1",
-        "dst_port": "12",
-        "local_peer_port": "1",
-        "remote_peer_port": "2",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R1-T1": {
-    "length": 0,
-    "source": "srgT",
-    "target": "muxR",
-    "fibers": {
-      "S1": {
-        "length": 0,
-        "src_port": "2",
-        "dst_port": "1",
-        "local_peer_port": "12",
-        "remote_peer_port": "1",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "T2-R2": {
-    "length": 0,
-    "source": "muxT",
-    "target": "srgR",
-    "fibers": {
-      "M1": {
-        "length": 0,
-        "src_port": "6",
-        "dst_port": "15",
-        "local_peer_port": "6",
-        "remote_peer_port": "5",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R2-T2": {
-    "length": 0,
-    "source": "srgT",
-    "target": "muxR",
-    "fibers": {
-      "S1": {
-        "length": 0,
-        "src_port": "5",
-        "dst_port": "6",
-        "local_peer_port": "15",
-        "remote_peer_port": "6",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  }
-}
diff --git a/src/opticalcontroller/json_files/optical_topoTFS.json b/src/opticalcontroller/json_files/optical_topoTFS.json
deleted file mode 100644
index 7dea474cd676b7c699cffc1c180e14598b987473..0000000000000000000000000000000000000000
--- a/src/opticalcontroller/json_files/optical_topoTFS.json
+++ /dev/null
@@ -1,1836 +0,0 @@
-{
-  "R1-R2": {
-    "length": 80,
-    "source": "d1",
-    "target": "d1",
-    "fibers": {
-      "d1-1": {
-        "length": 80,
-        "src_port": "101",
-        "dst_port": "201",
-        "local_peer_port": "201",
-        "remote_peer_port": "101",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d1-2": {
-        "length": 80,
-        "src_port": "102",
-        "dst_port": "202",
-        "local_peer_port": "202",
-        "remote_peer_port": "102",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R2-R1": {
-    "length": 80,
-    "source": "d1",
-    "target": "d1",
-    "fibers": {
-      "d1-1": {
-        "length": 80,
-        "src_port": "101",
-        "dst_port": "201",
-        "local_peer_port": "201",
-        "remote_peer_port": "101",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d1-2": {
-        "length": 80,
-        "src_port": "102",
-        "dst_port": "202",
-        "local_peer_port": "202",
-        "remote_peer_port": "102",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R1-R3": {
-    "length": 80,
-    "source": "d2",
-    "target": "d1",
-    "fibers": {
-      "d2-1": {
-        "length": 80,
-        "src_port": "103",
-        "dst_port": "201",
-        "local_peer_port": "203",
-        "remote_peer_port": "101",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d2-2": {
-        "length": 80,
-        "src_port": "104",
-        "dst_port": "202",
-        "local_peer_port": "204",
-        "remote_peer_port": "102",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R3-R1": {
-    "length": 80,
-    "source": "d1",
-    "target": "d2",
-    "fibers": {
-      "d1-1": {
-        "length": 80,
-        "src_port": "101",
-        "dst_port": "203",
-        "local_peer_port": "201",
-        "remote_peer_port": "103",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d1-2": {
-        "length": 80,
-        "src_port": "102",
-        "dst_port": "204",
-        "local_peer_port": "202",
-        "remote_peer_port": "104",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R2-R3": {
-    "length": 80,
-    "source": "d2",
-    "target": "d2",
-    "fibers": {
-      "d2-1": {
-        "length": 80,
-        "src_port": "103",
-        "dst_port": "203",
-        "local_peer_port": "203",
-        "remote_peer_port": "103",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d2-2": {
-        "length": 80,
-        "src_port": "104",
-        "dst_port": "204",
-        "local_peer_port": "204",
-        "remote_peer_port": "104",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R3-R2": {
-    "length": 80,
-    "source": "d2",
-    "target": "d2",
-    "fibers": {
-      "d2-1": {
-        "length": 80,
-        "src_port": "103",
-        "dst_port": "203",
-        "local_peer_port": "203",
-        "remote_peer_port": "103",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d2-2": {
-        "length": 80,
-        "src_port": "104",
-        "dst_port": "204",
-        "local_peer_port": "204",
-        "remote_peer_port": "104",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "T1-R1": {
-    "length": 0,
-    "source": "muxT",
-    "target": "srgR",
-    "fibers": {
-      "M1": {
-        "length": 0,
-        "src_port": "1",
-        "dst_port": "2001",
-        "local_peer_port": "1",
-        "remote_peer_port": "1001",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "M2": {
-        "length": 0,
-        "src_port": "2",
-        "dst_port": "2002",
-        "local_peer_port": "2",
-        "remote_peer_port": "1002",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "M3": {
-        "length": 0,
-        "src_port": "3",
-        "dst_port": "2003",
-        "local_peer_port": "3",
-        "remote_peer_port": "1003",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R1-T1": {
-    "length": 0,
-    "source": "srgT",
-    "target": "muxR",
-    "fibers": {
-      "S1": {
-        "length": 0,
-        "src_port": "1001",
-        "dst_port": "1",
-        "local_peer_port": "2001",
-        "remote_peer_port": "1",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "S2": {
-        "length": 0,
-        "src_port": "1002",
-        "dst_port": "2",
-        "local_peer_port": "2002",
-        "remote_peer_port": "2",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "S3": {
-        "length": 0,
-        "src_port": "1003",
-        "dst_port": "3",
-        "local_peer_port": "2003",
-        "remote_peer_port": "3",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "T2-R2": {
-    "length": 0,
-    "source": "muxT",
-    "target": "srgR",
-    "fibers": {
-      "M1": {
-        "length": 0,
-        "src_port": "1",
-        "dst_port": "2001",
-        "local_peer_port": "1",
-        "remote_peer_port": "1001",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "M2": {
-        "length": 0,
-        "src_port": "2",
-        "dst_port": "2002",
-        "local_peer_port": "2",
-        "remote_peer_port": "1002",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "M3": {
-        "length": 0,
-        "src_port": "3",
-        "dst_port": "2003",
-        "local_peer_port": "3",
-        "remote_peer_port": "1003",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R2-T2": {
-    "length": 0,
-    "source": "srgT",
-    "target": "muxR",
-    "fibers": {
-      "S1": {
-        "length": 0,
-        "src_port": "1001",
-        "dst_port": "1",
-        "local_peer_port": "2001",
-        "remote_peer_port": "1",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "S2": {
-        "length": 0,
-        "src_port": "1002",
-        "dst_port": "2",
-        "local_peer_port": "2002",
-        "remote_peer_port": "2",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "S3": {
-        "length": 0,
-        "src_port": "1003",
-        "dst_port": "3",
-        "local_peer_port": "2003",
-        "remote_peer_port": "3",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  }
-}
diff --git a/src/opticalcontroller/json_files/tfs.json b/src/opticalcontroller/json_files/tfs.json
deleted file mode 100644
index 46ee3da951fb7a68ef92722c1770fc89032d419b..0000000000000000000000000000000000000000
--- a/src/opticalcontroller/json_files/tfs.json
+++ /dev/null
@@ -1,1458 +0,0 @@
-{
-	"links": [
-		{
-			"name": "T1.1-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T1.1->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "12"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "12",
-				"local_peer_port": "1",
-				"remote_peer_port": "2",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "T1.2-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T1.2->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "13"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "13",
-				"local_peer_port": "1",
-				"remote_peer_port": "3",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "T1.3-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T1.3->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "14"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "14",
-				"local_peer_port": "1",
-				"remote_peer_port": "4",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "R1-T1.1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T1.1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "2"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "2",
-				"dst_port": "1",
-				"local_peer_port": "12",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "R1-T1.2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T1.2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "3"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "3",
-				"dst_port": "1",
-				"local_peer_port": "13",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "R1-T1.3",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T1.3"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "4"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "4",
-				"dst_port": "1",
-				"local_peer_port": "14",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "R1-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "101"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "201"
-					}
-				}
-			],
-            "optical_details": {
-				"length": 0,
-				"src_port": "101",
-				"dst_port": "201",
-				"local_peer_port": "201",
-				"remote_peer_port": "101",
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "R2-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R2->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "101"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "201"
-					}
-				}
-			],
-            "optical_details": {
-				"length": 0,
-				"src_port": "101",
-				"dst_port": "201",
-				"local_peer_port": "201",
-				"remote_peer_port": "101",
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "T2.1-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T2.1->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "12"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "12",
-				"local_peer_port": "1",
-				"remote_peer_port": "2",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "T2.2-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T2.2->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "13"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "13",
-				"local_peer_port": "1",
-				"remote_peer_port": "3",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "T2.3-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T2.3->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "14"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "14",
-				"local_peer_port": "1",
-				"remote_peer_port": "4",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "R2-T2.1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R2->T2.1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "2"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "2",
-				"dst_port": "1",
-				"local_peer_port": "12",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "R2-T2.2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T2.2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "3"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "3",
-				"dst_port": "1",
-				"local_peer_port": "13",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		},
-		{
-			"name": "R2-T2.3",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R2->T2.3"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "4"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "4",
-				"dst_port": "1",
-				"local_peer_port": "14",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": [
-					1,
-					2,
-					3,
-					4,
-					5,
-					6,
-					7,
-					8,
-					9,
-					10,
-					11,
-					12,
-					13,
-					14,
-					15,
-					16,
-					17,
-					18,
-					19,
-					20
-				],
-				"l_slots": [
-					101,
-					102,
-					103,
-					104,
-					105,
-					106,
-					107,
-					108,
-					109,
-					110,
-					111,
-					112,
-					113,
-					114,
-					115,
-					116,
-					117,
-					118,
-					119,
-					120
-				],
-				"s_slots": [
-					501,
-					502,
-					503,
-					504,
-					505,
-					506,
-					507,
-					508,
-					509,
-					510,
-					511,
-					512,
-					513,
-					514,
-					515,
-					516,
-					517,
-					518,
-					519,
-					520
-				]
-			}
-		}
-	]
-}
\ No newline at end of file
diff --git a/src/opticalcontroller/json_files/tfs_dict.json b/src/opticalcontroller/json_files/tfs_dict.json
deleted file mode 100644
index de7ec97fb911815aadb7fb6fb9a1848a0624ccb9..0000000000000000000000000000000000000000
--- a/src/opticalcontroller/json_files/tfs_dict.json
+++ /dev/null
@@ -1,1458 +0,0 @@
-{
-	"optical_links": [
-		{
-			"name": "T1.1-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T1.1->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "12"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "12",
-				"local_peer_port": "1",
-				"remote_peer_port": "2",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T1.2-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T1.2->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "13"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "13",
-				"local_peer_port": "1",
-				"remote_peer_port": "3",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T1.3-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T1.3->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "14"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "14",
-				"local_peer_port": "1",
-				"remote_peer_port": "4",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R1-T1.1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T1.1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "2"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "2",
-				"dst_port": "1",
-				"local_peer_port": "12",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R1-T1.2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T1.2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "3"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "3",
-				"dst_port": "1",
-				"local_peer_port": "13",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R1-T1.3",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T1.3"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "4"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "4",
-				"dst_port": "1",
-				"local_peer_port": "14",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R1-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "101"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "201"
-					}
-				}
-			],
-            "optical_details": {
-				"length": 0,
-				"src_port": "101",
-				"dst_port": "201",
-				"local_peer_port": "201",
-				"remote_peer_port": "101",
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R2-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R2->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "101"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "201"
-					}
-				}
-			],
-            "optical_details": {
-				"length": 0,
-				"src_port": "101",
-				"dst_port": "201",
-				"local_peer_port": "201",
-				"remote_peer_port": "101",
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T2.1-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T2.1->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "12"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "12",
-				"local_peer_port": "1",
-				"remote_peer_port": "2",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T2.2-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T2.2->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "13"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "13",
-				"local_peer_port": "1",
-				"remote_peer_port": "3",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T2.3-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T2.3->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "14"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "14",
-				"local_peer_port": "1",
-				"remote_peer_port": "4",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R2-T2.1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R2->T2.1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "2"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "2",
-				"dst_port": "1",
-				"local_peer_port": "12",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R2-T2.2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T2.2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "3"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "3",
-				"dst_port": "1",
-				"local_peer_port": "13",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R2-T2.3",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R2->T2.3"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "4"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "4",
-				"dst_port": "1",
-				"local_peer_port": "14",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		}
-	]
-}
\ No newline at end of file
diff --git a/src/opticalcontroller/json_files/tfs_dict_modified.json b/src/opticalcontroller/json_files/tfs_dict_modified.json
deleted file mode 100644
index 80176b067850732aba3abe0282362cf4e5395695..0000000000000000000000000000000000000000
--- a/src/opticalcontroller/json_files/tfs_dict_modified.json
+++ /dev/null
@@ -1,1458 +0,0 @@
-{
-	"optical_links": [
-		{
-			"name": "T1.1-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T1.1->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "12"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "12",
-				"local_peer_port": "1",
-				"remote_peer_port": "2",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T1.2-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T1.2->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "13"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "13",
-				"local_peer_port": "1",
-				"remote_peer_port": "3",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T1.3-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T1.3->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "14"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "1",
-				"dst_port": "14",
-				"local_peer_port": "1",
-				"remote_peer_port": "4",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R1-T1.1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T1.1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "2"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "2",
-				"dst_port": "1",
-				"local_peer_port": "12",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R1-T1.2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T1.2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "3"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "3",
-				"dst_port": "1",
-				"local_peer_port": "13",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R1-T1.3",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T1.3"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "4"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T1.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "1"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "4",
-				"dst_port": "1",
-				"local_peer_port": "14",
-				"remote_peer_port": "1",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R1-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "101"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "111"
-					}
-				}
-			],
-            "optical_details": {
-				"length": 0,
-				"src_port": "101",
-				"dst_port": "111",
-				"local_peer_port": "111",
-				"remote_peer_port": "101",
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R2-R1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R2->R1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "101"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "111"
-					}
-				}
-			],
-            "optical_details": {
-				"length": 0,
-				"src_port": "101",
-				"dst_port": "111",
-				"local_peer_port": "111",
-				"remote_peer_port": "101",
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T2.1-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T2.1->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "6"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "12"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "6",
-				"dst_port": "12",
-				"local_peer_port": "6",
-				"remote_peer_port": "2",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T2.2-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T2.2->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "6"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "13"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "6",
-				"dst_port": "13",
-				"local_peer_port": "6",
-				"remote_peer_port": "3",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "T2.3-R2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "T2.3->R2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "6"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "14"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "6",
-				"dst_port": "14",
-				"local_peer_port": "6",
-				"remote_peer_port": "4",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R2-T2.1",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R2->T2.1"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "2"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.1"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "6"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "2",
-				"dst_port": "6",
-				"local_peer_port": "12",
-				"remote_peer_port": "6",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R2-T2.2",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R1->T2.2"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "3"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "6"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "3",
-				"dst_port": "6",
-				"local_peer_port": "13",
-				"remote_peer_port": "6",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		},
-		{
-			"name": "R2-T2.3",
-			"link_id": {
-				"link_uuid": {
-					"uuid": "R2->T2.3"
-				}
-			},
-			"link_endpoint_ids": [
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "R2"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "4"
-					}
-				},
-				{
-					"device_id": {
-						"device_uuid": {
-							"uuid": "T2.3"
-						}
-					},
-					"endpoint_uuid": {
-						"uuid": "6"
-					}
-				}
-			],
-			"optical_details": {
-				"length": 0,
-				"src_port": "4",
-				"dst_port": "6",
-				"local_peer_port": "14",
-				"remote_peer_port": "6",
-				"used": false,
-				"c_slots": {
-					"1": 1,
-					"2": 1,
-					"3": 1,
-					"4": 1,
-					"5": 1,
-					"6": 1,
-					"7": 1,
-					"8": 1,
-					"9": 1,
-					"10": 1,
-					"11": 1,
-					"12": 1,
-					"13": 1,
-					"14": 1,
-					"15": 1,
-					"16": 1,
-					"17": 1,
-					"18": 1,
-					"19": 1,
-					"20": 1
-				},
-				"l_slots": {
-					"101": 1,
-					"102": 1,
-					"103": 1,
-					"104": 1,
-					"105": 1,
-					"106": 1,
-					"107": 1,
-					"108": 1,
-					"109": 1,
-					"110": 1,
-					"111": 1,
-					"112": 1,
-					"113": 1,
-					"114": 1,
-					"115": 1,
-					"116": 1,
-					"117": 1,
-					"118": 1,
-					"119": 1,
-					"120": 1
-				},
-				"s_slots": {
-					"501": 1,
-					"502": 1,
-					"503": 1,
-					"504": 1,
-					"505": 1,
-					"506": 1,
-					"507": 1,
-					"508": 1,
-					"509": 1,
-					"510": 1,
-					"511": 1,
-					"512": 1,
-					"513": 1,
-					"514": 1,
-					"515": 1,
-					"516": 1,
-					"517": 1,
-					"518": 1,
-					"519": 1,
-					"520": 1
-				}
-			}
-		}
-	]
-}
\ No newline at end of file
diff --git a/src/opticalcontroller/json_files/topo_2_links.json b/src/opticalcontroller/json_files/topo_2_links.json
deleted file mode 100644
index 02165938ce675071a4ff4c3424e3b53244d40810..0000000000000000000000000000000000000000
--- a/src/opticalcontroller/json_files/topo_2_links.json
+++ /dev/null
@@ -1,1530 +0,0 @@
-{
-  "R1-R3": {
-    "length": 80,
-    "source": "d2",
-    "target": "d1",
-    "fibers": {
-      "d2-1": {
-        "length": 80,
-        "src_port": "103",
-        "dst_port": "201",
-        "local_peer_port": "203",
-        "remote_peer_port": "101",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d2-2": {
-        "length": 80,
-        "src_port": "104",
-        "dst_port": "202",
-        "local_peer_port": "204",
-        "remote_peer_port": "102",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R3-R1": {
-    "length": 80,
-    "source": "d1",
-    "target": "d2",
-    "fibers": {
-      "d1-1": {
-        "length": 80,
-        "src_port": "101",
-        "dst_port": "203",
-        "local_peer_port": "201",
-        "remote_peer_port": "103",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d1-2": {
-        "length": 80,
-        "src_port": "102",
-        "dst_port": "204",
-        "local_peer_port": "202",
-        "remote_peer_port": "104",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R2-R3": {
-    "length": 80,
-    "source": "d2",
-    "target": "d2",
-    "fibers": {
-      "d2-1": {
-        "length": 80,
-        "src_port": "103",
-        "dst_port": "203",
-        "local_peer_port": "203",
-        "remote_peer_port": "103",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d2-2": {
-        "length": 80,
-        "src_port": "104",
-        "dst_port": "204",
-        "local_peer_port": "204",
-        "remote_peer_port": "104",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R3-R2": {
-    "length": 80,
-    "source": "d2",
-    "target": "d2",
-    "fibers": {
-      "d2-1": {
-        "length": 80,
-        "src_port": "103",
-        "dst_port": "203",
-        "local_peer_port": "203",
-        "remote_peer_port": "103",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "d2-2": {
-        "length": 80,
-        "src_port": "104",
-        "dst_port": "204",
-        "local_peer_port": "204",
-        "remote_peer_port": "104",
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "T1-R1": {
-    "length": 0,
-    "source": "muxT",
-    "target": "srgR",
-    "fibers": {
-      "M1": {
-        "length": 0,
-        "src_port": "1",
-        "dst_port": "2001",
-        "local_peer_port": "1",
-        "remote_peer_port": "1001",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "M2": {
-        "length": 0,
-        "src_port": "2",
-        "dst_port": "2002",
-        "local_peer_port": "2",
-        "remote_peer_port": "1002",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "M3": {
-        "length": 0,
-        "src_port": "3",
-        "dst_port": "2003",
-        "local_peer_port": "3",
-        "remote_peer_port": "1003",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R1-T1": {
-    "length": 0,
-    "source": "srgT",
-    "target": "muxR",
-    "fibers": {
-      "S1": {
-        "length": 0,
-        "src_port": "1001",
-        "dst_port": "1",
-        "local_peer_port": "2001",
-        "remote_peer_port": "1",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "S2": {
-        "length": 0,
-        "src_port": "1002",
-        "dst_port": "2",
-        "local_peer_port": "2002",
-        "remote_peer_port": "2",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "S3": {
-        "length": 0,
-        "src_port": "1003",
-        "dst_port": "3",
-        "local_peer_port": "2003",
-        "remote_peer_port": "3",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "T2-R2": {
-    "length": 0,
-    "source": "muxT",
-    "target": "srgR",
-    "fibers": {
-      "M1": {
-        "length": 0,
-        "src_port": "1",
-        "dst_port": "2001",
-        "local_peer_port": "1",
-        "remote_peer_port": "1001",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "M2": {
-        "length": 0,
-        "src_port": "2",
-        "dst_port": "2002",
-        "local_peer_port": "2",
-        "remote_peer_port": "1002",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "M3": {
-        "length": 0,
-        "src_port": "3",
-        "dst_port": "2003",
-        "local_peer_port": "3",
-        "remote_peer_port": "1003",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  },
-  "R2-T2": {
-    "length": 0,
-    "source": "srgT",
-    "target": "muxR",
-    "fibers": {
-      "S1": {
-        "length": 0,
-        "src_port": "1001",
-        "dst_port": "1",
-        "local_peer_port": "2001",
-        "remote_peer_port": "1",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "S2": {
-        "length": 0,
-        "src_port": "1002",
-        "dst_port": "2",
-        "local_peer_port": "2002",
-        "remote_peer_port": "2",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      },
-      "S3": {
-        "length": 0,
-        "src_port": "1003",
-        "dst_port": "3",
-        "local_peer_port": "2003",
-        "remote_peer_port": "3",
-        "used": false,
-        "c_slots": [
-          1,
-          2,
-          3,
-          4,
-          5,
-          6,
-          7,
-          8,
-          9,
-          10,
-          11,
-          12,
-          13,
-          14,
-          15,
-          16,
-          17,
-          18,
-          19,
-          20
-        ],
-        "l_slots": [
-          101,
-          102,
-          103,
-          104,
-          105,
-          106,
-          107,
-          108,
-          109,
-          110,
-          111,
-          112,
-          113,
-          114,
-          115,
-          116,
-          117,
-          118,
-          119,
-          120
-        ],
-        "s_slots": [
-          501,
-          502,
-          503,
-          504,
-          505,
-          506,
-          507,
-          508,
-          509,
-          510,
-          511,
-          512,
-          513,
-          514,
-          515,
-          516,
-          517,
-          518,
-          519,
-          520
-        ]
-      }
-    }
-  }
-}
diff --git a/src/opticalcontroller/json_files/topology-optical.json b/src/opticalcontroller/json_files/topology-optical.json
deleted file mode 100644
index e2453b654d53fc3200570ce9c2b17effc964bd25..0000000000000000000000000000000000000000
--- a/src/opticalcontroller/json_files/topology-optical.json
+++ /dev/null
@@ -1,252 +0,0 @@
-{
-    "r1-r2": {
-        "length": 80,
-        "source" : "d1",
-        "target" : "d1",
-        "fibers" : {
-            "d1-1": {
-                "src_port": "1T",
-                "dst_port": "1R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "d1-2":{
-                "src_port": "2T",
-                "dst_port": "2R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    },
-    "r2-r1": {
-        "length": 80,
-        "source" : "d1",
-        "target" : "d1",
-        "fibers" : {
-            "d1-1" : {
-                "src_port": "1T",
-                "dst_port": "1R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "d1-2" : {
-                "src_port": "2T",
-                 "dst_port": "2R",
-                 "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                 "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                 "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    },
-    "r1-r3": {
-        "length": 80,
-        "source" : "d2",
-        "target" : "d1",
-        "fibers" : {
-            "d2-1":{
-                "src_port": "3T",
-                "dst_port": "1R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "d2-2":{
-                "src_port": "4T",
-                "dst_port": "2R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    },
-    "r3-r1": {
-        "length": 80,
-        "source" : "d1",
-        "target" : "d2",
-        "fibers" : {
-            "d1-1": {
-                "src_port": "1T",
-                "dst_port": "3R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-                },
-            "d1-2": {
-                "src_port": "2T",
-                "dst_port": "4R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    },
-    "r2-r3": {
-        "length": 80,
-        "source" : "d2",
-        "target" : "d2",
-        "fibers" : {
-            "d2-1": {
-                "src_port": "3T",
-                "dst_port": "3R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "d2-2": {
-                "src_port": "4T",
-                "dst_port": "4R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    },
-    "r3-r2": {
-        "length": 80,
-        "source" : "d2",
-        "target" : "d2",
-        "fibers" : {
-            "d2-1": {
-                "src_port": "3T",
-                "dst_port": "3R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "d2-2":{
-                "src_port": "4T",
-                "dst_port": "4R",
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    },
-    "t1-r1": {
-        "length": 0,
-        "source" : "muxT",
-        "target" : "srgR",
-        "fibers" : {
-            "M1": {
-                "src_port": "1",
-                "dst_port": "101R",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "M2": {
-                "src_port": "2",
-                "dst_port": "102R",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "M3": {
-                "src_port": "3",
-                "dst_port": "103R",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    },
-    "r1-t1": {
-        "length": 0,
-        "source" : "srgT",
-        "target" : "muxR",
-        "fibers" : {
-            "S1": {
-                "src_port": "101T",
-                "dst_port": "1",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "S2": {
-                "src_port": "102T",
-                "dst_port": "2",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "S3": {
-                "src_port": "103T",
-                "dst_port": "3",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    },
-    "t2-r2": {
-        "length": 0,
-        "source" : "muxT",
-        "target" : "srgR",
-        "fibers" : {
-            "M1": {
-                "src_port": "1",
-                "dst_port": "101R",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "M2": {
-                "src_port": "2",
-                "dst_port": "102R",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "M3": {
-                "src_port": "3",
-                "dst_port": "103R",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    },
-    "r2-t2": {
-        "length": 0,
-        "source" : "srgT",
-        "target" : "muxR",
-        "fibers" : {
-            "S1": {
-                "src_port": "101T",
-                "dst_port": "1",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "S2": {
-                "src_port": "102T",
-                "dst_port": "2",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            },
-            "S3": {
-                "src_port": "103T",
-                "dst_port": "3",
-                "used": false,
-                "c_slots": {"1": 1, "2": 1, "3": 1, "4": 1},
-                "l_slots": {"101": 1, "102": 1, "103": 1, "104": 1},
-                "s_slots": {"1001": 1, "1002": 1, "1003": 1, "1004": 1}
-            }
-        }
-    }
-}
diff --git a/src/opticalcontroller/json_files/topology-optical2.json b/src/opticalcontroller/json_files/topology-optical2.json
deleted file mode 100644
index fe8e9866bcc64d52b2f49089ce03af47d72df9d0..0000000000000000000000000000000000000000
--- a/src/opticalcontroller/json_files/topology-optical2.json
+++ /dev/null
@@ -1,324 +0,0 @@
-{
-    "r1-r2": {
-        "length": 80,
-        "source" : "d1",
-        "target" : "d1",
-        "fibers" : {
-            "d1-1": {
-                "length": 80,
-                "src_port": "1T",
-                "dst_port": "1R",
-                "local_peer_port": "1R",
-                "remote_peer_port": "1T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "d1-2":{
-                "length": 80,
-                "src_port": "2T",
-                "dst_port": "2R",
-                "local_peer_port": "2R",
-                "remote_peer_port": "2T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    },
-    "r2-r1": {
-        "length": 80,
-        "source" : "d1",
-        "target" : "d1",
-        "fibers" : {
-            "d1-1" : {
-                "length": 80,
-                "src_port": "1T",
-                "dst_port": "1R",
-                "local_peer_port": "1R",
-                "remote_peer_port": "1T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "d1-2" : {
-                "length": 80,
-                "src_port": "2T",
-                "dst_port": "2R",
-                "local_peer_port": "2R",
-                "remote_peer_port": "2T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    },
-    "r1-r3": {
-        "length": 80,
-        "source" : "d2",
-        "target" : "d1",
-        "fibers" : {
-            "d2-1":{
-                "length": 80,
-                "src_port": "3T",
-                "dst_port": "1R",
-                "local_peer_port": "3R",
-                "remote_peer_port": "1T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "d2-2":{
-                "length": 80,
-                "src_port": "4T",
-                "dst_port": "2R",
-                "local_peer_port": "4R",
-                "remote_peer_port": "2T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    },
-    "r3-r1": {
-        "length": 80,
-        "source" : "d1",
-        "target" : "d2",
-        "fibers" : {
-            "d1-1": {
-                "length": 80,
-                "src_port": "1T",
-                "dst_port": "3R",
-                "local_peer_port": "1R",
-                "remote_peer_port": "3T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-                },
-            "d1-2": {
-                "length": 80,
-                "src_port": "2T",
-                "dst_port": "4R",
-                "local_peer_port": "2R",
-                "remote_peer_port": "4T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    },
-    "r2-r3": {
-        "length": 80,
-        "source" : "d2",
-        "target" : "d2",
-        "fibers" : {
-            "d2-1": {
-                "length": 80,
-                "src_port": "3T",
-                "dst_port": "3R",
-                "local_peer_port": "3R",
-                "remote_peer_port": "3T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "d2-2": {
-                "length": 80,
-                "src_port": "4T",
-                "dst_port": "4R",
-                "local_peer_port": "4R",
-                "remote_peer_port": "4T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    },
-    "r3-r2": {
-        "length": 80,
-        "source" : "d2",
-        "target" : "d2",
-        "fibers" : {
-            "d2-1": {
-                "length": 80,
-                "src_port": "3T",
-                "dst_port": "3R",
-                "local_peer_port": "3R",
-                "remote_peer_port": "3T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "d2-2":{
-                "length": 80,
-                "src_port": "4T",
-                "dst_port": "4R",
-                "local_peer_port": "4R",
-                "remote_peer_port": "4T",
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    },
-    "t1-r1": {
-        "length": 0,
-        "source" : "muxT",
-        "target" : "srgR",
-        "fibers" : {
-            "M1": {
-                "length": 0,
-                "src_port": "1",
-                "dst_port": "101R",
-                "local_peer_port": "1",
-                "remote_peer_port": "101T",
-                "used": false,
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "M2": {
-                "length": 0,
-                "src_port": "2",
-                "dst_port": "102R",
-                "local_peer_port": "2",
-                "remote_peer_port": "102T",
-                "used": false,
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "M3": {
-                "length": 0,
-                "src_port": "3",
-                "dst_port": "103R",
-                "local_peer_port": "3",
-                "remote_peer_port": "103T",
-                "used": false,
-                "c_slots": [],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    },
-    "r1-t1": {
-        "length": 0,
-        "source" : "srgT",
-        "target" : "muxR",
-        "fibers" : {
-            "S1": {
-                "length": 0,
-                "src_port": "101T",
-                "dst_port": "1",
-                "local_peer_port": "101R",
-                "remote_peer_port": "1",
-                "used": false,
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "S2": {
-                "length": 0,
-                "src_port": "102T",
-                "dst_port": "2",
-                "local_peer_port": "102T",
-                "remote_peer_port": "2",
-                "used": false,
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "S3": {
-                "length": 0,
-                "src_port": "103T",
-                "dst_port": "3",
-                "local_peer_port": "103R",
-                "remote_peer_port": "3",
-                "used": false,
-                "c_slots": [],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    },
-    "t2-r2": {
-        "length": 0,
-        "source" : "muxT",
-        "target" : "srgR",
-        "fibers" : {
-            "M1": {
-                "length": 0,
-                "src_port": "1",
-                "dst_port": "101R",
-                "local_peer_port": "1",
-                "remote_peer_port": "101T",
-                "used": false,
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "M2": {
-                "length": 0,
-                "src_port": "2",
-                "dst_port": "102R",
-                "local_peer_port": "2",
-                "remote_peer_port": "102T",
-                "used": false,
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "M3": {
-                "length": 0,
-                "src_port": "3",
-                "dst_port": "103R",
-                "local_peer_port": "3",
-                "remote_peer_port": "103T",
-                "used": false,
-                "c_slots": [],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    },
-    "r2-t2": {
-        "length": 0,
-        "source" : "srgT",
-        "target" : "muxR",
-        "fibers" : {
-            "S1": {
-                "length": 0,
-                "src_port": "101T",
-                "dst_port": "1",
-                "local_peer_port": "101R",
-                "remote_peer_port": "1",
-                "used": false,
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "S2": {
-                "length": 0,
-                "src_port": "102T",
-                "dst_port": "2",
-                "local_peer_port": "102R",
-                "remote_peer_port": "2",
-                "used": false,
-                "c_slots": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            },
-            "S3": {
-                "length": 0,
-                "src_port": "103T",
-                "dst_port": "3",
-                "local_peer_port": "103R",
-                "remote_peer_port": "3",
-                "used": false,
-                "c_slots": [],
-                "l_slots": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119 ,120],
-                "s_slots": [501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519 ,520]
-            }
-        }
-    }
-}
diff --git a/src/opticalcontroller/variables.py b/src/opticalcontroller/variables.py
index 781b4b1f8fc395511529aecd7385351aa532fcbc..83d073e92009c8796a396d19af0bc737865c77e9 100644
--- a/src/opticalcontroller/variables.py
+++ b/src/opticalcontroller/variables.py
@@ -23,11 +23,4 @@ Nc = 320
 #Nc = 10
 Ns = 720
 
-nodes_json = 'json_files/nodes.json'
-topology_json = 'json_files/tfs_dict_modified.json' #LAST
-#topology_json = 'json_files/optical_TFSworking.json' #LAST
-#topology_json = 'json_files/optical_topoTFS.json'
-#topology_json = 'json_files/topo_2_links.json'
-
-testing = 1
 full_links = 0