Compare commits

..

No commits in common. "47d1a7dba66766657288cc55f4406cb41e13c9bb" and "4625dceafdfb3450b04122248a711b2fac0179eb" have entirely different histories.

5 changed files with 4 additions and 9 deletions

1
.gitignore vendored
View File

@ -2,7 +2,6 @@
.cecil
_site/*
.idea/*
.DS_Store
*.*~
.code-workspace/*

View File

@ -64,7 +64,7 @@ Veilid contributors include coders, admins, writers, legal, and more.
<li>snowchyld, NsF</li>
<li>John 'Wrewdison' Whelan</li>
<li>Robert 'LambdaCalculus' Menes</li>
<li>Julie Anne Chandler</li>
<li>Julie Chandler</li>
<li>Glenn Kurtzrock</li>
<li>Daniel Meyerson</li>
<li>CylentKnight</li>

View File

@ -16,7 +16,7 @@ If you want to try out this proof of concept, please stay tuned for details on h
### Source Code
The code for VeilidChat will be available on Gitlab in the coming weeks.
The code for VeilidChat will be available at https://gitlab.com/veilid/veilidchat once we're recovered from DefCon.
### Support

View File

@ -18,8 +18,4 @@ Starting Saturday August 28th, we are having a big documentation work week. The
We're looking to the community to help write out additional documentation, tutorials, and guides.
Check out the #documentation channel on our [Discord server](/discord).
### Veilid Nodes
[Install a Veilid Node](https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md)
Check out the #documentation channel on our [Discord server](/discord).

View File

@ -45,7 +45,7 @@ We built a better DHT by making both search and data locality more relevant. Vei
Locating a node by its ID. Here the node with the prefix 0011 finds the node with the prefix 1110 by
successively learning of and querying closer and closer nodes. The line segment on top represents the
space of 160-bit IDs, and shows how the lookups coverge to the target node. Below we illustrate RPC messages
made by 1110. The first RPC is to node 101, already known to 1110. Subsequent RPCs are to nodes returned by the
made by 1110. The first RPC is to node 101, already known to 1110. Subsequent RPCs are to nodes return by the
previous RPC.
#### DHT Schema