mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Updated README.
This commit is contained in:
parent
49dd40797c
commit
2e33ffeb8c
11
README.md
11
README.md
|
@ -28,15 +28,8 @@ Keep everything really simple.
|
|||
+ When both peers are securely connected, they can exchange messages, initiate a video chat, send files, etc, all using encrypted communications.
|
||||
+ Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core)
|
||||
|
||||
## Roadmap:
|
||||
- [x] Get our DHT working perfectly. (Done, needs large scale testing though)
|
||||
- [x] Reliable connection (See Lossless UDP protocol) to other peers according to client ID. (Done, see `DHT_sendfiletest.c` for an example)
|
||||
- [x] Encryption. (Done)
|
||||
- [ ] Get a simple text only IM client working perfectly. (This is where we are)
|
||||
- [ ] Streaming media
|
||||
- [ ] ???
|
||||
|
||||
For further information, check our [To-do list](http://wiki.tox.im/index.php/TODO)
|
||||
## TODO:
|
||||
- [TODO](/docs/TODO)
|
||||
|
||||
### Why are you doing this? There are already a bunch of free skype alternatives.
|
||||
The goal of this project is to create a configuration-free P2P skype
|
||||
|
|
Loading…
Reference in New Issue
Block a user