Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6ad7c45d authored by autodistries's avatar autodistries
Browse files

change to relative path for images

parent 34b17ce2
No related branches found
Tags 3.0.3
1 merge request!1Refactoring, new features
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment