-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Wonsup Yoon edited this page Apr 3, 2022
·
57 revisions
Welcome to the KENSv3 wiki!
- Recommended: Ubuntu 18.04, Ubuntu 20.04
- Okay: Other Linux distros, macOS, Windows + WSL2
May Work: Windows Native (MSVC)
KENS v3.1 or higher requires C++17.
Environment | Supported Compilers |
---|---|
Windows | |
macOS | AppleClang (10.0.0 or higher) |
Linux | GCC (7, 8, 9, 10), |
Supported Environments | |
---|---|
Windows + WSL (x64) | CLI , Visual Studio, Visual Studio Code |
macOS (x64, aarch64) | CLI, Xcode, Visual Studio Code |
Linux (x64) | CLI, Visual Studio Code, IDE (unofficial) |
Docker (x64) | CLI |
Project Assignment | Test Binaries |
---|---|
PA1 | echo |
PA2 |
test-kens-bind , test-kens-close , test-kens-handshake , test-kens-open
|
PA3 |
test-transfer , test-kens-bind-unreliable , test-kens-close-unreliable , test-kens-handshake-unreliable , test-kens-open-unreliable , test-transfer-unreliable
|
PA4 | routing-all |