forked from ansuz/cjdnsjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
flip
committed
Dec 12, 2014
1 parent
00fcbfa
commit e2cdc3b
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
The initial purpose of this repository was to build graphs of Hyperboria. Despite that, the same code can graph fictional networks. | ||
|
||
I'm adapting the clientside code to display additional metrics besides distance, and there are a fair number of support functions that are necessary for that. | ||
|
||
In this directory, you'll find scripts that will eventually be embedded in the main page, but I'm also packaging up the same code to be used on the command line. | ||
|
||
You'll need two libraries (so far), both available on npm: | ||
|
||
```Bash | ||
npm install ansuz # higher order functions | ||
npm install tweetnacl # cryptography | ||
``` | ||
|
||
## xor | ||
|
||
The cjdns xor metric (in js) | ||
|
||
## keys | ||
|
||
cjdns key generation (in js) | ||
|
||
## grex | ||
|
||
Autonomous address aggregation (in js) |