Updated roadmap and TODO.

This commit is contained in:
irungentoo 2013-07-05 17:24:43 -04:00
parent a480c0195a
commit b75b99a20a
2 changed files with 5 additions and 4 deletions

View File

@ -25,9 +25,10 @@ Your client stores the public keys/id of the peers used to initiate the connecti
1. Get our DHT working perfectly.(Done, needs large scale testing though.)
2. Reliable connection (See Lossless_UDP protocol) to other peers according to client id. (Done, see DHT_sendfiletest.c for an example)
3. Encryption. (this is where we are now)
4. Optimize for streaming media.
5.
3. Encryption. (Done)
4. Get a simple text only im client working perfectly. (This is where we are)
5. Streaming media
6.
## TODO:

View File

@ -19,7 +19,7 @@ Things to do now:
https://github.com/jedisct1/libsodium
-Crypto (In progress)
-Crypto (Done (needs testing))
-Find and fix bugs in the code.