diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -15,7 +15,7 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use | |||
15 | + Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time. | 15 | + Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time. |
16 | + Every peer is represented as a byte string (the public key of the peer [client id]) | 16 | + Every peer is represented as a byte string (the public key of the peer [client id]) |
17 | + We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID. | 17 | + We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID. |
18 | + Once the client has the IP of that peer, they start initiating a secure connection with each other. (See [Crypto](https://github.com/irungentoo/ProjectTox-Core/blob/master/docs/Crypto.txt)) | 18 | + Once the client has the IP of that peer, they start initiating a secure connection with each other. (See [Crypto](https://github.com/irungentoo/ProjectTox-Core/wiki/Crypto) |
19 | + When both peers are securely connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc.<br /> | 19 | + When both peers are securely connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc.<br /> |
20 | + Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) | 20 | + Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) |
21 | 21 | ||
@@ -27,7 +27,7 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use | |||
27 | - [ ] Streaming media | 27 | - [ ] Streaming media |
28 | - [ ] ??? | 28 | - [ ] ??? |
29 | 29 | ||
30 | For further information, check our [To-do list](https://github.com/irungentoo/InsertProjectNameHere/blob/master/docs/TODO.txt). | 30 | For further information, check our [To-do list](https://github.com/irungentoo/ProjectTox-Core/wiki/TODO) |
31 | 31 | ||
32 | 32 | ||
33 | ### Important-stuff: | 33 | ### Important-stuff: |
@@ -38,10 +38,10 @@ Keep everything really simple. | |||
38 | 38 | ||
39 | ### Details and Documents: | 39 | ### Details and Documents: |
40 | 40 | ||
41 | [DHT Protocol](/docs/DHT.txt)<br /> | 41 | [DHT Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/DHT)<br /> |
42 | [Lossless UDP Protocol](/docs/Lossless_UDP.txt)<br /> | 42 | [Lossless UDP Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/Lossless-UDP)<br /> |
43 | [Crypto](/docs/Crypto.txt)<br /> | 43 | [Crypto](https://github.com/irungentoo/ProjectTox-Core/wiki/Crypto)<br /> |
44 | [Ideas](/docs/IDEAS.txt) | 44 | [Ideas](https://github.com/irungentoo/ProjectTox-Core/wiki/Ideas) |
45 | 45 | ||
46 | ### Why are you doing this? There are already a bunch of free skype alternatives. | 46 | ### Why are you doing this? There are already a bunch of free skype alternatives. |
47 | The goal of this project is to create a configuration-free p2p skype | 47 | The goal of this project is to create a configuration-free p2p skype |