Jump to content

Tox (protocol)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 62.249.248.135 (talk) at 10:48, 10 September 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Tox
Repository
Written inC
Operating systemWindows, Linux, OS X, Android, iOS, FreeBSD, OpenIndiana
TypeVoIP, Instant messaging, Videoconferencing
LicenseGNU GPLv3 or later
Websitetox.im

Tox is a free and open-source, peer-to-peer, encrypted instant messaging and video calling software. The stated goal of the project is to provide secure yet easily accessible communication for everyone.[1] The Tox Foundation took part in Google Summer of Code 2014.

History

Tox was incepted on June 22, 2013, on 4chan, in a thread concerning the privacy of Skype users in relation to the global surveillance disclosures that had occurred a few weeks prior.[2] The name Tox was suggested,[2] and was accepted officially due to its continued use. The initial commit to GitHub was pushed on June 23, 2013, by a user named irungentoo.[3] Pre-alpha testing binaries were made available for users from February 3, 2014, onwards, and nightly builds of Tox are published by Jenkins.[4] On July 12, 2014, Tox entered alpha and a redesigned download page was created for the occasion.[5]

Features

Users are assigned a public and private key, and they connect to each other directly in a peer-to-peer network. Users have the ability to message friends, join chat rooms with friends or strangers, and send each other files. Everything is encrypted using the NaCl library.

In February 2014, audio and video calls as well as conferences were still being implemented, as of August 2014 those features are ready in all the main clients. The official client aims to provide support for messaging, group messaging, voice and video calling, voice and video conferencing, typing indicators, read-receipts, push-to-talk technology, file sharing technology, 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.

Architecture

Core

The Tox project architecture is based on a core 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. A technical report describing the design of the Core written by the core developer irungentoo and updated occasionally is available publicly as of August 2014 on the Tox Foundation's Jenkins.[6]

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.[7]

Clients

A client is a program that uses the Tox core library to communicate with other users of the Tox protocol. The mockup on the official site depicts the GTK client Venom, but many other clients are available for a wide range of systems.[8]

The entire set of clients is available at https://wiki.tox.im/Client

The official clients are:[5]

Operating System Client name Written in
Windows uTox[9] C (Win32 API, Xlib)
OS X qTox[10] C++ (Qt)
Linux, FreeBSD, OpenIndiana Venom[11] Vala (GTK+)

Other projects that use the Tox protocol:

  • Otruta: This is the first project to use the Tox protocol in its own network. Otruta is a "crypto-protected walkie-talkie tool"[12] for activists to use to communicate in dangerous situations. No code has yet been pushed to the GitHub page. This project was accepted by Project Tox for Google Summer of Code 2014[13]
  • ToxBox: Encrypted file syncing using the Tox protocol. Sync folders across one's devices using ToxBox clients (for Windows/OS X/Linux and Android). A BitSync alternative.[14]

There is also a Tox plugin for Pidgin available at http://tox.dhs.org/.

Reception

Tox received a huge bout of publicity in its early conceptual stage, catching the attention of global online tech news sites.[15][16][17][18] On August 15, 2013, Tox was number five on GitHub's top trending list.[19] Concerns about metadata leaks were raised, and developers responded by implementing Onion routing for the friend-finding process.[20] On February 24, 2014, Tox was accepted into the Google Summer of Code as a Mentoring Organization.[21]

References

  1. ^ "Secure Messaging for Everyone". Tox. Retrieved 20 February 2014.
  2. ^ a b "Daily reminder that Skype reads the URLs you send, your browser profile, sends encrypted data to Microsoft data centers and gives your conversations to the NSA". Rebecca Black Tech Archive. Retrieved 18 February 2014.
  3. ^ "Initial commit". GitHub. Retrieved 18 February 2014.
  4. ^ "Dashboard [Jenkins]". Retrieved 11 March 2014.
  5. ^ a b "The day we've all been waiting for". Tox project. Retrieved 31 August 2014.
  6. ^ "Technical Report" (PDF). Tox Foundation. Retrieved 31 August 2014.
  7. ^ "Xot". GitHub. Retrieved 6 May 2014.
  8. ^ "Client". Tox. Retrieved 18 February 2014.
  9. ^ "uTox". GitHub. Retrieved 31 March 2014.
  10. ^ "qTox". GitHub. Retrieved 31 August 2014.
  11. ^ "Venom". GitHub. Retrieved 18 February 2014.
  12. ^ "Otruta". Tox.im. Retrieved 3 March 2014.
  13. ^ "Project Tox". Google. Retrieved 6 May 2014.
  14. ^ "ToxBox". GitHub. Retrieved 6 May 2014.
  15. ^ Kar, Saroj (5 August 2013). "Tox: A Replacement For Skype And Your Privacy?". Silicon Angle. Retrieved 19 February 2014.
  16. ^ Grüner, Sebastian (30 July 2013). "Skype-Alternative Freier und sicherer Videochat mit Tox". Golem.de (in German). Retrieved 19 February 2014. {{cite web}}: Unknown parameter |trans_title= ignored (|trans-title= suggested) (help)
  17. ^ "Проект Tox развивает свободную альтернативу Skype". opennet.ru (in Russian). 30 July 2013. Retrieved 19 February 2014. {{cite web}}: Unknown parameter |trans_title= ignored (|trans-title= suggested) (help)
  18. ^ Nitschke, Manuel (2 August 2013). "Skype-Alternative Tox zum Ausprobieren". heise.de (in German). Retrieved 19 February 2014. {{cite web}}: Unknown parameter |trans_title= ignored (|trans-title= suggested) (help)
  19. ^ Asay, Matt (15 August 2013). "GitHub's new 'Trending' Feature Lets You See The Future". ReadWrite.com. Retrieved 19 February 2014.
  20. ^ "Prevent_Tracking.txt". GitHub. Retrieved 20 February 2014.
  21. ^ "Project Tox". GSoC. Retrieved 2 March 2014.