Maxim Biro e4f86e2485 Update Travis script
Reduces the running time from about 8 minutes to about 5, as it uses
packaged libraries instead of building them. This is possible because
of the Ubuntu Trusty becoming available on Travis. The new check that
is in Trusty has different behaviour than the previously user version
of it -- it doesn't output the detailed result of tests. To fix this
we cat a file where this detailed result is stored.
2016-01-24 01:38:20 -05:00
2016-01-04 22:59:29 -05:00
2016-01-01 20:28:48 -05:00
2014-08-25 10:00:09 +04:00
2015-09-02 00:03:51 +02:00
2016-01-04 22:48:58 -05:00
2015-12-12 20:40:57 +01:00
2015-11-03 13:42:05 -05:00
2016-01-13 23:14:51 +01:00
2016-01-04 22:48:58 -05:00
2015-11-03 13:42:05 -05:00
2015-03-04 00:35:25 +01:00
2016-01-24 01:38:20 -05:00
2015-10-05 15:18:55 -07:00
2015-10-14 15:49:44 +05:30
2014-12-18 10:04:31 -05:00
2014-12-18 10:04:31 -05:00
2015-06-24 21:03:16 -04:00
2015-03-04 00:35:25 +01:00

Project Tox


With the rise of government surveillance programs, Tox, a FOSS initiative, aims to be an easy to use, all-in-one communication platform that ensures full privacy and secure message delivery.

Website | Wiki | Blog | FAQ | Binaries/Downloads | Clients | Compiling

IRC Channels: #tox@freenode, #tox-dev@freenode

The Complex Stuff:

UDP vs. TCP

Tox must use UDP simply because hole punching with TCP is not as reliable. However, Tox does use TCP relays as a fallback if it encounters a firewall that prevents UDP hole punching.

Connecting & Communicating

Every peer is represented as a byte string (the public key [Tox ID] of the peer). By using torrent-style DHT, peers can find the IP of other peers by using their Tox ID. Once the IP is obtained, peers can initiate a secure connection with each other. Once the connection is made, peers can exchange messages, send files, start video chats, etc. using encrypted communications.

Current build status: Build Status

Q&A:

What are your goals with Tox?

We want Tox to be as simple as possible while remaining as secure as possible.

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 replacement. “Configuration-free” means that the user will simply have to open the program and will be capable of adding people and communicating with them without having to set up an account. There are many so-called Skype replacements, but all of them are either hard to configure for the normal user or suffer from being way too centralized.

TODO:

Documentation:

Description
The future of online communications.
Readme 69 MiB
Languages
C 90.2%
C++ 5.1%
M4 2.6%
Makefile 1%
Python 0.5%
Other 0.5%