ZeroTierOne/windows
2024-03-19 14:38:48 -07:00
..
packages Base windows UI is working. 2015-10-21 20:29:03 -07:00
TapDriver6 ARM64 Support for TapDriver6 (#1949) 2023-07-13 16:52:06 -04:00
ZeroTierOne 1.14.0 version bump for Linux and macOS, date update. 2024-03-19 14:38:48 -07:00
ZeroTierOneSDK remove debugging flag 2017-07-13 15:13:20 -07:00
README.md add Debug target fixes + README examples to run a custom binary 2024-03-05 12:17:51 -08:00
ZeroTierOne.sln more project updates for win ARM64 2024-03-05 13:56:29 -08:00
ZeroTierOneSDK.sln added Windows SDK in form of dlls 2017-06-13 13:28:23 -07:00

This folder contains the Windows driver code, Windows-specific service code, and the Microsoft Visual Studio projects and "solution" for doing Windows builds.

This code may also build with MinGW but this hasn't been tested.

Building

MSBuild ZeroTierOne.sln /property:Configuration=Release /property:Platform=ARM64

(substitute e.g. Debug, x64, etc. as needed above, or use Visual Studio to select a target)

Testing

PowerShell admin session #1 inside <PROJECT_DIR>\windows\Build\<ARCH>\<TARGET>:

PS C:\Users\<USER>\ZeroTierOne\windows\Build\ARM64\Release> .\zerotier-one_arm64.exe -p9994 -C C:\<SOME_TEMP_DIR>\
Starting Control Plane...
Starting V6 Control Plane...                                             

Session #2:

PS C:\Users\<USER>\ZeroTierOne\windows\Build\ARM64\Release> zerotier-cli.bat -p9994 -D"\Users\rcode\scratch\zt1_home\" info
info c3e46fa070 1.12.2 ONLINE
PS C:\Users\<USER>\code\ZeroTierOne\windows\Build\ARM64\Release> zerotier-cli.bat -p9994 -D"\Users\<SOME_TEMP_DIR>\scratch\zt1_home\" join ebe7fbd4458bde97
200 join OK                                                                                                             PS C:\Users\<USER>\code\ZeroTierOne\windows\Build\ARM64\Release>