From 85d0c659f176ebd7d3a6d2f60b407eeb868b5e64 Mon Sep 17 00:00:00 2001 From: Andrew Golovashevich Date: Tue, 25 Mar 2025 10:52:58 +0300 Subject: [PATCH] Readme for dummies --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ad8e240 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +Now available minimal UI in terminal, but SDK supports all functionality of ping feature (except converting IPv6 address to native type). + +Test program available only on linux, but final release will be on available on mac and windows too. + +## Build +```shell +chmod +x ./gradlew +./gradlew :programs:test:linkDebugExecutableLinuxX64 +``` + +Output binary file: `./programs/test/build/bin/linuxX64/debugExecutable/test.kexe` + +## Use +```shell +./test.kexe $IPv4_1 $IPv4_2 $IPv4_3 $IPv4_4 ... +``` +