- Notifications
You must be signed in to change notification settings - Fork1
The future of online communications.
License
uTox/toxcore
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Current build status:Current Coverage:
Website|Wiki|Blog|FAQ|Binaries/Downloads|Clients|Compiling
IRC Channels: Users:#tox@freenode, Developers:#toktok@freenode
This Roadmap is somewhat tentative, but should give you a good idea of wherewe're going, and where we've been.
Currently unsorted, the following is intended to function as a discussion guideto developers/contributors.
- Toxcore
- 100% unit testing
- Make ToxAV stateless
- Allow a single toxcore instance to handle multiple keypairs (or 'clients')
- Consistent naming scheme throughout toxcore
- Make toxcore stateless
- Messenger
- Improve group chat implementation
- Improve A/V implementation
- Multiple device support
- Create Toxcore
- Create DHT
- Create Onion
- Implement Crypto
- Create Messenger
Tox is a fully encrypted, censor resistant, private, distributed network library with a focus on personal communications.
It's a VERY secure Instant Messenger that supports Text, Audio/Video calls, group chats, audio group chats, and file transfers. There's dozens, but our advantage is we put security first, from day 1. We didn't decide to add it in after.
We want Tox to be as simple as possible while remaining as secure as possible.
Tox must use UDP simply becausehole punching with TCP is not as reliable.However, Tox does useTCP relays as a fallback if it encounters a firewall that prevents UDP hole punching.
Every peer is represented as abyte string (the public key [Tox ID] of the peer). By using torrent-style DHT, peers can find the IP of other peers by using their Tox ID. Once the IP is obtained, peers can initiate asecure connection with each other. Once the connection is made, peers can exchange messages, send files, start video chats, etc. using encrypted communications.
About
The future of online communications.
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- C87.7%
- C++6.0%
- M42.4%
- CMake1.3%
- Makefile1.1%
- Shell0.9%
- Other0.6%