Tox: next level of Instant Messaging
• a cross-platform GTK client (https://github.com/naxuroqa/Venom)
• a cross-platform Qt client (https://github.com/nurupo/ProjectTox-Qt-GUI)
• an OS X client (https://github.com/stal888/Poison)
• an iOS client (https://github.com/Jman012/Toxicity)
• an Android client (https://github.com/Astonex/Antox)
• an ncurses-based terminal client for Unix-likes ( https://github.com/Tox/toxic )
The Tox core has been shared all over the internet by inspired enthusiasts, and has drawn the attention of many developers. However, the clients haven't received nearly the same amount of publicity, and their developers need help to bring easy, secure communication to the masses. And since the core is a simple protocol library with an API (and with bindings available for many other languages), you can start your own client too. If you fancy yourself more of a low-level programmer, help with the core is always appreciated: https://github.com/irungentoo/ProjectTox-Core Developers are always present over at #tox-dev on freenode. For the API: http://api.libtoxcore.so/
Thank you for your time,
- https://tox.im/
13 comments
[ 3.4 ms ] story [ 45.4 ms ] threadCheck out http://wiki.tox.im/Google_Summer_of_Code for more information.
Could you talk a little about your Client? What drives you to develop Tox? What are your expectations? A general overview and a message to aspiring developers.
If you're a student and wanting to participate in GSoC this year, the android app has been approved as a project. If you'd like to work on this, feel free to contact me (check my github for contact details - I'm not sure if I'm allowed to post them here).
It seems that p2p is the way forward for the future of communication. We simply can no longer trust the old centralized server model. At this point, I simply assume that almost everything has a backdoor.
Do you plan to implement anything like TextSecure's ratcheting? Described here: https://www.whispersystems.org/blog/advanced-ratcheting/
Is the protocol asynchronous?