From bd8ba0bd6e4a71eab2216749d732aa40088c95b8 Mon Sep 17 00:00:00 2001 From: pyrobisqit Date: Wed, 31 Jul 2013 03:17:40 +0200 Subject: [PATCH] Update readme.md Basically, a few words tweaked here and there, to make the file more gramatically correct. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6e6fe5d..19bbb759 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use + Every peer is represented as a byte string (the public key of the peer [client id]) + We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID. + 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)) -+ When both peers are securely connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc.
++ 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) +- [ ] Get a simple text only IM client working perfectly. (This is where we are) - [ ] Streaming media - [ ] ???