Caleb James DeLisle 10e19044ba Merge branch 'patch-1' of git://github.com/txt-file/cjdns into crashey vor 9 Jahren
..
bugs daac565629 Add config syntax highlighting vor 9 Jahren
cjdns 62dc61fba7 Add config and bash syntax highlighting vor 9 Jahren
faq 4256be8784 faq: remove HypeDNS, RainflyDNS, Parabolic vor 9 Jahren
install df19d41907 Created a guide to create a launchd daemon vor 9 Jahren
man 36c67d1eb2 docs: remove resetAfterInactivitySeconds, pidFile, version vor 9 Jahren
meshlocals 5b0a5d3143 Merge branch 'patch-5' of git://github.com/BurnBeforeReading/cjdns into crashey vor 9 Jahren
notes 27e72fdb64 Merge commit 'f9a5124ea0273c5a3ff448aa3157d10b44ebab2b' vor 9 Jahren
CjdnsModules.odg 58dac30f83 more work vor 9 Jahren
CjdnsModules.png 8456eb70b6 Added a new flowchart which shows how cjdns now works vor 9 Jahren
README.md 7d79b0d4b3 doc: fix merge conflict artifacts vor 9 Jahren
Seccomp.md 3b3c9f2e69 Add C and bash syntax highlighting vor 9 Jahren
SmartOS.md acc6a5f20c doc: add SmartOS vor 11 Jahren
TrafficAnalisys.md 7d8dbd75fb Revert "doc: remove doc/ in preparation for git subtree-add" vor 9 Jahren
Whitepaper.md b80b648189 Merge branch 'patch-1' of git://github.com/Erkan-Yilmaz/cjdns into crashey vor 9 Jahren
achievements.md 3d2ce14e7c Merge commit '562cd8ac1f17f8c5e9640bbc6a5365a33e3af749' vor 9 Jahren
admin-api.md 5ba04c0a7f Fix small typo vor 9 Jahren
autostart-at-login.md d2c025bf11 Add documentation to run as normal user vor 10 Jahren
benchmark.txt cc897b21cb [UPD] benchmark.txt vor 9 Jahren
cjdns.pac 27e72fdb64 Merge commit 'f9a5124ea0273c5a3ff448aa3157d10b44ebab2b' vor 9 Jahren
configure.md 27e72fdb64 Merge commit 'f9a5124ea0273c5a3ff448aa3157d10b44ebab2b' vor 9 Jahren
contributing.md 27e72fdb64 Merge commit 'f9a5124ea0273c5a3ff448aa3157d10b44ebab2b' vor 9 Jahren
coverage.md 2933584235 Add documentation for fuzz testing and use of gcov to check code coverage vor 9 Jahren
ctrls.md 3718ba2584 Merge commit '9ef45d9d8fb5b86da848b0ec3da0938c6c9644ff' vor 9 Jahren
debugging_memory_leaks.md 7d8dbd75fb Revert "doc: remove doc/ in preparation for git subtree-add" vor 9 Jahren
djc_layer_model.md f106779615 Further defined the next protocol version vor 10 Jahren
fuzzing.md 2933584235 Add documentation for fuzz testing and use of gcov to check code coverage vor 9 Jahren
index.md 27e72fdb64 Merge commit 'f9a5124ea0273c5a3ff448aa3157d10b44ebab2b' vor 9 Jahren
intro.md 6f658cc4a3 Merge commit '1f62015d7f88eb0eb261df2e38bca34def674004' as 'doc' vor 9 Jahren
nat-gateway.md 5b7e79dbd7 doc: added guide for setting up NAT gateway vor 11 Jahren
network-services.md 4ab2d81e25 documentation on looking at open ports vor 9 Jahren
non-root-user.md d2c025bf11 Add documentation to run as normal user vor 10 Jahren
non-root-user_ru.md a18758dac4 Update translation vor 9 Jahren
open-indiana.md 9caa52321b doc: factored OpenIndiana install into file vor 11 Jahren
projectGoals.md 335b3d472c Move project goals to its own file and link vor 10 Jahren
projectGoals_ru.md 021c001abb update the russian readme to reflect the changes in english vor 10 Jahren
proxying.md 27e72fdb64 Merge commit 'f9a5124ea0273c5a3ff448aa3157d10b44ebab2b' vor 9 Jahren
quickstart.md 27e72fdb64 Merge commit 'f9a5124ea0273c5a3ff448aa3157d10b44ebab2b' vor 9 Jahren
security_specification.md 6e46fa41f5 Added a definition of what should be able to be expected from cjdns in a security context vor 11 Jahren
shorewall_and_vpn_gateway_howto.md 3718ba2584 Merge commit '9ef45d9d8fb5b86da848b0ec3da0938c6c9644ff' vor 9 Jahren
switchfun.txt 3f7f1c98f6 Documenting how to walk the network using keypings vor 10 Jahren
tipsAndTricks.md 3d2ce14e7c Merge commit '562cd8ac1f17f8c5e9640bbc6a5365a33e3af749' vor 9 Jahren
tunnel.md 3718ba2584 Merge commit '9ef45d9d8fb5b86da848b0ec3da0938c6c9644ff' vor 9 Jahren

README.md

Hyperboria/docs

What is Hyperboria?

Hyperboria is test network built of cjdns nodes.

What is cjdns?

Cjdns is an experimental, cryptographic mesh networking suite.

What is notable about cjdns? Why should I use it?

Cjdns builds an end-to-end encrypted IPv6 mesh network that utilizes the fc00::/8 address space.

Encryption

Cjdns provides an encrypted tunnel which utilizes a private/public keypair to encrypt everything that passes through it with the SALSA20 stream cypher, which affords the user perfect forward secrecy.

Address Allocation

The ipv6 assigned to the TUN interface is composed of the first 16 bytes of the SHA512 hash of the SHA512 hash of your public key. Keypairs are generated via a brute force method until a corresponding address is found with a starting byte FC. The FC00::/8 address space has been allocated as a Unique Local Address space, and so these addresses should not conflict with ICANN assigned IPv6 addresses or any other conventional internet operation.

Hybrid topology

Cjdns was designed to be used with a friend of a friend topology. It builds an overlay network which traverses NAT (Network Address Translation), exposing all ports of every node to every other node within the network. Those who are used to relying on NAT to protect their devices may find this troublesome.

At one point it was expected that each person who peered would do so with only trusted friends. You need not trust relaying nodes with the confidentiality or integrity of your packets, however, if you wish to restrict access to certain services, it is your responsibility to implement effective access control rules.

Links between nodes may be established over deliberate UDP links across the internet, or over deliberate or automatic connections across Ethernet, Wireless access points, Ad-hoc connections, or various system-specific transmission and addressing protocols.

Cryptographic verification and routing

Establishing a link between two nodes includes a cryptographic authorization process, after which other nodes within the network can establish a connection with the new node.

Due to the relationship between each node's public key and its ipv6, and the fact that this relationship is verified upon connecting to a node, a user can be sure that if it connects to an IPv6 address and receives a response then the node that responded possesses the requisite private key to decrypt the response.

If you are able to connect at all over cjdns, then you can be quite sure that the node you connected to possesses the private key that corresponds to the IPv6.

How can I get involved?

If you are totally new to cjdns, you'll want to start by installing it somewhere and familiarizing yourself with how it works. Take notes of anything that you find difficult, unintuitive, or poorly documented, and share your knowledge so the next person who installs cjdns after reading the documentation has an easier time.

Also, read our contributing document for notes on our policies for accepting contributions.