Compare commits

...

6 Commits

Author SHA1 Message Date
Alice Rhodes
47d1a7dba6 Fixing Julie's name 2023-11-06 10:06:09 -05:00
Alice Rhodes
2c39691a8f Mac ignore .DS_Store 2023-10-13 09:21:53 -04:00
Alice Rhodes
9ba8a8c64a Merge branch 'typo-fix' into 'main'
fix simple typo

See merge request veilid/veilid-dot-com!4
2023-10-12 11:51:20 +00:00
Alice Rhodes
bc733fc73d adding a link to install a node instructions 2023-09-13 17:20:35 -04:00
Adam Leskis
f5c029fd87
Update rpc.md 2023-09-10 16:26:58 +00:00
Alice Rhodes
fef26aa27d Removing the link all together because people are getting confused. 2023-09-08 11:11:12 -04:00
5 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
.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 Chandler</li>
<li>Julie Anne 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 at https://gitlab.com/veilid/veilidchat once we're recovered from DefCon.
The code for VeilidChat will be available on Gitlab in the coming weeks.
### Support

View File

@ -18,4 +18,8 @@ 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).
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)

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 return by the
made by 1110. The first RPC is to node 101, already known to 1110. Subsequent RPCs are to nodes returned by the
previous RPC.
#### DHT Schema