The future of online communications.
Go to file
2014-01-25 19:49:37 -08:00
auto_tests random_nodes_path should return slightly better paths. 2014-01-21 11:14:16 -05:00
build tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
docs Fixed group chat doc. 2014-01-23 09:05:43 -05:00
m4 tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
other Update DHTservers 2014-01-21 22:53:59 -08:00
testing Updated DHT server list with onion supporting DHT servers. 2014-01-20 15:20:17 -05:00
tools tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
toxcore missing #endif 2014-01-25 19:49:37 -08:00
toxmsi proper windows preprocessor detection 2014-01-19 19:30:14 -05:00
toxrtp Public headers should not have any internal references 2013-10-28 13:15:59 +01:00
.gitignore This squash should work now. 2013-10-22 20:24:48 +02:00
.travis.yml This might help travis pass the CPU intensive tests. 2013-12-19 10:12:43 -05:00
AUTHORS Implemented autotools based build scripts 2013-08-24 03:25:07 +03:00
autogen.sh Some configuration/build fixes, so building basicaly everything else than the library can be disabled 2013-10-07 02:01:16 +02:00
ChangeLog Implemented autotools based build scripts 2013-08-24 03:25:07 +03:00
configure.ac Do not build tox_sync on win32 2013-10-16 18:03:33 +02:00
COPYING Licenced the code under the GPL for now. 2013-06-26 15:02:42 -04:00
INSTALL Some configuration/build fixes, so building basicaly everything else than the library can be disabled 2013-10-07 02:01:16 +02:00
INSTALL.md FBSD 10+, SunOS support 2014-01-25 19:22:30 -08:00
libtoxcore.pc.in Let clients include <tox/tox.h> 2013-08-24 04:41:35 +03:00
Makefile.am tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
NEWS Implemented autotools based build scripts 2013-08-24 03:25:07 +03:00
README Implemented autotools based build scripts 2013-08-24 03:25:07 +03:00
README.md Removed out of date videos. 2013-10-24 08:30:02 -04:00

Project Tox Project Tox, also known as Tox, is a FOSS (Free and Open Source Software) instant messaging application aimed to replace Skype.

With the rise of governmental monitoring programs, Tox aims to be an easy to use, all-in-one communication platform (including audio, and videochats in the future) that ensures their users full privacy and secure message delivery.

IRC: #tox on freenode, alternatively, you can use the webchat.
Website: http://tox.im Developer Blog: http://dev.tox.im

Website translations: here
Qt GUI: see nurupo's repository

How to build Tox INSTALL.md

Objectives:

Keep everything really simple.

The Complex Stuff:

  • Tox must use UDP simply because hole punching with TCP is not as reliable.
  • 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)
  • 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

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 replacement. Configuration-free means that the user will simply have to open the program and without any account configuration will be capable of adding people to his friends list and start conversing with them. There are many so-called skype replacements and all of them are either hard to configure for the normal user or suffer from being way too centralized.

Documentation: