Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Apr 1, 2020
1 parent e7fc7b8 commit ef12cd8
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,23 @@ an Epidemic [Full Version](https://arxiv.org/pdf/2003.08567.pdf), [Summary](http
Here's a much-simplified version:

```
1. Phone generates a new random code each hour.
2. Phone broadcasts that code alone to neighboring phones.
3. Receiving phones save those random codes locally.
1. Phone generates a new random code each hour
2. Phone broadcasts that code alone to neighboring phones
3. Receiving phones save those random codes locally
4. Upon diagnosis, the host's contact codes alone are sent to a server.
4. Upon diagnosis, the user's contact codes alone are sent to a server
5. All phones regularly download a list of UUIDs that had contact with a host and alert the user if he was close to one.
5. Phone regularly downloads a list of codes from the server
6. Phone alerts the user if one if his codes is in the list
```

Hence, no one knows anyone.

1. The infected does not know the names of the contacts.
2. Contacts do not know the names of the infected.
3. The server only hosts random codes.
4. If anyone else get a hold on the phone, they only have random codes.

# Development Overview

This is a React Native app version 61.5
Expand Down

0 comments on commit ef12cd8

Please sign in to comment.