Giter Club home page Giter Club logo

projecttox-core's Introduction

Project Tox Project Tox, also known as Tox, is a FOSS instant messaging application aimed to replace Skype.

With the rise of governmental monitoring programs, Tox aims to be an easy to use application that allows people to connect with friends and loved ones without the worry of privacy.

IRC: #tox on Freenode, alternatively, you can use the webchat.
Website: http://tox.im

Website translations: see stal888's repository
Qt GUI: see nurupo's repository

The Complex Stuff:

  • Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time.
  • Every peer is represented as a byte string (the public key of the peer [client id])
  • We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID.
  • Once the client has the IP of that peer, they start initiating a secure connection with each other. (See Crypto
  • When both peers are securely connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc.
  • Current build status: Build Status

Roadmap:

  • Get our DHT working perfectly.(Done, needs large scale testing though.)
  • Reliable connection (See Lossless_UDP protocol) to other peers according to client id. (Done, see DHT_sendfiletest.c for an example)
  • Encryption. (Done)
  • Get a simple text only im client working perfectly. (This is where we are)
  • Streaming media
  • ???

For further information, check our To-do list

Important-stuff:

Use the same UDP socket for everything

Keep everything really simple.

Details and Documents:

DHT Protocol
Lossless UDP Protocol
Crypto
Ideas

Why are you doing this? There are already a bunch of free skype alternatives.

The goal of this project is to create a configuration-free p2p skype replacement. Configuration-free means that the user will simply have to open the program and without any account configuration will be capable of adding people to his friends list and start conversing with them. There are many so called skype replacements and all of them are either hard to configure for the normal user or suffer from being much too centralized.

projecttox-core's People

Contributors

anthonysuper avatar captainhat avatar iceprogrammer avatar irungentoo avatar jeffail avatar kenany avatar markwinter avatar martijnvdc avatar nurupo avatar plutooo avatar proplex avatar silentsand avatar tawm avatar thunfischbrot avatar untitaker avatar volb avatar xorl1 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.