The future of online communications.
Go to file
2014-03-16 05:08:35 -04:00
auto_tests Fixed onion test. 2014-02-27 16:59:17 -05:00
build pkg-config and av 2014-02-23 23:13:38 +01:00
dist-build Main buildscripts for android 2014-02-26 17:24:30 +08:00
docs Started writing the code for the TCP relay server. 2014-03-12 20:47:07 -04:00
m4 tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
other Renamed dht server to dht node 2014-02-22 17:07:15 -05:00
testing bound checking in messenger testing 2014-02-25 22:18:27 +05:30
tools Minor documentation cleanup 2014-03-04 07:48:38 -05:00
toxav Invoke callback via invoke_callback func 2014-03-12 00:38:20 +01:00
toxcore add api function that gets the last time a friend was seen online 2014-03-16 05:08:35 -04:00
.gitignore Remove libtoxav.pc from git 2014-03-10 12:29:18 +01:00
.travis.yml Fix libtoxav link error. 2014-03-05 20:04:19 +08: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 Fixed several bugs and added some features 2014-03-07 03:13:04 +01: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 All OSX commands now copyright friendly 2014-03-04 20:38:16 -06:00
libtoxav.pc.in pkg-config and av 2014-02-23 23:13:38 +01:00
libtoxcore.pc.in pkg-config and av 2014-02-23 23:13:38 +01:00
Makefile.am Main buildscripts for android 2014-02-26 17:24:30 +08: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 Update README with current information 2014-02-07 20:50:39 -05: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: https://tox.im
Jenkins: http://jenkins.tox.im
Nightly Binary Downloads*: http://download.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: