Skip to content

Commit

Permalink
notes on installation, contents
Browse files Browse the repository at this point in the history
  • Loading branch information
flip committed Dec 12, 2014
1 parent 00fcbfa commit e2cdc3b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scripts/README.md
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)

0 comments on commit e2cdc3b

Please sign in to comment.