The future of online communications.
Go to file
2014-02-18 22:07:18 +01:00
auto_tests Fixed memory leaks and removed repeated code 2014-02-09 02:01:04 -05:00
build
docs Updated TODO. 2014-02-17 09:35:24 -05:00
m4
other Added entry to TODO and a public key cracker (vanity key finder) to other/fun. 2014-02-10 19:53:44 -05:00
testing Astyled and removed some useless files. 2014-02-09 09:43:16 -05:00
tools
toxav Astyled av code. 2014-02-16 20:01:30 -05:00
toxcore Changed libtoxcore_la_LDADD to libtoxcore_la_LIBADD cause of creating a library. 2014-02-17 21:44:10 +01:00
.gitignore This squash should work now. 2013-10-22 20:24:48 +02:00
.travis.yml
AUTHORS
autogen.sh
ChangeLog
configure.ac Ugh 2014-02-18 00:35:26 +01:00
COPYING Licenced the code under the GPL for now. 2013-06-26 15:02:42 -04:00
INSTALL
INSTALL.md
libtoxcore.pc.in
Makefile.am
NEWS
README
README.md

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: