<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi nurupo, <br>
</p>
<p><br>
</p>
<p>Thanks for your nice and very detailed answer.</p>
<p>I dont think it is a problem using toxID<br>
But i would like to ask also just to be sure if i could use it cause i only tested it to check if it connects p2p, i didnt check for stored data or anything else yet.</p>
<p><br>
I would like to know first of all if anything, even a temp file is stored while i am using Tox even if i run the program even when i close it</p>
<p>cause i prefer not to store anything on local computer even when running except ofcourse from memory data needed from the program while running (is this possible in the core functions to avoid logs, temp files, and especially loggin initials) ?</p>
<p>And second i would like to know if i can create automatic this ToxID for evey member and only once for any member, for example if a new member joins into my app, a new ToxId will be created automatically behind the scenes and will be used for the reason
 of chat between other members by exchanging automatic this ToxID behind the scenes if the member chooses to speak with another member from a list or choosing to chat in a public room by using his ToxID behind the scenes always automatic</p>
<p>Not even the member who uses it knows his ToxID in other words and not even the other one who chooses to speak to knows their ToxID</p>
<p>Since it is a sign up member chat system and the toxID can be created once automatically noone have to know noones ToxID</p>
<p>they can see the list of people though that can contact too or join a private chat for example with a list of nicknames (people) to chat to.<br>
</p>
<a href="http://aka.ms/weboutlook" id="LPNoLP"></a>
<div id="Signature"></div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Support <support-bounces@lists.tox.chat> on behalf of nurupo <nurupocontributions@gmail.com><br>
<b>Sent:</b> Friday, November 11, 2016 4:04:26 AM<br>
<b>To:</b> support@lists.tox.chat<br>
<b>Subject:</b> Re: [Tox Support] Tox chat advice needed</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>Hello,</div>
<div><br>
</div>
<div>If all you want is a library for network communication that implements NAT pass-through, you might want to look into Raknet library or find similar libraries.</div>
<div><a href="http://www.jenkinssoftware.com/raknet/manual/nattraversalarchitecture.html">http://www.jenkinssoftware.com/raknet/manual/nattraversalarchitecture.html</a><br>
</div>
<div><a href="http://www.jenkinssoftware.com/raknet/manual/natpunchthrough.html">http://www.jenkinssoftware.com/raknet/manual/natpunchthrough.html</a><br>
</div>
<div><br>
</div>
<div>You could use Tox in your application, but it might be an overkill for what you need. All Tox clients use Toxcore library for networking and encryption. Toxcore encrypts all the communication and it doesn't allow you to specify an IP address of the person
 you want to connect to, you have to use ToxID instead of IP. Toxcore uses DHT to perform the lookup of the IP:port of the person you want to connect to based on the ToxID, and it keeps the IP:port information internally, it's not exposed in the public API
 of Toxcore. Because Tox participates in DHT, interacting with other DHT peers, it uses some extra bandwidth, which might not be desirable for your use. It can easily use a few hundred of MiBs of bandwidth in an hour. If this is fine by you, then you might
 be interested in looking at <a href="https://github.com/TokTok/c-toxcore/blob/master/toxcore/tox.h" target="_blank">https://github.com/TokTok/<wbr>c-toxcore/blob/master/toxcore/<wbr>tox.h</a></div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Thu, Nov 10, 2016 at 3:20 PM, Nocs ... <span dir="ltr">
<<a href="mailto:NoCos30@hotmail.com" target="_blank">NoCos30@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div id="gmail-m_-1175214169359105814m_8721706675338834162divtagdefaultwrapper" style="font-size:12pt;color:rgb(0,0,0);font-family:calibri,arial,helvetica,sans-serif" dir="ltr">
<p>Hello to all,</p>
<p><br>
</p>
<p>First of all thanks and congruts for the great chat and finally p2p with no servers needed :)
<br>
</p>
<p>I was stumble upon NAT and connections between two ips for a very long time until someone eventually pointed me at this very good application.<br>
Exactly what i was looking for.</p>
<p><br>
</p>
<p>To short things out for what i would like as an advice is that i am newbie c++ developer and i would like to use</p>
<p>only the connections of tox chat not the interfave cause i allready have my own but i found hard to understand which of all the clients or which
<br>
</p>
<p>open source git to search for.</p>
<p>I would like to use the tox only for windows for the time being not posix or at least only windows, macintosh and linux</p>
<p>so i want to find where to start from, which git should i download of them all and a small way to find only the connections from inside this wonderfull chat. (create socket, bind socket, listen socket, send and recieve message with the ips others or ids)</p>
<p>I dont want the interface neither any fancy stuff, i just want to be able to find the code that connects 2 pc`s or more through internet so i can attach it to my own interface.</p>
<p><br>
</p>
<p>Thank you in advance<br>
</p>
<p><br>
</p>
<p><br>
</p>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
Support mailing list<br>
Support@lists.tox.chat<br>
<a href="https://lists.tox.chat/listinfo/support" rel="noreferrer" target="_blank">https://lists.tox.chat/listinf<wbr>o/support</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</body>
</html>