toxon
/
ToxEcho
Archived
1
0
Fork 0
Tox echo bot https://tox.chat
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Braiden Vasco 148cd52da5 Release into the public domain 2015-08-13 13:33:44 +00:00
.gitignore .gitignore output files 2015-07-25 22:53:58 +05:00
LICENSE Release into the public domain 2015-08-13 13:33:44 +00:00
Makefile Add Makefile 2015-07-25 20:26:55 +05:00
README.md Add notification 2015-07-26 01:18:15 +05:00
main.c Fix code style 2015-07-26 01:26:07 +05:00
nodes Add nodes list 2015-07-25 22:56:16 +05:00

README.md

Tox echo bot

Simpliest program using toxcore. It connects to Tox, accepts any friendship request and returns received messages to user.

List of DHT nodes to bootstrap (file nodes) comes from Toxic source.

WARNING

This program doesn't save state, so you have to send friendship request again after each run. For example of permanent state look at ToxBot source.

Further studying