/fougere

Anonymous Data Collection for Data-intensive Mobile Apps

Primary LanguageJava

Fougere License: CC BY-NC-SA 4.0

Fougere is an Andoid library that provides a user-centric privacy control for data-intensive mobile apps.

Build the template app

./gradlew installDebug

Using Fougere library Gradle Plugin

For faster integration with your app, you can use our Gradle project.

In your root project folder you should checkout this project:

git checkout git@github.com:m3ftah/fougere.git

In YourProject/settings.gradle you should add:

include ':fougere'
project(':fougere').projectDir = new File('../fougere')

And in YourProject/settings.gradle you should add:

compile project(":fougere")

Using Fougere

If you are using Fougere, please cite the following research paper:

Lakhdar Meftah, Romain Rouvoy, and Isabelle Chrisment."FOUGERE: User-Centric Location Privacy in Mobile Crowdsourcing Apps."In IFIP International Conference on Distributed Applications and Interoperable Systems, pp. 116-132. Springer,Cham, 2019. (pdf). Best Paper Award.