Tox echo bot
https://tox.chat
.gitignore | ||
LICENSE | ||
main.c | ||
Makefile | ||
nodes | ||
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 (not available anymore, refer to
the official Tox status server).
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
-
Main header of toxcore is well-documented
-
ToxBot is more functional, but very simple too