Skip to content

Covid-19 Contact Tracing App Simulation (based on MoSP)

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

axa-rev-research/covid19-contact-tracing-app-simulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 Contact Tracing App Simulation

Studies the impact of the app adoption rate on the infection prevalence based on geo-spatial data.

To fight Covid-19, contact tracing architectures based on the Bluetooth Low Energy (BLE) protocol have been much discussed lately. Leveraging the Mobile Security & Privacy Simulator distributed by the Computing & Security Group at the Leibniz Universität Hannover in Germany, this project attempts to model digital contact tracing in crowded places like Paris. Among other questions, we studied the impact of installation rates on the success of contact tracing apps.

Installation

Disclaimer: Requires Python 2.7, not compatible with Python 3.x.

pip install -r requirements.txt

Usage examples

Launch the simulation:

cd mosp_examples
python contact_tracing_wiggler.py & cd ../viewer
python sim_viewer.py

Plot the chart:

cd mosp_examples
python contact_tracing_plot.py

Now, run your own simulations by modifying the parameters and the map in contact_tracing_wiggler.py

Preliminary findings

A low adoption rate of 20% has no effect at all. An adoption rate of 50% helps to slow the spread of the virus. Even higher adoption rates can achieve to contain the disease.

Contact

For questions, please feel free to reach out to boris.ruf@axa.com.

License

This program is a fork of the MoSP Simulator and it is released under the same license. It is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Covid-19 Contact Tracing App Simulation (based on MoSP)

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.2%
  • Java 4.7%
  • HTML 1.1%