diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -28,15 +28,8 @@ Keep everything really simple. | |||
28 | + When both peers are securely connected, they can exchange messages, initiate a video chat, send files, etc, all using encrypted communications. | 28 | + When both peers are securely connected, they can exchange messages, initiate a video chat, send files, etc, all using encrypted communications. |
29 | + Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) | 29 | + Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) |
30 | 30 | ||
31 | ## Roadmap: | 31 | ## TODO: |
32 | - [x] Get our DHT working perfectly. (Done, needs large scale testing though) | 32 | - [TODO](/docs/TODO) |
33 | - [x] Reliable connection (See Lossless UDP protocol) to other peers according to client ID. (Done, see `DHT_sendfiletest.c` for an example) | ||
34 | - [x] Encryption. (Done) | ||
35 | - [ ] Get a simple text only IM client working perfectly. (This is where we are) | ||
36 | - [ ] Streaming media | ||
37 | - [ ] ??? | ||
38 | |||
39 | For further information, check our [To-do list](http://wiki.tox.im/index.php/TODO) | ||
40 | 33 | ||
41 | ### Why are you doing this? There are already a bunch of free skype alternatives. | 34 | ### Why are you doing this? There are already a bunch of free skype alternatives. |
42 | The goal of this project is to create a configuration-free P2P skype | 35 | The goal of this project is to create a configuration-free P2P skype |