ZeroTierOne/world
Adam Ierymenko 71348f3ebb docs
2015-10-13 12:29:01 -07:00
..
2015-10-13.bin World stuff... 2015-10-13 12:10:44 -07:00
2015-10-13.out World stuff... 2015-10-13 12:10:44 -07:00
mkworld.cpp docs 2015-10-13 12:29:01 -07:00
README.md docs 2015-10-13 12:29:01 -07:00

World Definitions and Generator Code

This little bit of code is used to generate world updates. Ordinary users probably will never need this unless they want to test or experiment.

See mkworld.cpp for documentation. To build from this directory:

c++ -o mkworld ../node/C25519.cpp ../node/Salsa20.cpp ../node/SHA512.cpp ../node/Identity.cpp ../node/Utils.cpp ../node/InetAddress.cpp ../osdep/OSUtils.cpp mkworld.cpp