Tox (protocol)

Tox

Screenshot of µTox, a Tox client running on GNU/Linux.
Repository github.com/irungentoo/toxcore
Written in C
Operating system Windows, Linux, OS X, Android, iOS, FreeBSD, OpenIndiana, Sailfish OS
Type VoIP, Instant messaging, Videoconferencing
License GNU General Public License, version 3 or later
Website tox.chat

Tox is a peer-to-peer instant messaging and video calling protocol that offers end-to-end encryption. The stated goal of the project is to provide secure yet easily accessible communication for everyone.[1] A reference implementation of the protocol is published as free and open-source software under the terms of the GNU General Public License (GPL) version 3 or later.

History

The initial commit to GitHub was pushed on June 23, 2013, by a user named irungentoo.[2] Pre-alpha testing binaries were made available for users from February 3, 2014, onwards, and nightly builds of Tox are published by the Jenkins Automatron.[3] On July 12, 2014, Tox entered an alpha stage in development and a redesigned download page was created for the occasion.

Features

Users are assigned a public and private key, and they connect to each other directly in a fully distributed, peer-to-peer network. Users have the ability to message friends, join chat rooms with friends or strangers, voice/video chat, and send each other files. All traffic over Tox is end-to-end encrypted using the NaCl library, which provides authenticated encryption and perfect forward secrecy.

Mainstream Tox clients aim to provide support for messaging, group messaging, voice and video calling, voice and video conferencing, typing indicators, message read-receipts, file sharing, profile encryption, and desktop streaming. Additional features can be implemented by any client as long as they are supported by the core protocol. Features that are not related to the core networking system are left up to the client. Client developers are strongly encouraged to adhere to the Tox Client Standard[4] in order to maintain cross-client compatibility and uphold best security practices.

Architecture

Core

The Tox core is a library establishing the protocol and API. User front-ends, or clients, are built on the top of the core. Anyone can create a client utilizing the core. Technical documents describing the design of the Core, written by the core developer irungentoo, are available publicly.[5]

Protocol

The core of Tox is an implementation of the Tox protocol, an example of the application layer of the OSI model and arguably the presentation layer. Implementations of the Tox protocol not done by the project exist, an example of one being Xot.[6]

Tox uses the Opus audio format for audio streaming and the VP8 video compression format for video streaming.

Encryption

Tox uses the cryptographic primitives present in the NaCl crypto library, via libsodium. Specifically, Tox employs Curve25519 for its key exchanges, xsalsa20 for symmetric encryption, and Poly1305 for MACs.

Clients

A client is a program that uses the Tox core library to communicate with other users of the Tox protocol. Various clients are available for a wide range of systems; the following list is incomplete.[7]

Name Operating system Written in
Antidote[8] iOS Objective-C
Antox[9] Android Scala, Java
Cyanide[10] Sailfish OS C++
gTox[11] Linux C++ (GTK+ 3)
qTox[12] Linux, FreeBSD, OS X, Windows C++ (Qt)
Toxic[13] Linux, BSD, OS X C (Ncurses)
Toxy[14] Windows C# (WPF)
Toxygen[15] Linux, Windows Python (Qt via PySide)
µTox[16] Linux, FreeBSD, OS X, Windows C (Win32 API, Xlib)
xWinTox[17] Linux, Solaris, BSD C/C++ (FLTK)

There are also Tox protocol plugins for Pidgin[18] and Miranda NG.[19]

Disassociation with Tox Foundation

At July 11, 2015, Tox developers officially announced their disassociation with Tox Foundation, due to "a dispute over the misuse of donated funds" by Tox Foundation head and CEO, according to LWN.net.[20] Due to domains being in control of the Tox Foundation, main development of the project was transferred to a new infrastructure, servers, and new domain.

Reception

Tox received some significant publicity in its early conceptual stage, catching the attention of global online tech news sites.[21][22][23][24] On August 15, 2013, Tox was number five on GitHub's top trending list.[25] Concerns about metadata leaks were raised, and developers responded by implementing Onion routing for the friend-finding process.[26] Tox was accepted into the Google Summer of Code as a Mentoring Organization in 2014 and 2015.[27][28]

See also

References

  1. "Secure Messaging for Everyone". Tox. Retrieved 6 August 2015.
  2. "Initial commit". GitHub. Retrieved 18 February 2014.
  3. "Jenkins Tox Packages". Retrieved 7 November 2015.
  4. "Tox Client Standard". Retrieved 7 November 2015.
  5. "Toxcore Documentation". GitHub. Retrieved 7 November 2015.
  6. "Xot". GitHub. Retrieved 6 May 2014.
  7. "Client". Tox. Retrieved 6 August 2015.
  8. "Antidote". Retrieved 6 August 2015.
  9. "Antox". Tox-Wiki. Retrieved 6 August 2015.
  10. "Cyanide". Github. Retrieved 3 January 2016.
  11. "Tox". Github. Retrieved 7 November 2015.
  12. "qTox". Tox-Wiki. Retrieved 6 August 2015.
  13. "Toxic". Tox-Wiki. Retrieved 6 August 2015.
  14. "Tox". Tox-Wiki. Retrieved 6 August 2015.
  15. "clients:toxygen - Tox Wiki". wiki.tox.chat. Retrieved 2016-07-01.
  16. "Tox". Tox-Wiki. Retrieved 7 November 2015.
  17. "Tox". Tox-Wiki. Retrieved 7 November 2015.
  18. "tox-prpl – Tox Protocol Plugin For Pidgin". Retrieved 17 September 2015.
  19. "Tox protocol". Miranda NG Official Community Forum. watcher. Retrieved 17 September 2015.
  20. "A split within the Tox project". LWN.net. Nathan Willis. 15 July 2015. Retrieved 14 February 2016.
  21. Kar, Saroj (5 August 2013). "Tox: A Replacement For Skype And Your Privacy?". Silicon Angle. Retrieved 19 February 2014.
  22. Grüner, Sebastian (30 July 2013). "Skype-Alternative Freier und sicherer Videochat mit Tox" [More free and secure video chat with Tox]. Golem.de (in German). Retrieved 19 February 2014.
  23. "Проект Tox развивает свободную альтернативу Skype" [Tox project develops free Skype replacement]. opennet.ru (in Russian). 30 July 2013. Retrieved 19 February 2014.
  24. Nitschke, Manuel (2 August 2013). "Skype-Alternative Tox zum Ausprobieren" [Tox Skype replacement tested]. heise.de (in German). Retrieved 19 February 2014.
  25. Asay, Matt (15 August 2013). "GitHub's new 'Trending' Feature Lets You See The Future". ReadWrite.com. Retrieved 19 February 2014.
  26. "Prevent_Tracking.txt". GitHub. Retrieved 20 February 2014.
  27. "Project Tox". GSoC 2014. Retrieved 7 March 2015.
  28. "Project Tox". GSoC 2015. Retrieved 7 March 2015.
This article is issued from Wikipedia - version of the 11/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.