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.
 
 
 
 
 
 
Adam Ierymenko 1b895c45eb Make peer list font a bit smaller. 11 years ago
..
Makefile Fixes for Windows WebControl. 11 years ago
README.md docs 11 years ago
ZeroTierNetwork.jsx Fixes for Windows WebControl. 11 years ago
ZeroTierNode.jsx Show last unicast and multicast frames. 11 years ago
index.html Fixes for Windows WebControl. 11 years ago
main.js Minify JS in UI, add Makefile. 11 years ago
react.min.js Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like it will be easier than retrofitting the old Qt client for the new API. 11 years ago
simpleajax.min.js Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like it will be easier than retrofitting the old Qt client for the new API. 11 years ago
zerotier.css Make peer list font a bit smaller. 11 years ago
ztui.min.js Show last unicast and multicast frames. 11 years ago

README.md

ZeroTier HTML5 UI

This is the new (as of 1.0.3) ZeroTier One UI. It's implemented in HTML5 and React.

If you make changes to the .jsx files, type 'make'. You will need NodeJS, react-tools, and minify installed and available in your path.

For this to work, these files must be installed in the 'ui' subfolder of the ZeroTier home path. For development it's nice to symlink this to the 'ui' folder in your working directory. If the 'ui' subfolder is not present, the UI static files will not be served by the embedded web server.

Packaging for Mac and Windows is accomplished by way of the wrappers in ext/. For Mac this is done with a modified version of MacGap. Windows uses a custom project that embeds a web view.