Tox

From the project home page: "Tox is a distributed, secure messenger with audio and video chat capabilities."

Installation

In order to use Tox, you should install a Tox client. See List of applications/Internet#Tox clients.

Proxy

To connect via Tor, first start it with:

sudo -u tor /usr/bin/tor

Then configure your Tox client. For example:

toxic -t -p 127.0.0.1 9050

Run a node

To be able to connect to others, Tox needs to connect to a DHT node first. All DHT nodes are connected to each other, and since everyone is connected to at least one DHT node, you can connect to others one way or the other.

The package toxcore creates user tox-bootstrapd and includes tox-bootstrapd.service and a configuration file in /etc/tox-bootstrapd.conf.

Edit the configuration file and add appropriate nodes from Tox wiki or Node status page.

Enable and start tox-bootstrapd.service and check if it is running fine and port has been bound:

# ss --listening --numeric --processes | grep ''node_port''
udp        0      0 *:''node_port''                 *:*                                 576/DHT_bootstrap
gollark: Well, that never really happened to me, I don't buy overpriced games.
gollark: I would rate lottery-fun lower. There's no challenge, intellectual effort, or whatever, it's just anticipation and random luck.
gollark: That just sounds particularly cost-ineffective then.
gollark: If you spent all your entertainment money on expensive things you won't get much use out of, total fun is lower.
gollark: Not everyone likes computer games, but there are for most people likely to be better ways to have fun than lotteries.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.