X-Git-Url: http://git.pjr.cc/?p=random_node_code.git;a=blobdiff_plain;f=README.md;fp=README.md;h=370a0b167fc01db504f24d96793e74fc2f4e14cb;hp=f9160d17d4af035d7d536bc8e0cc5832641ba09e;hb=2dc83c1c4064b4f37c9c88e5bebbb70e48e0fdc4;hpb=1ea948ff48a7a490c199e4402a7050acd892b1ad diff --git a/README.md b/README.md index f9160d1..370a0b1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +Random Node.js code +=================== + +This is a simple repo of all my random node.js code that didnt belong being a repo of its own... + +In here you'll find the nodejs_lxc_template and a fake bgp daemon (really for testing bgp on various +routers and so forth). + + + nodejs_lxc_template =================== @@ -25,3 +35,15 @@ The nodejs template currently doesnt work as it stands but in the long term what 5) setup the init nodejs script 6) ... magic! + + + + +BGP Daemon in Node.js +===================== + +simple implementation of the bgp protocol stack - set your ip address and your AS and it'll publish a +number of prefixes (can be changed part way down the code - up to about a million prefixes works without +much drama) + +