Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5bf09d35 authored by MOLANO ORTIZ Fernando's avatar MOLANO ORTIZ Fernando
Browse files

Update file README.md

parent 6ad544a7
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,14 @@
The MITIK project proposal is to carry out non-intrusive passive measurements to analyze the mobility of users through contacts while they are moving. For that, the goal is to use probe request packets from off-the-shelf mobile devices with wireless communication (specifically Wi-Fi). To ensure GPDR compliance, a data anonymization/sanitization process is carried out so that probe requests are received by the _sniffers_ [4]. The system, as a whole, is composed of an architecture that comprises three phases, as shown in Figure 1.
<div style="text-align:center">
<figure>
<img src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/architecture.png" alt="mitik_architecture"/>
<figcaption>Figure 1. Functional architecture of Mitik project [4].</figcaption>
</figure>
</div>
<img style="display: block; margin: auto;"
src="https://gitlab.inria.fr/fmorlano/mitik_management/-/raw/main/Figures/architecture.png">
<p style="text-align: center;">
This is an image
</p>
The **Sniffing engine** comprises the raw data capture through wireless antennas. Data can be Stored in pcap files or in a trace format defined for all packets captured. Besides that, the data anonymization implements security algorithms on the raw data captured to ensure privacy of the sniffed users. For that, cryptographic algorithms are used to hash and truncate the MAC address of the mobile devices from users. Some developments have been forwarded [1], [2], [5].
......
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