Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weichweich committed Sep 24, 2015
1 parent 1b27d3c commit 67b6278
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
@@ -1,5 +1,15 @@
# AluShare

AluShare ist eine Andorid-App die dem Benutzer ermöglichen soll
Textnachrichten und Dateien anonym zu versenden und zu empfangen.
Dies wird durch Nutzung des Tor Netzwerks ermöglicht.
AluShare is an app which enables the user to send and receive text messages and files anonymously.
Only the receiver and the sender of a message should know which content the message had, the time the message was send and that a message was send at all.

## How AluShare works
To achieve this goal AluShare sends data using the [PeerTorPeer library](https://github.com/kit-tm/PTP).

## How to run AluShare
1. Install Android Studio
2. clone the repo
3. import the project
4. connect your android device and push the run button

Notice: Because AluShare uses a Tor binary the app will only run on devices with ARM CPUs. You won't be able to run AluShare within the emulator.

0 comments on commit 67b6278

Please sign in to comment.