You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new wire protocol enabling applications to connect directly in a real-time and fully distributed manner, freeing them from relying on centralized datacenters
34
+
A new wire protocol enabling applications to connect privately in a real-time and fully distributed manner, freeing them from relying on centralized datacenters
37
35
</p>
38
36
</div>
39
37
40
38
<divclass="container">
41
39
<divclass="stripe" id="steps">
42
40
<divclass="span-8">
43
41
<h3>What</h3>
44
-
<p>It works by sending and receiving small bits of <ahref="http://www.json.org/">JSON</a> via <ahref="http://en.wikipedia.org/wiki/User_Datagram_Protocol">UDP</a> using an efficient routing system based on <ahref="http://en.wikipedia.org/wiki/Kademlia">Kademlia</a>, a proven and popular <ahref="http://en.wikipedia.org/wiki/Distributed_hash_table">Distributed Hash Table</a>. Everything within TeleHash is routed based on a generic <ahref="http://en.wikipedia.org/wiki/Secure_Hash_Algorithm">SHA</a> hash of the related id or URL.
45
-
42
+
<p>It works by sending and receiving small encrypted bits of <ahref="http://www.json.org/">JSON</a> (with optional binary payloads) via <ahref="http://en.wikipedia.org/wiki/User_Datagram_Protocol">UDP</a> using an efficient routing system based on <ahref="http://en.wikipedia.org/wiki/Kademlia">Kademlia</a>, a proven and popular <ahref="http://en.wikipedia.org/wiki/Distributed_hash_table">Distributed Hash Table</a>.
<p>It's very much in the R&D stages yet, but check out <ahref="https://github.com/quartzjer/hash-im">hash-im</a> for a simple demo.
47
+
</p>
60
48
</div>
61
49
<divclass="span-8 last">
62
50
<h3>Status</h3>
63
51
<p>
64
-
The current <ahref="proto.html">spec</a> is implemented in a <ahref="http://github.com/quartzjer/TeleHash">few languages</a> (any help here would be great!) and prototype apps are being created to test it. Questions can be directed at the <ahref="http://wiki.github.com/quartzjer/TeleHash/">wiki</a>,<ahref="http://twitter.com/jeremie">twitter</a>, or to <ahref="xmpp:[email protected]">Jeremie Miller</a> directly.
52
+
The current <ahref="https://github.com/quartzjer/TeleHash/blob/master/org/v2.md">spec</a> is implemented in a <ahref="https://github.com/quartzjer/TeleHash/blob/master/org/v2.md#telehash-switches">few languages</a> (any help here would be great!) and prototype apps are being created to test it. Questions can be directed at <ahref="http://twitter.com/jeremie">twitter</a>, or to <ahref="xmpp:[email protected]">Jeremie Miller</a> directly.
0 commit comments