You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joseph Henry f463d6c69f
Minor tweak to callback function name for clarity (in code and documentation)
5 years ago
..
.gitignore 1st working version of node example 6 years ago
README.md Update README 6 years ago
auto-top.gypi first commit of node example 6 years ago
auto.gypi first commit of node example 6 years ago
autogypi.json first commit of node example 6 years ago
binding.cc Minor tweak to callback function name for clarity (in code and documentation) 5 years ago
binding.gyp make libzt.a position_independent_code 6 years ago
libzt.js major rewrite to handle schemantics 6 years ago
package-lock.json add libzt.createConnection() 6 years ago
package.json add libzt.createConnection() 6 years ago
stream_commons.js major rewrite to handle schemantics 6 years ago
test.js major rewrite to handle schemantics 6 years ago

README.md

Building from source

The npm install script will attempt to statically link to libzt.a.

You first need Cmake to build the fPIC-version of the libzt.a library.

To build both release and debug libraries for only your host's architecture use make host. Or optionally make host_release for release only. To build everything including things like iOS frameworks, Android packages, etc, use make all. Possible build targets can be seen by using make list. Resultant libraries will be placed in /lib:

brew install cmake
(cd ../.. ; make clean; make update && make patch && make host_release CC=clang CXX=clang++)
npm install
npm start

Typical build output:

lib
├── release
|    └── linux-x86_64
|       ├── libzt.a
|       └── libzt.so
|    └── macos-x86_64
|       ├── libzt.a
└── debug
    └── ...

Licensing

ZeroTier is licensed under the BSL version 1.1. See LICENSE.txt and the ZeroTier pricing page for details. ZeroTier is free to use internally in businesses and academic institutions and for non-commercial purposes. Certain types of commercial use such as building closed-source apps and devices based on ZeroTier or offering ZeroTier network controllers and network management as a SaaS service require a commercial license.

A small amount of third party code is also included in ZeroTier and is not subject to our BSL license. See AUTHORS.md for a list of third party code, where it is included, and the licenses that apply to it. All of the third party code in ZeroTier is liberally licensed (MIT, BSD, Apache, public domain, etc.). If you want a commercial license to use the ZeroTier SDK in your product contact us directly via contact@zerotier.com