ronsor: TclTox is a library that allows you to interface Tcl with the http://tox.chat%|%Tox P2P chat network%|%. It uses a program written in C as a backend that is interfaced with using stdio (via [open]). Releases and website soon at http://ronsor.cu.cc/%|%my website%|% Sample code: ====== source libtox.tcl ;# load library set client [tox::tox tox::debugprint SampleBot "profile.tox"] f;# create SampleBot's profile as profile.tox # , use tox::debugprint to handle incoming messages and print them after 1000 { # wait a second puts "my id: [tox::toxid $::client]" ;# print tox id } vwait forever ;# dont exit ====== <>Network