blob: 9af8fec06950b26b48d36d718aafd1bed860d934 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
A collection of small utilities, mostly written in C or C++, that use toxcore.
List of toxins:
* irc_syncbot: Bot that synchronizes an IRC channel and a Tox group chat
(conference).
* tox_shell: Proof of concept SSH-like server software using Tox. Testing
program, not intended for actual use.
* tox_sync: Bittorrent-sync-like software using Tox. Syncs two directories
together.
* echobot: Bot that accepts all friend requests and echoes all messages.
WWW: https://github.com/TokTok/toxins
|