diff --git a/README.md b/README.md index b99ea06fbc2dbdb5f1fde9e9a91593ab85b9bfa3..8241d6f339b1943a6307b044133b0fe3f9888cff 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The MITIK project proposal is to carry out non-intrusive passive measurements to <div style="text-align:center"> <figure> - <img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/architecture.png" alt="mitik_architecture"/> + <img src="./figures/architecture.png" alt="mitik_architecture"/> <figcaption>Figure 1. Functional architecture of Mitik project [4].</figcaption> </figure> </div> @@ -33,7 +33,7 @@ Basically this tool enables the management of sniffers through a "sniffer manage ## **Sniffer manager** -See [DOCUMENTATION.md](./docs/INSTALL_SETUP.md) for installation, setup and usage instructions.\ +See [DOCUMENTATION.md](./docs/DOCUMENTATION.md) for installation, setup and usage instructions.\ See [PLAYBOOKS.md](./docs/PLAYBOOKS.md) for information about the available playbooks. The sniffer manager comprises several functions: @@ -58,7 +58,7 @@ Currently, the sniffer manager is configurated in a PC (Macbook Pro). We use own <center> <figure> - <img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/ansible.png" alt="ansible_architecture"/> + <img src="./figures/ansible.png" alt="ansible_architecture"/> <figcaption>Figure 2. Ansible architecture.</figcaption> </figure> </center> @@ -92,7 +92,7 @@ Figure 3 shows the flowchart for configuring the per-technology sniffing engine. <center> <figure> - <img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/module_1_implementation.png" width="60%" height="60%" alt="module_1_implementation"/> + <img src="./figures/module_1_implementation.png" width="60%" height="60%" alt="module_1_implementation"/> <figcaption>Figure 3. Flowchart of Per-technology sniffing engine configuration.</figcaption> </figure> </center> diff --git a/docs/GPS_SETUP.md b/docs/GPS_SETUP.md index 81496a982b9499612192ee078ae10487ab2b1c05..08f41cc0708949fc2046b163c629589c746eff43 100644 --- a/docs/GPS_SETUP.md +++ b/docs/GPS_SETUP.md @@ -15,7 +15,7 @@ Each Raspberry Pi is equipped with an [u-blox NEO 6M-0-001](https://content.u-bl <center> <figure> - <img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/gps_module.png" alt="gps_module"/> + <img src="./figures/gps_module.png" alt="gps_module"/> <figcaption>Figure 1. GPS module.</figcaption> </figure> </center> @@ -71,7 +71,7 @@ It is also necessary to add PPS in _/etc/modules_. <center> <figure> - <img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/gps_conn.png" alt="gps_connection"/> + <img src="./figures/gps_conn.png" alt="gps_connection"/> <figcaption>Figure 2. Wire up GPS module to Raspberry Pi.</figcaption> </figure> </center> diff --git a/docs/Installation manual.md b/docs/Installation manual.md index 81496a982b9499612192ee078ae10487ab2b1c05..08f41cc0708949fc2046b163c629589c746eff43 100644 --- a/docs/Installation manual.md +++ b/docs/Installation manual.md @@ -15,7 +15,7 @@ Each Raspberry Pi is equipped with an [u-blox NEO 6M-0-001](https://content.u-bl <center> <figure> - <img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/gps_module.png" alt="gps_module"/> + <img src="./figures/gps_module.png" alt="gps_module"/> <figcaption>Figure 1. GPS module.</figcaption> </figure> </center> @@ -71,7 +71,7 @@ It is also necessary to add PPS in _/etc/modules_. <center> <figure> - <img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/gps_conn.png" alt="gps_connection"/> + <img src="./figures/gps_conn.png" alt="gps_connection"/> <figcaption>Figure 2. Wire up GPS module to Raspberry Pi.</figcaption> </figure> </center> diff --git a/docs/PLAYBOOKS_old.md b/docs/PLAYBOOKS_old.md index 95e15bb78d98f30e943da69f81d4bd979af3e2b9..d47dac2ae1db891a54a52ca8bcf0a3fdb19b4d35 100644 --- a/docs/PLAYBOOKS_old.md +++ b/docs/PLAYBOOKS_old.md @@ -8,7 +8,7 @@ The proposed topology is shown in Figure 1. One goal of using Ansible-based auto <center> <figure> - <img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/mitik_topology.png" width="70%" height="70%" alt="mitik_topology"/> + <img src="./figures/mitik_topology.png" width="70%" height="70%" alt="mitik_topology"/> <figcaption>Figure 1. Topology of Mitik project.</figcaption> </figure> </center> @@ -17,7 +17,7 @@ The sniffers' deployment require two roles to be developed. The first environmen <center> <figure> - <img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/ansible_implementation.png" width="70%" height="70%" alt="ansible_implementation"/> + <img src="./figures/ansible_implementation.png" width="70%" height="70%" alt="ansible_implementation"/> <figcaption>Figure 3. Automating super-sniffers deployment.</figcaption> </figure> </center>