Go to file
2025-03-25 10:52:58 +03:00
libs Extracted RefCounter to a separate library and fixed bug with refcnt in epoll event-loop 2025-03-22 21:07:49 +03:00
modules Extracted RefCounter to a separate library and fixed bug with refcnt in epoll event-loop 2025-03-22 21:07:49 +03:00
programs/test Minimal terminal UI 2025-03-25 10:47:18 +03:00
.gitignore Mutex implementation for linux 2025-03-17 16:08:06 +03:00
.gitmodules Extracted RefCounter to a separate library and fixed bug with refcnt in epoll event-loop 2025-03-22 21:07:49 +03:00
build.gradle.kts Improving build script 2025-03-18 01:18:31 +03:00
gradle.properties Improving build script 2025-03-18 01:18:31 +03:00
README.md Readme for dummies 2025-03-25 10:52:58 +03:00
settings.gradle.kts Extracted RefCounter to a separate library and fixed bug with refcnt in epoll event-loop 2025-03-22 21:07:49 +03:00

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

chmod +x ./gradlew
./gradlew :programs:test:linkDebugExecutableLinuxX64

Output binary file: ./programs/test/build/bin/linuxX64/debugExecutable/test.kexe

Use

./test.kexe $IPv4_1 $IPv4_2 $IPv4_3 $IPv4_4 ...