Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromTokTok/c-toxcore

The future of online communications.

License

NotificationsYou must be signed in to change notification settings

uTox/toxcore

 
 

Repository files navigation

Project Tox


Current build status:Build StatusCurrent Coverage:Coverage Status

Website|Wiki|Blog|FAQ|Binaries/Downloads|Clients|Compiling

IRC Channels: Users:#tox@freenode, Developers:#toktok@freenode

Toxcore Development Roadmap

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.

In Progress

  • 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

Done

  • Create Toxcore
  • Create DHT
  • Create Onion
  • Implement Crypto
  • Create Messenger

Q&A:

What is Tox?

Tox is a fully encrypted, censor resistant, private, distributed network library with a focus on personal communications.

No, really, what's Tox?

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.

What are your goals with Tox?

We want Tox to be as simple as possible while remaining as secure as possible.

Documentation:

The Complex Stuff:

UDP vs. TCP

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.

Connecting & Communicating

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

Packages

No packages published

Languages

  • C87.7%
  • C++6.0%
  • M42.4%
  • CMake1.3%
  • Makefile1.1%
  • Shell0.9%
  • Other0.6%

[8]ページ先頭

©2009-2025 Movatter.jp